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_genesis_stateV2(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)
  7. 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)
  8. def assign_from_onboarding_stateV2(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)
  9. def cantonConfig: CantonConfig
    Attributes
    protected
    Definition Classes
    FeatureFlagFilter
  10. def check[T](flag: FeatureFlag)(command: => T): T
    Attributes
    protected
    Definition Classes
    FeatureFlagFilter
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  12. def consoleEnvironment: ConsoleEnvironment
    Attributes
    protected
    Definition Classes
    ImplConsoleCommandGroupFeatureFlagFilter
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  15. implicit def errorLoggingContext(implicit traceContext: TraceContext): ErrorLoggingContext
    Attributes
    protected
    Definition Classes
    NamedLogging
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. 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"))
  19. def help()(implicit consoleEnvironment: ConsoleEnvironment): Unit
    Definition Classes
    Helpful
  20. def initialize_from_synchronizer_predecessor(predecessorState: ByteString, synchronizerParameters: StaticSynchronizerParameters, waitForReady: Boolean = true): Unit
    Annotations
    @Summary(s = "Initialize a sequencer for the logical upgrade from the state of its predecessor", flag = console.this.Help.Summary.<init>$default$2)
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. def logger: TracedLogger
    Attributes
    protected
    Definition Classes
    NamedLogging
  23. def loggerFactory: NamedLoggerFactory
    Attributes
    protected
    Definition Classes
    ImplNamedLogging
  24. implicit def namedLoggingContext(implicit traceContext: TraceContext): NamedLoggingContext
    Attributes
    protected
    Definition Classes
    NamedLogging
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. def noTracingLogger: Logger
    Attributes
    protected
    Definition Classes
    NamedLogging
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. 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)
  30. 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)
  31. def onboarding_state_for_sequencerV2(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)
  32. def runner: AdminCommandRunner
    Attributes
    protected
    Definition Classes
    ImplConsoleCommandGroup
  33. 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."""
    )
  34. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  35. def toString(): String
    Definition Classes
    AnyRef → Any
  36. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

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