com.digitalasset.canton.sequencer.admin.v30.SequencerPruningAdministrationServiceGrpc
SequencerPruningAdministrationServiceBlockingStub
class SequencerPruningAdministrationServiceBlockingStub extends AbstractStub[SequencerPruningAdministrationServiceBlockingStub] with SequencerPruningAdministrationServiceBlockingClient
- Alphabetic
- By Inheritance
- SequencerPruningAdministrationServiceBlockingStub
- SequencerPruningAdministrationServiceBlockingClient
- AbstractStub
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new SequencerPruningAdministrationServiceBlockingStub(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): SequencerPruningAdministrationServiceBlockingStub
- Definition Classes
- SequencerPruningAdministrationServiceBlockingStub → AbstractStub
- def clearSchedule(request: ClearScheduleRequest): ClearScheduleResponse
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]) @IntrinsicCandidate() @native()
- 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 getSchedule(request: GetScheduleRequest): GetScheduleResponse
Retrieve the automatic pruning configuration.
Retrieve the automatic pruning configuration.
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def locatePruningTimestamp(request: LocatePruningTimestampRequest): LocatePruningTimestampResponse
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
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- def prune(request: PruneRequest): PruneResponse
Remove data from the Sequencer
Remove data from the Sequencer
- def serviceCompanion: ServiceCompanion[SequencerPruningAdministrationService]
- Definition Classes
- SequencerPruningAdministrationServiceBlockingClient
- def setCron(request: SetCronRequest): SetCronResponse
Modify individual pruning schedule parameters.
Modify individual pruning schedule parameters. -
: if the payload is malformed or no schedule is configuredINVALID_ARGUMENT
- def setMaxDuration(request: SetMaxDurationRequest): SetMaxDurationResponse
- def setRetention(request: SetRetentionRequest): SetRetentionResponse
- def setSchedule(request: SetScheduleRequest): SetScheduleResponse
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
- 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): SequencerPruningAdministrationServiceBlockingStub
- Definition Classes
- AbstractStub
- final def withCompression(arg0: String): SequencerPruningAdministrationServiceBlockingStub
- Definition Classes
- AbstractStub
- final def withDeadline(arg0: Deadline): SequencerPruningAdministrationServiceBlockingStub
- Definition Classes
- AbstractStub
- final def withDeadlineAfter(arg0: Long, arg1: TimeUnit): SequencerPruningAdministrationServiceBlockingStub
- Definition Classes
- AbstractStub
- final def withExecutor(arg0: Executor): SequencerPruningAdministrationServiceBlockingStub
- Definition Classes
- AbstractStub
- final def withInterceptors(arg0: <repeated...>[ClientInterceptor]): SequencerPruningAdministrationServiceBlockingStub
- Definition Classes
- AbstractStub
- Annotations
- @transient()
- final def withMaxInboundMessageSize(arg0: Int): SequencerPruningAdministrationServiceBlockingStub
- Definition Classes
- AbstractStub
- final def withMaxOutboundMessageSize(arg0: Int): SequencerPruningAdministrationServiceBlockingStub
- Definition Classes
- AbstractStub
- final def withOnReadyThreshold(arg0: Int): SequencerPruningAdministrationServiceBlockingStub
- Definition Classes
- AbstractStub
- final def withOption[T <: AnyRef](arg0: Key[T], arg1: T): SequencerPruningAdministrationServiceBlockingStub
- Definition Classes
- AbstractStub
- final def withWaitForReady(): SequencerPruningAdministrationServiceBlockingStub
- 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): SequencerPruningAdministrationServiceBlockingStub
- Definition Classes
- AbstractStub
- Annotations
- @Deprecated
- Deprecated