com.digitalasset.canton.admin.participant.v30.ParticipantInspectionServiceGrpc
ParticipantInspectionServiceStub
Companion object ParticipantInspectionServiceStub
class ParticipantInspectionServiceStub extends AbstractStub[ParticipantInspectionServiceStub] with ParticipantInspectionService
- Alphabetic
- By Inheritance
- ParticipantInspectionServiceStub
- ParticipantInspectionService
- AbstractService
- AbstractStub
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new ParticipantInspectionServiceStub(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): ParticipantInspectionServiceStub
- Definition Classes
- ParticipantInspectionServiceStub → AbstractStub
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def countInFlight(request: CountInFlightRequest): Future[CountInFlightResponse]
Count in-flight submissions and transactions for a synchronizer
Count in-flight submissions and transactions for a synchronizer
- Definition Classes
- ParticipantInspectionServiceStub → ParticipantInspectionService
- 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
- @IntrinsicCandidate() @native()
- def getConfigForSlowCounterParticipants(request: GetConfigForSlowCounterParticipantsRequest): Future[GetConfigForSlowCounterParticipantsResponse]
Get the current configuration for metrics for slow counter-participants.
Get the current configuration for metrics for slow counter-participants.
- Definition Classes
- ParticipantInspectionServiceStub → ParticipantInspectionService
- def getIntervalsBehindForCounterParticipants(request: GetIntervalsBehindForCounterParticipantsRequest): Future[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
- ParticipantInspectionServiceStub → ParticipantInspectionService
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def inspectCommitmentContracts(request: InspectCommitmentContractsRequest, responseObserver: StreamObserver[InspectCommitmentContractsResponse]): Unit
TODO(#9557) R2
TODO(#9557) R2
- Definition Classes
- ParticipantInspectionServiceStub → ParticipantInspectionService
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def lookupOffsetByTime(request: LookupOffsetByTimeRequest): Future[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
- ParticipantInspectionServiceStub → ParticipantInspectionService
- def lookupReceivedAcsCommitments(request: LookupReceivedAcsCommitmentsRequest): Future[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
- ParticipantInspectionServiceStub → ParticipantInspectionService
- def lookupSentAcsCommitments(request: LookupSentAcsCommitmentsRequest): Future[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
- ParticipantInspectionServiceStub → ParticipantInspectionService
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- def openCommitment(request: OpenCommitmentRequest, responseObserver: StreamObserver[OpenCommitmentResponse]): Unit
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
- ParticipantInspectionServiceStub → ParticipantInspectionService
- def serviceCompanion: ServiceCompanion[ParticipantInspectionService]
- Definition Classes
- ParticipantInspectionService → AbstractService
- def setConfigForSlowCounterParticipants(request: SetConfigForSlowCounterParticipantsRequest): Future[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
- ParticipantInspectionServiceStub → ParticipantInspectionService
- 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): ParticipantInspectionServiceStub
- Definition Classes
- AbstractStub
- final def withCompression(arg0: String): ParticipantInspectionServiceStub
- Definition Classes
- AbstractStub
- final def withDeadline(arg0: Deadline): ParticipantInspectionServiceStub
- Definition Classes
- AbstractStub
- final def withDeadlineAfter(arg0: Long, arg1: TimeUnit): ParticipantInspectionServiceStub
- Definition Classes
- AbstractStub
- final def withExecutor(arg0: Executor): ParticipantInspectionServiceStub
- Definition Classes
- AbstractStub
- final def withInterceptors(arg0: <repeated...>[ClientInterceptor]): ParticipantInspectionServiceStub
- Definition Classes
- AbstractStub
- Annotations
- @transient()
- final def withMaxInboundMessageSize(arg0: Int): ParticipantInspectionServiceStub
- Definition Classes
- AbstractStub
- final def withMaxOutboundMessageSize(arg0: Int): ParticipantInspectionServiceStub
- Definition Classes
- AbstractStub
- final def withOnReadyThreshold(arg0: Int): ParticipantInspectionServiceStub
- Definition Classes
- AbstractStub
- final def withOption[T <: AnyRef](arg0: Key[T], arg1: T): ParticipantInspectionServiceStub
- Definition Classes
- AbstractStub
- final def withWaitForReady(): ParticipantInspectionServiceStub
- Definition Classes
- AbstractStub
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)
- final def withChannel(arg0: Channel): ParticipantInspectionServiceStub
- Definition Classes
- AbstractStub
- Annotations
- @Deprecated
- Deprecated