c

com.digitalasset.canton.synchronizer.sequencing.service

GrpcSequencerAdministrationService

class GrpcSequencerAdministrationService extends SequencerAdministrationService with NamedLogging

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GrpcSequencerAdministrationService
  2. NamedLogging
  3. SequencerAdministrationService
  4. AbstractService
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new GrpcSequencerAdministrationService(sequencer: Sequencer, sequencerClient: SequencerClientSend, topologyStore: TopologyStore[SynchronizerStore], topologyClient: SynchronizerTopologyClient, synchronizerTimeTracker: SynchronizerTimeTracker, staticSynchronizerParameters: StaticSynchronizerParameters, loggerFactory: NamedLoggerFactory)(implicit executionContext: ExecutionContext)

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. def disableMember(requestP: DisableMemberRequest): Future[DisableMemberResponse]

    Disable members at the sequencer.

    Disable members at the sequencer. Will prevent existing and new instances from connecting, and permit removing their data.

    Definition Classes
    GrpcSequencerAdministrationServiceSequencerAdministrationService
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  9. implicit def errorLoggingContext(implicit traceContext: TraceContext): ErrorLoggingContext
    Attributes
    protected
    Definition Classes
    NamedLogging
  10. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  11. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. def logger: TracedLogger
    Attributes
    protected
    Definition Classes
    NamedLogging
  14. val loggerFactory: NamedLoggerFactory
  15. implicit def namedLoggingContext(implicit traceContext: TraceContext): NamedLoggingContext
    Attributes
    protected
    Definition Classes
    NamedLogging
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def noTracingLogger: Logger
    Attributes
    protected
    Definition Classes
    NamedLogging
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  20. def onboardingState(request: OnboardingStateRequest, responseObserver: StreamObserver[OnboardingStateResponse]): Unit

    Fetch the onboarding state for a given sequencer.

    Fetch the onboarding state for a given sequencer. the returned bytestring can be used directly to initialize the given sequencer later on

    Definition Classes
    GrpcSequencerAdministrationServiceSequencerAdministrationService
  21. def pruningStatus(request: PruningStatusRequest): Future[PruningStatusResponse]

    fetch the current status of the sequencer

    fetch the current status of the sequencer

    Definition Classes
    GrpcSequencerAdministrationServiceSequencerAdministrationService
  22. def serviceCompanion: ServiceCompanion[SequencerAdministrationService]
    Definition Classes
    SequencerAdministrationService → AbstractService
  23. def setTrafficPurchased(requestP: SetTrafficPurchasedRequest): Future[SetTrafficPurchasedResponse]

    Update the traffic purchased entry of a member The top up will only become valid once authorized by all sequencers of the synchronizer

    Update the traffic purchased entry of a member The top up will only become valid once authorized by all sequencers of the synchronizer

    Definition Classes
    GrpcSequencerAdministrationServiceSequencerAdministrationService
  24. def snapshot(request: SnapshotRequest): Future[SnapshotResponse]

    fetch a snapshot of the sequencer state based on the given timestamp

    fetch a snapshot of the sequencer state based on the given timestamp

    Definition Classes
    GrpcSequencerAdministrationServiceSequencerAdministrationService
  25. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  26. def toString(): String
    Definition Classes
    AnyRef → Any
  27. def trafficControlState(request: TrafficControlStateRequest): Future[TrafficControlStateResponse]

    Return the status of the specified members.

    Return the status of the specified members. If the list is empty, return the status of all members. Requested members who are not registered or disabled in the Sequencer will not be in the response. Registered members with no sent or received event will return an empty status.

    Definition Classes
    GrpcSequencerAdministrationServiceSequencerAdministrationService
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  30. 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 NamedLogging

Inherited from AbstractService

Inherited from AnyRef

Inherited from Any

Ungrouped