c

com.digitalasset.canton.console.commands

SequencerAdministration

class SequencerAdministration extends Impl

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SequencerAdministration
  2. Impl
  3. ConsoleCommandGroup
  4. FeatureFlagFilter
  5. NamedLogging
  6. Helpful
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new SequencerAdministration(node: SequencerReference)

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 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)
  6. 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)
  7. def cantonConfig: CantonConfig
    Attributes
    protected
    Definition Classes
    FeatureFlagFilter
  8. def check[T](flag: FeatureFlag)(command: => T): T
    Attributes
    protected
    Definition Classes
    FeatureFlagFilter
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  10. def consoleEnvironment: ConsoleEnvironment
    Attributes
    protected
    Definition Classes
    ImplConsoleCommandGroupFeatureFlagFilter
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  13. implicit def errorLoggingContext(implicit traceContext: TraceContext): ErrorLoggingContext
    Attributes
    protected
    Definition Classes
    NamedLogging
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  16. 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"))
  17. def help()(implicit consoleEnvironment: ConsoleEnvironment): Unit
    Definition Classes
    Helpful
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. def logger: TracedLogger
    Attributes
    protected
    Definition Classes
    NamedLogging
  20. def loggerFactory: NamedLoggerFactory
    Attributes
    protected
    Definition Classes
    ImplNamedLogging
  21. implicit def namedLoggingContext(implicit traceContext: TraceContext): NamedLoggingContext
    Attributes
    protected
    Definition Classes
    NamedLogging
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. def noTracingLogger: Logger
    Attributes
    protected
    Definition Classes
    NamedLogging
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  26. 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)
  27. 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)
  28. def runner: AdminCommandRunner
    Attributes
    protected
    Definition Classes
    ImplConsoleCommandGroup
  29. 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."""
    )
  30. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  31. def toString(): String
    Definition Classes
    AnyRef → Any
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  34. 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 Impl

Inherited from ConsoleCommandGroup

Inherited from FeatureFlagFilter

Inherited from NamedLogging

Inherited from Helpful

Inherited from AnyRef

Inherited from Any

Ungrouped