class InspectionServiceBlockingStub extends AbstractStub[InspectionServiceBlockingStub] with InspectionServiceBlockingClient
- Alphabetic
- By Inheritance
- InspectionServiceBlockingStub
- InspectionServiceBlockingClient
- AbstractStub
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new InspectionServiceBlockingStub(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): InspectionServiceBlockingStub
- Definition Classes
- InspectionServiceBlockingStub → AbstractStub
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- def countInFlight(request: Request): Response
Count in-flight submissions and transactions for a domain
Count in-flight submissions and transactions for a domain
- Definition Classes
- InspectionServiceBlockingStub → InspectionServiceBlockingClient
- 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): 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
- InspectionServiceBlockingStub → InspectionServiceBlockingClient
- def lookupOffsetByIndex(request: Request): 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
- InspectionServiceBlockingStub → InspectionServiceBlockingClient
- def lookupOffsetByTime(request: Request): 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
- InspectionServiceBlockingStub → InspectionServiceBlockingClient
- def lookupTransactionDomain(request: Request): 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
- InspectionServiceBlockingStub → InspectionServiceBlockingClient
- 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
- InspectionServiceBlockingClient
- 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): InspectionServiceBlockingStub
- Definition Classes
- AbstractStub
- final def withCompression(arg0: String): InspectionServiceBlockingStub
- Definition Classes
- AbstractStub
- final def withDeadline(arg0: Deadline): InspectionServiceBlockingStub
- Definition Classes
- AbstractStub
- final def withDeadlineAfter(arg0: Long, arg1: TimeUnit): InspectionServiceBlockingStub
- Definition Classes
- AbstractStub
- final def withExecutor(arg0: Executor): InspectionServiceBlockingStub
- Definition Classes
- AbstractStub
- final def withInterceptors(arg0: <repeated...>[ClientInterceptor]): InspectionServiceBlockingStub
- Definition Classes
- AbstractStub
- Annotations
- @transient()
- final def withMaxInboundMessageSize(arg0: Int): InspectionServiceBlockingStub
- Definition Classes
- AbstractStub
- final def withMaxOutboundMessageSize(arg0: Int): InspectionServiceBlockingStub
- Definition Classes
- AbstractStub
- final def withOption[T <: AnyRef](arg0: Key[T], arg1: T): InspectionServiceBlockingStub
- Definition Classes
- AbstractStub
- final def withWaitForReady(): InspectionServiceBlockingStub
- 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): InspectionServiceBlockingStub
- Definition Classes
- AbstractStub
- Annotations
- @Deprecated @Deprecated
- Deprecated