Packages

trait ParticipantInspectionService 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.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ParticipantInspectionService
  2. AbstractService
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def countInFlight(request: CountInFlightRequest): Future[CountInFlightResponse]

    Count in-flight submissions and transactions for a synchronizer

  2. abstract def getConfigForSlowCounterParticipants(request: GetConfigForSlowCounterParticipantsRequest): Future[GetConfigForSlowCounterParticipantsResponse]

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

  3. abstract 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.

  4. abstract def inspectCommitmentContracts(request: InspectCommitmentContractsRequest, responseObserver: StreamObserver[InspectCommitmentContractsResponse]): Unit

    TODO(#9557) R2

  5. abstract 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.

  6. abstract 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

  7. abstract def lookupSentAcsCommitments(request: LookupSentAcsCommitmentsRequest): Future[LookupSentAcsCommitmentsResponse]

    Look up the ACS commitments computed and sent by a participant

  8. abstract 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

  9. abstract 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.

Concrete 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 clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  9. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  10. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  11. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  13. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  14. def serviceCompanion: ServiceCompanion[ParticipantInspectionService]
    Definition Classes
    ParticipantInspectionService → AbstractService
  15. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  16. def toString(): String
    Definition Classes
    AnyRef → Any
  17. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  18. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  19. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

    (Since version 9)

Inherited from AbstractService

Inherited from AnyRef

Inherited from Any

Ungrouped