ClusterStatsResponse

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

Type members

Classlikes

case class Docs(count: Long, deleted: Long)
case class FieldData(memorySize: String, memorySizeInBytes: Long, evictions: Long)
case class Index(shards: ShardStats, primaries: ShardStats, replication: ShardStats)
case class Indices(count: Int, shards: Shards, docs: Docs, store: Store, fieldData: FieldData, queryCache: QueryCache)
case class QueryCache(memory_size: String, memorySizeInBytes: Long, totalTount: Long, hitCount: Long, missCount: Long, cacheSize: Long, cacheCount: Long, evictions: Long)
case class ShardStats(min: Int, max: Int, avg: Int)
case class Shards(total: Int, primaries: Int, replication: Int, index: Index)
case class Store(sizeInBytes: Long, size: 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