class SequencerAdministration extends Impl
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SequencerAdministration
- Impl
- ConsoleCommandGroup
- FeatureFlagFilter
- NamedLogging
- Helpful
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new SequencerAdministration(node: SequencerReference)
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 assign_from_genesis_state(genesisState: ByteString, synchronizerParameters: StaticSynchronizerParameters, waitForReady: Boolean = true): InitializeSequencerResponse
- Annotations
- @Summary(s = "Initialize a sequencer from the beginning of the event stream. This should only be called for " +
"sequencer nodes being initialized at the same time as the corresponding synchronizer node. " +
"This is called as part of the synchronizer.setup.bootstrap command, so you are unlikely to need to call this directly.", flag = console.this.Help.Summary.<init>$default$2)
- def assign_from_onboarding_state(onboardingState: ByteString, waitForReady: Boolean = true): InitializeSequencerResponse
- Annotations
- @Summary(s = "Dynamically initialize a sequencer from a point later than the beginning of the event stream.", flag = console.this.Help.Summary.<init>$default$2)
- def cantonConfig: CantonConfig
- Attributes
- protected
- Definition Classes
- FeatureFlagFilter
- def check[T](flag: FeatureFlag)(command: => T): T
- Attributes
- protected
- Definition Classes
- FeatureFlagFilter
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def consoleEnvironment: ConsoleEnvironment
- Attributes
- protected
- Definition Classes
- Impl → ConsoleCommandGroup → FeatureFlagFilter
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- implicit def errorLoggingContext(implicit traceContext: TraceContext): ErrorLoggingContext
- Attributes
- protected
- Definition Classes
- NamedLogging
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def help(methodName: String)(implicit consoleEnvironment: ConsoleEnvironment): Unit
- Definition Classes
- Helpful
- Annotations
- @Summary(s = "Help for specific commands (use help() or help(\"method\") for more information)", flag = console.this.Help.Summary.<init>$default$2) @Topic(t = Seq("Top-level Commands"))
- def help()(implicit consoleEnvironment: ConsoleEnvironment): Unit
- Definition Classes
- Helpful
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def logger: TracedLogger
- Attributes
- protected
- Definition Classes
- NamedLogging
- def loggerFactory: NamedLoggerFactory
- Attributes
- protected
- Definition Classes
- Impl → NamedLogging
- implicit def namedLoggingContext(implicit traceContext: TraceContext): NamedLoggingContext
- Attributes
- protected
- Definition Classes
- NamedLogging
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def noTracingLogger: Logger
- Attributes
- protected
- Definition Classes
- NamedLogging
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- def onboarding_state_at_timestamp(timestamp: CantonTimestamp, timeout: NonNegativeDuration = timeouts.unbounded): ByteString
- Annotations
- @Summary(s = "Download the onboarding state at a given point in time to bootstrap another sequencer", flag = console.this.Help.Summary.<init>$default$2)
- def onboarding_state_for_sequencer(sequencerId: SequencerId, timeout: NonNegativeDuration = timeouts.unbounded): ByteString
- Annotations
- @Summary(s = "Download the onboarding state for a given sequencer", flag = console.this.Help.Summary.<init>$default$2)
- def runner: AdminCommandRunner
- Attributes
- protected
- Definition Classes
- Impl → ConsoleCommandGroup
- def snapshot(timestamp: CantonTimestamp): SequencerSnapshot
- Annotations
- @Summary(s = "Download sequencer snapshot at given point in time to bootstrap another sequencer", flag = console.this.Help.Summary.<init>$default$2) @Description(s = """It is recommended to use onboarding_state_for_sequencer for onboarding
|a new sequencer.""")
- 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])