com.digitalasset.canton.domain.admin.v0.EnterpriseSequencerAdministrationServiceGrpc
EnterpriseSequencerAdministrationServiceBlockingStub
class EnterpriseSequencerAdministrationServiceBlockingStub extends AbstractStub[EnterpriseSequencerAdministrationServiceBlockingStub] with EnterpriseSequencerAdministrationServiceBlockingClient
- Alphabetic
- By Inheritance
- EnterpriseSequencerAdministrationServiceBlockingStub
- EnterpriseSequencerAdministrationServiceBlockingClient
- AbstractStub
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new EnterpriseSequencerAdministrationServiceBlockingStub(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 authorizeLedgerIdentity(request: AuthorizeRequest): AuthorizeResponse
- def build(channel: Channel, options: CallOptions): EnterpriseSequencerAdministrationServiceBlockingStub
- Definition Classes
- EnterpriseSequencerAdministrationServiceBlockingStub → AbstractStub
- def clearSchedule(request: Request): Response
Disable automatic pruning and remove the persisted schedule configuration.
Disable automatic pruning and remove the persisted schedule configuration.
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- def disableMember(request: DisableMemberRequest): Empty
Disable members at the sequencer.
Disable members at the sequencer. Will prevent existing and new instances from connecting, and permit removing their data.
- 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 getSchedule(request: Request): Response
Retrieve the automatic pruning configuration.
Retrieve the automatic pruning configuration.
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def locatePruningTimestamp(request: Request): Response
Retrieve pruning timestamp at or near the "beginning" of events.
Retrieve pruning timestamp at or near the "beginning" of events.
- 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 prune(request: Request): Response
Remove data from the Sequencer
Remove data from the Sequencer
- def serviceCompanion: ServiceCompanion[EnterpriseSequencerAdministrationService]
- Definition Classes
- EnterpriseSequencerAdministrationServiceBlockingClient
- def setCron(request: Request): Response
Modify individual pruning schedule parameters.
Modify individual pruning schedule parameters. -
: if the payload is malformed or no schedule is configuredINVALID_ARGUMENT
- def setMaxDuration(request: Request): Response
- def setRetention(request: Request): Response
- def setSchedule(request: Request): Response
Enable automatic pruning using the specified schedule parameters The following errors may occur on the SetSchedule or Update commands: -
: if a parameter is missing or an invalid cron expression or duration.INVALID_ARGUMENT
Enable automatic pruning using the specified schedule parameters The following errors may occur on the SetSchedule or Update commands: -
: if a parameter is missing or an invalid cron expression or duration. -INVALID_ARGUMENT
: if automatic background pruning has not been enabled or if invoked on a participant running the Community Edition.FAILED_PRECONDITION
- def snapshot(request: Request): Response
fetch a snapshot of the sequencer state based on the given timestamp
fetch a snapshot of the sequencer state based on the given timestamp
- 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): EnterpriseSequencerAdministrationServiceBlockingStub
- Definition Classes
- AbstractStub
- final def withCompression(arg0: String): EnterpriseSequencerAdministrationServiceBlockingStub
- Definition Classes
- AbstractStub
- final def withDeadline(arg0: Deadline): EnterpriseSequencerAdministrationServiceBlockingStub
- Definition Classes
- AbstractStub
- final def withDeadlineAfter(arg0: Long, arg1: TimeUnit): EnterpriseSequencerAdministrationServiceBlockingStub
- Definition Classes
- AbstractStub
- final def withExecutor(arg0: Executor): EnterpriseSequencerAdministrationServiceBlockingStub
- Definition Classes
- AbstractStub
- final def withInterceptors(arg0: <repeated...>[ClientInterceptor]): EnterpriseSequencerAdministrationServiceBlockingStub
- Definition Classes
- AbstractStub
- Annotations
- @transient()
- final def withMaxInboundMessageSize(arg0: Int): EnterpriseSequencerAdministrationServiceBlockingStub
- Definition Classes
- AbstractStub
- final def withMaxOutboundMessageSize(arg0: Int): EnterpriseSequencerAdministrationServiceBlockingStub
- Definition Classes
- AbstractStub
- final def withOption[T <: AnyRef](arg0: Key[T], arg1: T): EnterpriseSequencerAdministrationServiceBlockingStub
- Definition Classes
- AbstractStub
- final def withWaitForReady(): EnterpriseSequencerAdministrationServiceBlockingStub
- 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): EnterpriseSequencerAdministrationServiceBlockingStub
- Definition Classes
- AbstractStub
- Annotations
- @Deprecated @Deprecated
- Deprecated