ClusterStateResponse

Companion:
class
trait Product
trait Mirror
class Object
trait Matchable
class Any

Type members

Classlikes

case class ClusterCoordination(term: Int, last_committed_config: List[String], last_accepted_config: List[String])
case class Index(state: String, aliases: Seq[String])
case class Metadata(clusterUuid: String, indices: Map[String, Index], clusterCoordination: ClusterCoordination)
case class Node(name: String, ephemeral_id: String, transportAddress: String)

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from:
Mirror