package v1
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- final case class Failure(errorMessage: String) extends GeneratedMessage with Updatable[Failure] with Product with Serializable
- Annotations
- @SerialVersionUID()
- 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()
Value Members
- object Failure extends GeneratedMessageCompanion[Failure]
- object Status extends GeneratedMessageCompanion[Status]
- object StatusServiceProto extends GeneratedFileObject