Packages

class ParticipantInspectionServiceBlockingStub extends AbstractStub[ParticipantInspectionServiceBlockingStub] with ParticipantInspectionServiceBlockingClient

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ParticipantInspectionServiceBlockingStub
  2. ParticipantInspectionServiceBlockingClient
  3. AbstractStub
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ParticipantInspectionServiceBlockingStub(channel: Channel, options: CallOptions = _root_.io.grpc.CallOptions.DEFAULT)

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 build(channel: Channel, options: CallOptions): ParticipantInspectionServiceBlockingStub
    Definition Classes
    ParticipantInspectionServiceBlockingStub → AbstractStub
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  7. def countInFlight(request: CountInFlightRequest): CountInFlightResponse

    Count in-flight submissions and transactions for a synchronizer

    Count in-flight submissions and transactions for a synchronizer

    Definition Classes
    ParticipantInspectionServiceBlockingStubParticipantInspectionServiceBlockingClient
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getCallOptions(): CallOptions
    Definition Classes
    AbstractStub
  11. final def getChannel(): Channel
    Definition Classes
    AbstractStub
  12. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  13. def getConfigForSlowCounterParticipants(request: GetConfigForSlowCounterParticipantsRequest): GetConfigForSlowCounterParticipantsResponse

    Get the current configuration for metrics for slow counter-participants.

    Get the current configuration for metrics for slow counter-participants.

    Definition Classes
    ParticipantInspectionServiceBlockingStubParticipantInspectionServiceBlockingClient
  14. def getIntervalsBehindForCounterParticipants(request: GetIntervalsBehindForCounterParticipantsRequest): GetIntervalsBehindForCounterParticipantsResponse

    Get the number of intervals that counter-participants are behind in sending commitments.

    Get the number of intervals that counter-participants are behind in sending commitments. Can be used to decide whether to ignore slow counter-participants w.r.t. pruning.

    Definition Classes
    ParticipantInspectionServiceBlockingStubParticipantInspectionServiceBlockingClient
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  16. def inspectCommitmentContracts(request: InspectCommitmentContractsRequest): Iterator[InspectCommitmentContractsResponse]

    TODO(#9557) R2

  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. def lookupOffsetByTime(request: LookupOffsetByTimeRequest): LookupOffsetByTimeResponse

    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
    ParticipantInspectionServiceBlockingStubParticipantInspectionServiceBlockingClient
  19. def lookupReceivedAcsCommitments(request: LookupReceivedAcsCommitmentsRequest): LookupReceivedAcsCommitmentsResponse

    List the counter-participants and their ACS commitments together with the match status TODO(#18749) R1 Can also be used for R1, to fetch commitments that a counter participant received from myself

    List the counter-participants and their ACS commitments together with the match status TODO(#18749) R1 Can also be used for R1, to fetch commitments that a counter participant received from myself

    Definition Classes
    ParticipantInspectionServiceBlockingStubParticipantInspectionServiceBlockingClient
  20. def lookupSentAcsCommitments(request: LookupSentAcsCommitmentsRequest): LookupSentAcsCommitmentsResponse

    Look up the ACS commitments computed and sent by a participant

    Look up the ACS commitments computed and sent by a participant

    Definition Classes
    ParticipantInspectionServiceBlockingStubParticipantInspectionServiceBlockingClient
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  24. def openCommitment(request: OpenCommitmentRequest): Iterator[OpenCommitmentResponse]

    Request metadata about shared contracts used in commitment computation at a specific time Subject to the data still being available on the participant TODO(#9557) R2

    Request metadata about shared contracts used in commitment computation at a specific time Subject to the data still being available on the participant TODO(#9557) R2

    Definition Classes
    ParticipantInspectionServiceBlockingStubParticipantInspectionServiceBlockingClient
  25. def serviceCompanion: ServiceCompanion[ParticipantInspectionService]
  26. def setConfigForSlowCounterParticipants(request: SetConfigForSlowCounterParticipantsRequest): SetConfigForSlowCounterParticipantsResponse

    Configure metrics for slow counter-participants (i.e., that are behind in sending commitments) and configure thresholds for when a counter-participant is deemed slow.

    Configure metrics for slow counter-participants (i.e., that are behind in sending commitments) and configure thresholds for when a counter-participant is deemed slow.

    Definition Classes
    ParticipantInspectionServiceBlockingStubParticipantInspectionServiceBlockingClient
  27. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  28. def toString(): String
    Definition Classes
    AnyRef → Any
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  32. final def withCallCredentials(arg0: CallCredentials): ParticipantInspectionServiceBlockingStub
    Definition Classes
    AbstractStub
  33. final def withCompression(arg0: String): ParticipantInspectionServiceBlockingStub
    Definition Classes
    AbstractStub
  34. final def withDeadline(arg0: Deadline): ParticipantInspectionServiceBlockingStub
    Definition Classes
    AbstractStub
  35. final def withDeadlineAfter(arg0: Long, arg1: TimeUnit): ParticipantInspectionServiceBlockingStub
    Definition Classes
    AbstractStub
  36. final def withExecutor(arg0: Executor): ParticipantInspectionServiceBlockingStub
    Definition Classes
    AbstractStub
  37. final def withInterceptors(arg0: <repeated...>[ClientInterceptor]): ParticipantInspectionServiceBlockingStub
    Definition Classes
    AbstractStub
    Annotations
    @transient()
  38. final def withMaxInboundMessageSize(arg0: Int): ParticipantInspectionServiceBlockingStub
    Definition Classes
    AbstractStub
  39. final def withMaxOutboundMessageSize(arg0: Int): ParticipantInspectionServiceBlockingStub
    Definition Classes
    AbstractStub
  40. final def withOnReadyThreshold(arg0: Int): ParticipantInspectionServiceBlockingStub
    Definition Classes
    AbstractStub
  41. final def withOption[T <: AnyRef](arg0: Key[T], arg1: T): ParticipantInspectionServiceBlockingStub
    Definition Classes
    AbstractStub
  42. final def withWaitForReady(): ParticipantInspectionServiceBlockingStub
    Definition Classes
    AbstractStub

Deprecated Value Members

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

    (Since version 9)

  2. final def withChannel(arg0: Channel): ParticipantInspectionServiceBlockingStub
    Definition Classes
    AbstractStub
    Annotations
    @Deprecated
    Deprecated

Ungrouped