Packages

package v0

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. final case class DomainStatusInfo(connectedParticipants: Seq[String], sequencer: Option[SequencerHealthStatus]) extends GeneratedMessage with Updatable[DomainStatusInfo] with Product with Serializable

    domain node specific extra status info

    domain node specific extra status info

    sequencer

    optional - only set if a sequencer is being run by the domain

    Annotations
    @SerialVersionUID()
  2. final case class MediatorNodeStatus(domainId: String) extends GeneratedMessage with Updatable[MediatorNodeStatus] with Product with Serializable
    Annotations
    @SerialVersionUID()
  3. final case class NodeStatus(response: Response) extends GeneratedMessage with Updatable[NodeStatus] with Product with Serializable
    Annotations
    @SerialVersionUID()
  4. final case class ParticipantStatusInfo(connectedDomains: Seq[ConnectedDomain], active: Boolean) extends GeneratedMessage with Updatable[ParticipantStatusInfo] with Product with Serializable

    participant node specific extra status info

    participant node specific extra status info

    active

    Indicate if the participant node is active True if the participant node is replicated and is the active replica, or true if not replicated

    Annotations
    @SerialVersionUID()
  5. final case class SequencerHealthStatus(active: Boolean, details: Option[String]) extends GeneratedMessage with Updatable[SequencerHealthStatus] with Product with Serializable

    status of the sequencer component

    status of the sequencer component

    active

    is the sequencer component active - can vary by implementation for what this means

    details

    optionally set details on how sequencer is healthy/unhealthy

    Annotations
    @SerialVersionUID()
  6. final case class SequencerNodeStatus(connectedParticipants: Seq[String], sequencer: Option[SequencerHealthStatus], domainId: String) extends GeneratedMessage with Updatable[SequencerNodeStatus] with Product with Serializable

    sequencer

    required - status of the sequencer component it is running

    Annotations
    @SerialVersionUID()
  7. final case class TopologyQueueStatus(manager: Int, dispatcher: Int, clients: Int) extends GeneratedMessage with Updatable[TopologyQueueStatus] with Product with Serializable

    manager

    how many topology changes are currently queued at the manager

    dispatcher

    how many topology changes are currently queued at the dispatcher

    clients

    how many topology changes are currently waiting to become effective (across all connected domains in the case of participants)

    Annotations
    @SerialVersionUID()

Ungrouped