com.sksamuel.elastic4s.requests.cat

Members list

Type members

Classlikes

case class CatAliasResponse(alias: String, index: String, filter: String, routing: Routing)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class CatAliases(pattern: Option[String])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class CatAllocation()

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class CatAllocationResponse(shards: Int, diskIndices: Long, diskUsed: Long, diskAvailable: Long, diskTotal: Long, diskPercent: Double, host: String, ip: String, node: String)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class CatCount(indices: Seq[String])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class CatCountResponse(epoch: Long, timestamp: String, count: Long)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class CatHealth()

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class CatHealthResponse(epoch: Long, timestamp: String, cluster: String, status: String, nodeTotal: Long, nodeData: Long, shards: Int, pri: Int, relo: Int, init: Int, unassign: Int, pendingTasks: Int, maxTaskWaitTime: String, activeShardsPercent: String)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class CatIndexes(health: Option[HealthStatus], indexPattern: Option[String])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class CatIndicesResponse(health: String, status: String, index: String, uuid: String, pri: Int, rep: Int, count: Long, deleted: Long, storeSize: Long, priStoreSize: Long)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class CatMaster()

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class CatMasterResponse(id: String, host: String, ip: String, node: String)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class CatNodes()

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class CatNodesResponse(id: String, ip: String, pid: String, cpu: Double, uptime: String, heapPercent: Double, ramPercent: Double, port: Int, load_1m: Double, load_5m: Double, load_15m: Double, nodeRole: String, master: String, name: String)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class CatPluginResponse(name: String, component: String, version: String)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class CatPlugins()

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class CatSegments(indices: Indexes)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class CatSegmentsResponse(index: String, shard: String, prirep: String, ip: String, segment: String, generation: String, docsCount: Long, docsDeleted: Long, size: Long, sizeMemory: Long, committed: Boolean, searchable: Boolean, version: String, compound: Boolean)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class CatShards()

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class CatShardsResponse(index: String, shard: String, prirep: String, state: String, docs: Long, store: Long, ip: String, node: String)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class CatThreadPool()

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class CatThreadPoolResponse(id: String, name: String, active: Int, rejected: Int, completed: Long, `type`: String, size: Int, queue: Int, queueSize: Int, largest: Int, min: Int, max: Int, keepAlive: String, node_id: String, pid: Int, host: String, ip: String, port: String)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class Routing(index: String, search: String)

Attributes

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