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
- Alphabetic
- By Inheritance
Inherited
- index
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- case class BufferedReader(streamName: String) extends Product with Serializable
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- val configurationEntries: Timer
- val currentLedgerEnd: Timer
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- val getActiveContracts: Timer
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val getCompletions: Timer
- val getCompletionsLimited: Timer
- val getEventsByContractId: Timer
- val getEventsByContractKey: Timer
- val getLedgerConfiguration: Timer
- val getLfArchive: Timer
- val getParticipantId: Timer
- val getParties: Timer
- val getTransactionById: Timer
- val getTransactionMetering: Timer
- val getTransactionTreeById: Timer
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val latestPrunedOffsets: Timer
- val listKnownParties: Timer
- val listLfPackages: Timer
- val lookupActiveContract: Timer
- val lookupConfiguration: Timer
- val lookupContractKey: Timer
- val lookupContractStateWithoutDivulgence: Timer
- val lookupMaximumLedgerTime: Timer
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val packageEntries: Timer
- val partyEntries: Timer
- val prefix: MetricName
- val prune: Timer
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- val transactionTrees: Timer
- val transactions: Timer
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- object InMemoryFanoutBuffer
- Annotations
- @nowarn()