com.digitalasset.canton.participant.admin.v0.InspectionServiceGrpc
InspectionService
Companion object InspectionService
trait InspectionService extends AbstractService
* Inspection Service
Supports inspecting the Participant for details about its ledger. This contains only a subset of the ParticipantInspection commands that can run over the admin-api instead of requiring direct access to the participant node instance.
- Alphabetic
- By Inheritance
- InspectionService
- AbstractService
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Abstract Value Members
- abstract def countInFlight(request: Request): Future[Response]
Count in-flight submissions and transactions for a domain
- abstract def lookupContractDomain(request: Request): Future[Response]
Lookup the domain where a contract is currently active.
Lookup the domain where a contract is currently active. Supports querying many contracts at once.
- abstract def lookupOffsetByIndex(request: Request): Future[Response]
Look up the ledger offset by an index, e.g.
Look up the ledger offset by an index, e.g. 1 returns the first offset, 2 the second, etc.
- abstract def lookupOffsetByTime(request: Request): Future[Response]
Look up the ledger offset corresponding to the timestamp, specifically the largest offset such that no later offset corresponds to a later timestamp than the specified one.
- abstract def lookupTransactionDomain(request: Request): Future[Response]
Lookup the domain that the transaction was committed over.
Lookup the domain that the transaction was committed over. Can fail with NOT_FOUND if no domain was found.
Concrete 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() @IntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- def serviceCompanion: ServiceCompanion[InspectionService]
- Definition Classes
- InspectionService → AbstractService
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- 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])