Packages

object setup extends Impl with InitNodeId

Annotations
@Summary(s = "Methods used for node initialization", flag = console.this.Help.Summary.<init>$default$2)
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. setup
  2. InitNodeId
  3. Impl
  4. ConsoleCommandGroup
  5. FeatureFlagFilter
  6. NamedLogging
  7. Helpful
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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_beginning(genesisState: Seq[PositiveSignedTopologyTransactionX], domainParameters: StaticDomainParameters): InitializeSequencerResponseX
    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 domain node. " +
    "This is called as part of the domain.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_snapshot(topologySnapshot: GenericStoredTopologyTransactionsX, sequencerSnapshot: SequencerSnapshot, domainParameters: StaticDomainParameters): InitializeSequencerResponseX
    Annotations
    @Summary(s = "Dynamically initialize a sequencer from a point later than the beginning of the event stream." +
    "This is called as part of the domain.setup.onboard_new_sequencer command, so you are unlikely to need to call this directly."
    , 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]) @native() @HotSpotIntrinsicCandidate()
  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
    @native() @HotSpotIntrinsicCandidate()
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  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. def init_id(identifier: Identifier, fingerprint: Fingerprint): UniqueIdentifier
    Definition Classes
    InitNodeId
    Annotations
    @Summary(s = "Initialize the node with a unique identifier", flag = console.this.Help.Summary.<init>$default$2) @Description(s = """Every node in Canton is identified using a unique identifier, which is composed
    |of a user-chosen string and the fingerprint of a signing key. The signing key is the root key
    |defining a so-called namespace, where the signing key has the ultimate control over
    |issuing new identifiers.
    |During initialisation, we have to pick such a unique identifier.
    |By default, initialisation happens automatically, but it can be turned off by setting the auto-init
    |option to false.
    |Automatic node initialisation is usually turned off to preserve the identity of a participant or domain
    |node (during major version upgrades) or if the topology transactions are managed through
    |a different topology manager than the one integrated into this node."""
    )
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. def logger: TracedLogger
    Attributes
    protected
    Definition Classes
    NamedLogging
  21. def loggerFactory: NamedLoggerFactory
    Attributes
    protected
    Definition Classes
    ImplNamedLogging
  22. implicit def namedLoggingContext(implicit traceContext: TraceContext): NamedLoggingContext
    Attributes
    protected
    Definition Classes
    NamedLogging
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. def noTracingLogger: Logger
    Attributes
    protected
    Definition Classes
    NamedLogging
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. def runner: AdminCommandRunner
    Attributes
    protected
    Definition Classes
    ImplConsoleCommandGroup
  28. 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)
  29. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  30. def toString(): String
    Definition Classes
    AnyRef → Any
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  33. 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
    Deprecated

Inherited from InitNodeId

Inherited from Impl

Inherited from ConsoleCommandGroup

Inherited from FeatureFlagFilter

Inherited from NamedLogging

Inherited from Helpful

Inherited from AnyRef

Inherited from Any

Ungrouped