c

com.digitalasset.canton.console.commands

SequencerAdministrationGroup

class SequencerAdministrationGroup extends Helpful with FeatureFlagFilter with NamedLogging

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

Instance Constructors

  1. new SequencerAdministrationGroup(runner: AdminCommandRunner, consoleEnvironment: ConsoleEnvironment, loggerFactory: NamedLoggerFactory)

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 authorize_ledger_identity(ledgerIdentity: LedgerIdentity): Unit
    Annotations
    @Summary(s = "Authorize a ledger identity (e.g. an EthereumAccount) on the underlying ledger. ", flag = FeatureFlag.Preview) @Description(s = """Authorize a ledger identity (e.g. an EthereumAccount) on the underlying ledger.
    |Currently only implemented for the Ethereum sequencer and has no effect for other sequencer
    |integrations.
    | See the authorization documentation of the Ethereum sequencer integrations for more detail.
    """"
    )
  6. def cantonConfig: CantonConfig
    Attributes
    protected
    Definition Classes
    FeatureFlagFilter
  7. def check[T](flag: FeatureFlag)(command: => T): T
    Attributes
    protected
    Definition Classes
    FeatureFlagFilter
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  9. val consoleEnvironment: ConsoleEnvironment
  10. def disable_member(member: Member): Unit

    Disable the provided member at the sequencer preventing them from reading and writing, and allowing their data to be pruned.

    Disable the provided member at the sequencer preventing them from reading and writing, and allowing their data to be pruned.

    Annotations
    @Summary(s = "Disable the provided member at the Sequencer that will allow any unread data for them to be removed", flag = console.this.Help.Summary.<init>$default$2) @Description(s = """This will prevent any client for the given member to reconnect the Sequencer
    |and allow any unread/unacknowledged data they have to be removed.
    |This should only be used if the domain operation is confident the member will never need
    |to reconnect as there is no way to re-enable the member.
    |To view members using the sequencer run `sequencer.status()`.""""
    )
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. 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"))
  16. def help()(implicit consoleEnvironment: ConsoleEnvironment): Unit
    Definition Classes
    Helpful
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. def logger: TracedLogger
    Attributes
    protected
    Definition Classes
    NamedLogging
  19. val loggerFactory: NamedLoggerFactory
  20. implicit def loggingContext(implicit traceContext: TraceContext): ErrorLoggingContext
    Attributes
    protected
    Definition Classes
    NamedLogging
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. def noTracingLogger: Logger
    Attributes
    protected
    Definition Classes
    NamedLogging
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. def snapshot(timestamp: CantonTimestamp): SequencerSnapshot

    Snapshot based on given snapshot to used as initial state by other sequencer nodes in the process of onboarding.

  26. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  27. def toString(): String
    Definition Classes
    AnyRef → Any
  28. implicit def traceContext: TraceContext
    Attributes
    protected
    Definition Classes
    NoTracing
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  32. object pruning
    Annotations
    @Summary(s = "Pruning of the sequencer", flag = console.this.Help.Summary.<init>$default$2)

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from FeatureFlagFilter

Inherited from NoTracing

Inherited from NamedLogging

Inherited from Helpful

Inherited from AnyRef

Inherited from Any

Ungrouped