Packages

package v1

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. final case class Failure(errorMessage: String) extends GeneratedMessage with Updatable[Failure] with Product with Serializable
    Annotations
    @SerialVersionUID()
  2. final case class Status(uid: String, uptime: Option[Duration], ports: Map[String, Int], active: Boolean, topologyQueues: Option[v0.TopologyQueueStatus], components: Seq[v0.NodeStatus.ComponentStatus], version: String) extends GeneratedMessage with Updatable[Status] with Product with Serializable

    Difference with v0: - extra removed - version added

    Difference with v0: - extra removed - version added

    active

    Indicate if the node is active, usually true unless it's a replicated node that is passive

    topologyQueues

    indicates the state of the topology queues (manager / dispatcher only where they exist)

    components

    Health state of component dependencies of the node

    version

    Version of the binary

    Annotations
    @SerialVersionUID()

Ungrouped