ClusterStatsResponse

com.sksamuel.elastic4s.requests.cluster.ClusterStatsResponse$
See theClusterStatsResponse companion class

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

case class Docs(count: Long, deleted: Long)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class FieldData(memorySize: String, memorySizeInBytes: Long, evictions: Long)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class Index(shards: ShardStats, primaries: ShardStats, replication: ShardStats)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class Indices(count: Int, shards: Shards, docs: Docs, store: Store, fieldData: FieldData, queryCache: QueryCache)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class QueryCache(memory_size: String, memorySizeInBytes: Long, totalTount: Long, hitCount: Long, missCount: Long, cacheSize: Long, cacheCount: Long, evictions: Long)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class ShardStats(min: Int, max: Int, avg: Int)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class Shards(total: Int, primaries: Int, replication: Int, index: Index)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class Store(sizeInBytes: Long, size: String)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror