package data
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- case class DomainStatus(uid: UniqueIdentifier, uptime: Duration, ports: Map[String, Port], connectedParticipants: Seq[ParticipantId], sequencer: SequencerHealthStatus, topologyQueue: TopologyQueueStatus) extends Status with Product with Serializable
- sealed trait NodeStatus[+S <: Status] extends PrettyPrinting with Product with Serializable
- case class ParticipantStatus(uid: UniqueIdentifier, uptime: Duration, ports: Map[String, Port], connectedDomains: Map[DomainId, Boolean], active: Boolean, topologyQueue: TopologyQueueStatus) extends Status with Product with Serializable
- case class SequencerHealthStatus(isActive: Boolean, details: Option[String] = None) extends HasProtoV0[v0.SequencerHealthStatus] with PrettyPrinting with Product with Serializable
Health status of the sequencer component itself.
Health status of the sequencer component itself.
- isActive
implementation specific flag indicating whether the sequencer is active
- case class SequencerNodeStatus(uid: UniqueIdentifier, uptime: Duration, ports: Map[String, Port], connectedParticipants: Seq[ParticipantId], sequencer: SequencerHealthStatus, topologyQueue: TopologyQueueStatus) extends Status with Product with Serializable
- case class SimpleStatus(uid: UniqueIdentifier, uptime: Duration, ports: Map[String, Port], active: Boolean, topologyQueue: TopologyQueueStatus) extends Status with Product with Serializable
- case class TopologyQueueStatus(manager: Int, dispatcher: Int, clients: Int) extends HasProtoV0[v0.TopologyQueueStatus] with PrettyPrinting with Product with Serializable
Topology manager queue status
Topology manager queue status
Status around topology management queues
- manager
number of queued commands in the topology manager
- dispatcher
number of queued transactions in the dispatcher
- clients
number of observed transactions that are not yet effective
Value Members
- object DomainStatus extends Serializable
- object NodeStatus extends Serializable
- object ParticipantStatus extends Serializable
- object SequencerHealthStatus extends Serializable
- object SequencerNodeStatus extends Serializable
- object SimpleStatus extends Serializable
- object TopologyQueueStatus extends Serializable