class TrafficControlSequencerAdministrationGroup extends TrafficControlAdministrationGroup with Helpful with FeatureFlagFilter
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TrafficControlSequencerAdministrationGroup
- TrafficControlAdministrationGroup
- FeatureFlagFilter
- NamedLogging
- Helpful
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new TrafficControlSequencerAdministrationGroup(runner: AdminCommandRunner, 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
- TrafficControlSequencerAdministrationGroup → TrafficControlAdministrationGroup → 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
- 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
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def last_traffic_state_update_of_members(members: Seq[Member]): SequencerTrafficStatus
- Annotations
- @Summary(s = "Return the last traffic state update of the given members, per member", flag = console.this.Help.Summary.<init>$default$2) @Description(s = """Use this command to get the last traffic state update of each member. It will be last updated when a member consumed traffic.""")
- def logger: TracedLogger
- Attributes
- protected
- Definition Classes
- NamedLogging
- val loggerFactory: NamedLoggerFactory
- Definition Classes
- TrafficControlSequencerAdministrationGroup → TrafficControlAdministrationGroup → 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()
- def set_traffic_balance(member: Member, serial: PositiveInt, newBalance: NonNegativeLong): Unit
- Annotations
- @Summary(s = "Set the traffic purchased entry of a member", flag = console.this.Help.Summary.<init>$default$2) @Description(s = """Use this command to set the new traffic purchased entry of a member.
| member: member for which the traffic purchased entry is to be set
| serial: serial number of the request, must be strictly greater than the latest update made for that member
| newBalance: new traffic purchased entry to be set
|
| returns: the max sequencing time used for the update
| After and only after that time, if the new balance still does not appear in the traffic state,
| the update can be considered failed and should be retried.
""")
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def traffic_state(synchronizerId: SynchronizerId): TrafficState
- Definition Classes
- TrafficControlAdministrationGroup
- Annotations
- @Summary(s = "Return the traffic state of the node", flag = console.this.Help.Summary.<init>$default$2) @Description(s = """Use this command to get the traffic state of the node at a given time for a specific synchronizer id.""")
- def traffic_state_of_all_members(latestApproximate: Boolean = false): SequencerTrafficStatus
- Annotations
- @Summary(s = "Return the traffic state of the all members.", flag = console.this.Help.Summary.<init>$default$2) @Description(s = """Use this command to get the traffic state of all members.
Set latestApproximate to true to get an approximation of the traffic state (including base traffic)
at the latest possible timestamp the sequencer can calculate it. This an approximation only because the sequencer
may use its wall clock which could be beyond the synchronizer time.
""")
- def traffic_state_of_members(members: Seq[Member]): SequencerTrafficStatus
- Annotations
- @Summary(s = "Return the traffic state of the given members", flag = console.this.Help.Summary.<init>$default$2) @Description(s = """Use this command to get the traffic state of a list of members at the latest safe timestamp.""")
- def traffic_state_of_members_approximate(members: Seq[Member]): SequencerTrafficStatus
- Annotations
- @Summary(s = "Return the traffic state of the given members at the latest approximate time", flag = console.this.Help.Summary.<init>$default$2) @Description(s = """Use this command to get the traffic state of a list of members using the latest possible time the sequencer can
estimate the state.
CAREFUL: The returned state is only an approximation in the future and might not be the actual correct state
by the time this timestamp is reached by the synchronizer.""")
- def traffic_state_of_members_at_timestamp(members: Seq[Member], timestamp: CantonTimestamp): SequencerTrafficStatus
- Annotations
- @Summary(s = "Return the traffic state of the given members at a specific timestamp", flag = console.this.Help.Summary.<init>$default$2) @Description(s = """Use this command to get the traffic state of specified members at a given timestamp.""")
- 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]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])