com.digitalasset.canton.participant.admin.v0.InspectionServiceGrpc
InspectionServiceStub
Companion object InspectionServiceStub
class InspectionServiceStub extends AbstractStub[InspectionServiceStub] with InspectionService
- Alphabetic
- By Inheritance
- InspectionServiceStub
- InspectionService
- AbstractService
- AbstractStub
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new InspectionServiceStub(channel: Channel, options: CallOptions = _root_.io.grpc.CallOptions.DEFAULT)
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 build(channel: Channel, options: CallOptions): InspectionServiceStub
- Definition Classes
- InspectionServiceStub → AbstractStub
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- def countInFlight(request: Request): Future[Response]
Count in-flight submissions and transactions for a domain
Count in-flight submissions and transactions for a domain
- Definition Classes
- InspectionServiceStub → InspectionService
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getCallOptions(): CallOptions
- Definition Classes
- AbstractStub
- final def getChannel(): Channel
- Definition Classes
- AbstractStub
- 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
- 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.
- Definition Classes
- InspectionServiceStub → InspectionService
- 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.
- Definition Classes
- InspectionServiceStub → InspectionService
- 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.
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.
- Definition Classes
- InspectionServiceStub → InspectionService
- 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.
- Definition Classes
- InspectionServiceStub → InspectionService
- 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])
- final def withCallCredentials(arg0: CallCredentials): InspectionServiceStub
- Definition Classes
- AbstractStub
- final def withCompression(arg0: String): InspectionServiceStub
- Definition Classes
- AbstractStub
- final def withDeadline(arg0: Deadline): InspectionServiceStub
- Definition Classes
- AbstractStub
- final def withDeadlineAfter(arg0: Long, arg1: TimeUnit): InspectionServiceStub
- Definition Classes
- AbstractStub
- final def withExecutor(arg0: Executor): InspectionServiceStub
- Definition Classes
- AbstractStub
- final def withInterceptors(arg0: <repeated...>[ClientInterceptor]): InspectionServiceStub
- Definition Classes
- AbstractStub
- Annotations
- @transient()
- final def withMaxInboundMessageSize(arg0: Int): InspectionServiceStub
- Definition Classes
- AbstractStub
- final def withMaxOutboundMessageSize(arg0: Int): InspectionServiceStub
- Definition Classes
- AbstractStub
- final def withOption[T <: AnyRef](arg0: Key[T], arg1: T): InspectionServiceStub
- Definition Classes
- AbstractStub
- final def withWaitForReady(): InspectionServiceStub
- Definition Classes
- AbstractStub
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated @Deprecated
- Deprecated
- final def withChannel(arg0: Channel): InspectionServiceStub
- Definition Classes
- AbstractStub
- Annotations
- @Deprecated @Deprecated
- Deprecated