Packages

object index

Annotations
@FanTag("daml.services.index.<operation>", "The time to execute an index service operation.", """The index service is an internal component responsible for access to the
|index db data. Its operations are invoked whenever a client request received
|over the ledger api requires access to the index db. This metric captures
|time statistics of such operations."""
, Debug)
@nowarn()
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. index
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. case class BufferedReader(streamName: String) extends Product with Serializable

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  6. val configurationEntries: Timer
  7. val currentLedgerEnd: Timer
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. val getActiveContracts: Timer
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  12. val getCompletions: Timer
  13. val getCompletionsLimited: Timer
  14. val getEventsByContractId: Timer
  15. val getEventsByContractKey: Timer
  16. val getLedgerConfiguration: Timer
  17. val getLfArchive: Timer
  18. val getParticipantId: Timer
  19. val getParties: Timer
  20. val getTransactionById: Timer
  21. val getTransactionMetering: Timer
  22. val getTransactionTreeById: Timer
  23. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. val latestPrunedOffsets: Timer
  26. val listKnownParties: Timer
  27. val listLfPackages: Timer
  28. val lookupActiveContract: Timer
  29. val lookupConfiguration: Timer
  30. val lookupContractKey: Timer
  31. val lookupContractStateWithoutDivulgence: Timer
  32. val lookupMaximumLedgerTime: Timer
  33. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  34. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  35. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  36. val packageEntries: Timer
  37. val partyEntries: Timer
  38. val prefix: MetricName
  39. val prune: Timer
  40. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  41. def toString(): String
    Definition Classes
    AnyRef → Any
  42. val transactionTrees: Timer
  43. val transactions: Timer
  44. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  45. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  46. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  47. object InMemoryFanoutBuffer
    Annotations
    @nowarn()

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped