class TopologyAdministrationGroup extends ConsoleCommandGroup with Helpful with FeatureFlagFilter
Linear Supertypes
Ordering
- Alphabetic
 - By Inheritance
 
Inherited
- TopologyAdministrationGroup
 - ConsoleCommandGroup
 - FeatureFlagFilter
 - NamedLogging
 - Helpful
 - AnyRef
 - Any
 
- Hide All
 - Show All
 
Visibility
- Public
 - Protected
 
Instance Constructors
-  new TopologyAdministrationGroup(instance: InstanceReference, topologyQueueStatus: => Option[TopologyQueueStatus], consoleEnvironment: ConsoleEnvironment, loggerFactory: NamedLoggerFactory)
 
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 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()
 
 -    val consoleEnvironment: ConsoleEnvironment
- Definition Classes
 - TopologyAdministrationGroup → 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
 
 -   implicit  lazy val executionContext: ExecutionContext
- Attributes
 - protected[canton]
 
 -   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
 
 -    def init_id(identifier: String, namespace: String = "", delegations: Seq[GenericSignedTopologyTransaction] = Seq.empty, delegationFiles: Seq[String] = Seq.empty, waitForReady: Boolean = true): Unit
- 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 changed to either initialize
|manually or to read a set of identities and certificates from a file.
|
|Automatic node initialisation is usually turned off to preserve the identity of a participant or synchronizer
|node (during major version upgrades) or if the root namespace key of the node is
|kept offline.
|
|If known, the namespace can be set to verify that it matches the root certificate.
|Otherwise it will be read from the delegation.
|
|Optionally, a set of delegations can be provided if the root namespace key is not available.
|These delegations can be either in files or passed as objects. Their version needs to match the
|necessary protocol version of the synchronizers we are going to connect to.
|""") 
 -    def init_id_from_uid(identifier: UniqueIdentifier, delegations: Seq[GenericSignedTopologyTransaction] = Seq.empty, delegationFiles: Seq[String] = Seq.empty, waitForReady: Boolean = true): Unit
- 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 changed to either initialize
|manually or to read a set of identities and delegations from a file.
|
|Automatic node initialisation is usually turned off to preserve the identity of a participant or synchronizer
|node (during major version upgrades) or if the root namespace key of the node is
|kept offline.
|
|Optionally, a set of delegations can be provided if the root namespace key is not available.
|These delegations can be either in files or passed as objects. Their version needs to match the
|necessary protocol version of the synchronizers we are going to connect to.
|""") 
 -   final  def isInstanceOf[T0]: Boolean
- Definition Classes
 - Any
 
 -    def logger: TracedLogger
- Attributes
 - protected
 - Definition Classes
 - NamedLogging
 
 -    val loggerFactory: NamedLoggerFactory
- Definition Classes
 - TopologyAdministrationGroup → 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()
 
 -    val runner: AdminCommandRunner
- Attributes
 - protected
 - Definition Classes
 - TopologyAdministrationGroup → ConsoleCommandGroup
 
 -   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])
 
 -   final  def wait(): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.InterruptedException])
 
 -  object decentralized_namespaces extends Helpful
 -  object mediators extends Helpful
 -  object namespace_delegations extends Helpful
 -  object owner_to_key_mappings extends Helpful
 -  object participant_synchronizer_permissions extends Helpful
 -  object participant_synchronizer_states extends Helpful
 -  object party_hosting_limits extends Helpful
 -  object party_to_key_mappings extends Helpful
 -  object party_to_participant_mappings extends Helpful
 -  object sequencers extends Helpful
 -  object stores extends Helpful
 -    object synchronisation
- Annotations
 - @Summary(s = "Topology synchronisation helpers", flag = FeatureFlag.Preview) @Group(name = "Synchronisation Helpers")
 
 -  object synchronizer_bootstrap
 -    object synchronizer_parameters extends Helpful
- Annotations
 - @Summary(s = "Manage synchronizer parameters state", flag = FeatureFlag.Preview) @Group(name = "Synchronizer Parameters State")
 
 -  object synchronizer_trust_certificates extends Helpful
 -  object synchronizer_upgrade extends Helpful
 -  object transactions
 -  object vetted_packages extends Helpful