package data
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- final case class DomainStatus(uid: UniqueIdentifier, uptime: Duration, ports: Map[String, Port], connectedParticipants: Seq[ParticipantId], sequencer: SequencerHealthStatus, topologyQueue: TopologyQueueStatus, components: Seq[ComponentStatus]) extends Status with Product with Serializable
- final case class MediatorNodeStatus(uid: UniqueIdentifier, domainId: DomainId, uptime: Duration, ports: Map[String, Port], active: Boolean, topologyQueue: TopologyQueueStatus, components: Seq[ComponentStatus]) extends Status with Product with Serializable
- sealed trait NodeStatus[+S <: Status] extends PrettyPrinting with Product with Serializable
- final case class ParticipantStatus(uid: UniqueIdentifier, uptime: Duration, ports: Map[String, Port], connectedDomains: Map[DomainId, Boolean], active: Boolean, topologyQueue: TopologyQueueStatus, components: Seq[ComponentStatus]) extends Status with Product with Serializable
- final case class SequencerAdminStatus(acceptsAdminChanges: Boolean) extends ToComponentHealthState with PrettyPrinting with Product with Serializable
Admin status of the sequencer node.
Admin status of the sequencer node.
- acceptsAdminChanges
indicates whether the sequencer node accepts administration commands
- final case class SequencerHealthStatus(isActive: Boolean, details: Option[String] = None) extends ToComponentHealthState 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
- final case class SequencerNodeStatus(uid: UniqueIdentifier, domainId: DomainId, uptime: Duration, ports: Map[String, Port], connectedParticipants: Seq[ParticipantId], sequencer: SequencerHealthStatus, topologyQueue: TopologyQueueStatus, admin: Option[SequencerAdminStatus], components: Seq[ComponentStatus]) extends Status with Product with Serializable
- final case class SimpleStatus(uid: UniqueIdentifier, uptime: Duration, ports: Map[String, Port], active: Boolean, topologyQueue: TopologyQueueStatus, components: Seq[ComponentStatus]) extends Status with Product with Serializable
- final case class TopologyQueueStatus(manager: Int, dispatcher: Int, clients: Int) extends 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 MediatorNodeStatus extends Serializable
- object NodeStatus extends Serializable
- object ParticipantStatus extends Serializable
- object SequencerAdminStatus extends PrettyUtil with ShowUtil with Serializable
- object SequencerHealthStatus extends PrettyUtil with ShowUtil with Serializable
- object SequencerNodeStatus extends Serializable
- object SimpleStatus extends Serializable
- object TopologyQueueStatus extends Serializable