c

com.digitalasset.canton.console.commands

TrafficControlSequencerAdministrationGroup

class TrafficControlSequencerAdministrationGroup extends TrafficControlAdministrationGroup with Helpful with FeatureFlagFilter

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

Instance Constructors

  1. new TrafficControlSequencerAdministrationGroup(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 cantonConfig: CantonConfig
    Attributes
    protected
    Definition Classes
    FeatureFlagFilter
  6. def check[T](flag: FeatureFlag)(command: => T): T
    Attributes
    protected
    Definition Classes
    FeatureFlagFilter
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  8. val consoleEnvironment: ConsoleEnvironment
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  11. implicit def errorLoggingContext(implicit traceContext: TraceContext): ErrorLoggingContext
    Attributes
    protected
    Definition Classes
    NamedLogging
  12. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  14. 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"))
  15. def help()(implicit consoleEnvironment: ConsoleEnvironment): Unit
    Definition Classes
    Helpful
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. 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.""")
  18. def logger: TracedLogger
    Attributes
    protected
    Definition Classes
    NamedLogging
  19. val loggerFactory: NamedLoggerFactory
  20. implicit def namedLoggingContext(implicit traceContext: TraceContext): NamedLoggingContext
    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
    @IntrinsicCandidate() @native()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  25. 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.
    """
    )
  26. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  27. def toString(): String
    Definition Classes
    AnyRef → Any
  28. 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.""")
  29. 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.
    """
    )
  30. 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.""")
  31. 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."""
    )
  32. 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.""")
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  35. 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

    (Since version 9)

Inherited from FeatureFlagFilter

Inherited from NamedLogging

Inherited from Helpful

Inherited from AnyRef

Inherited from Any

Ungrouped