package data
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- sealed trait NodeStatus[+S <: Status] extends PrettyPrinting 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
- sealed abstract class WaitingForExternalInput extends PrettyPrinting
Value Members
- object NodeStatus extends Serializable
- object TopologyQueueStatus extends Serializable
- object WaitingForExternalInput
- case object WaitingForId extends WaitingForExternalInput with Product with Serializable
- case object WaitingForInitialization extends WaitingForExternalInput with Product with Serializable
- case object WaitingForNodeTopology extends WaitingForExternalInput with Product with Serializable