final case class Status(id: String, uptime: Option[Duration], ports: Map[String, Int], extra: ByteString, active: Boolean, topologyQueues: Option[TopologyQueueStatus], components: Seq[ComponentStatus]) extends GeneratedMessage with Updatable[Status] with Product with Serializable
- extra
contains extra information depending on the node type
- 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
- Annotations
- @SerialVersionUID()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Status
- Updatable
- GeneratedMessage
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new Status(id: String, uptime: Option[Duration], ports: Map[String, Int], extra: ByteString, active: Boolean, topologyQueues: Option[TopologyQueueStatus], components: Seq[ComponentStatus])
- extra
contains extra information depending on the node type
- 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
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val active: Boolean
- def addAllComponents(__vs: Iterable[ComponentStatus]): Status
- def addAllPorts(__vs: Iterable[(String, Int)]): Status
- def addComponents(__vs: ComponentStatus*): Status
- def addPorts(__vs: (String, Int)*): Status
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clearComponents: Status
- def clearPorts: Status
- def clearTopologyQueues: Status
- def clearUptime: Status
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- def companion: Status.type
- Definition Classes
- Status → GeneratedMessage
- val components: Seq[ComponentStatus]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val extra: ByteString
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def getField(__field: FieldDescriptor): PValue
- Definition Classes
- Status → GeneratedMessage
- def getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- Status → GeneratedMessage
- def getTopologyQueues: TopologyQueueStatus
- def getUptime: Duration
- val id: String
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- val ports: Map[String, Int]
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def serializedSize: Int
- Definition Classes
- Status → GeneratedMessage
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def toByteArray: Array[Byte]
- Definition Classes
- GeneratedMessage
- final def toByteString: ByteString
- Definition Classes
- GeneratedMessage
- final def toPMessage: PMessage
- Definition Classes
- GeneratedMessage
- def toProtoString: String
- Definition Classes
- Status → GeneratedMessage
- val topologyQueues: Option[TopologyQueueStatus]
- def update(ms: (Lens[Status, Status]) => Mutation[Status]*): Status
- Definition Classes
- Updatable
- val uptime: Option[Duration]
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def withActive(__v: Boolean): Status
- def withComponents(__v: Seq[ComponentStatus]): Status
- def withExtra(__v: ByteString): Status
- def withId(__v: String): Status
- def withPorts(__v: Map[String, Int]): Status
- def withTopologyQueues(__v: TopologyQueueStatus): Status
- def withUptime(__v: Duration): Status
- final def writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
- def writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- Status → GeneratedMessage
- final def writeTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage