package admin
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- case class AliasActionResponse(acknowledged: Boolean) extends Product with Serializable
- case class AliasExistsResponse(exists: Boolean) extends Product with Serializable
- case class ClearCacheResponse(_shards: Shards) extends Product with Serializable
- case class CloseIndexResponse(acknowledged: Boolean) extends Product with Serializable
- case class DeleteIndexResponse(acknowledged: Boolean) extends Product with Serializable
- case class FlushIndexResponse(_shards: Shards) extends Product with Serializable
- case class ForceMergeResponse() extends Product with Serializable
- case class GetSegmentsResponse(shards: Shards, indices: Map[String, IndexShards]) extends Product with Serializable
- trait IndexAdminHandlers extends AnyRef
- case class IndexExistsResponse(exists: Boolean) extends Product with Serializable
- case class IndexRecoveryResponse() extends Product with Serializable
- case class IndexShards(shards: Map[String, Seq[Shard]]) extends Product with Serializable
- case class OpenIndexResponse(acknowledged: Boolean) extends Product with Serializable
- case class RefreshIndexResponse() extends Product with Serializable
- case class Routing(state: String, primary: Boolean, node: String) extends Product with Serializable
- case class Segment(generation: Long, numDocs: Long, deletedDocs: Long, sizeInBytes: Long, memoryInBytes: Long, committed: Boolean, search: Boolean, version: String, compound: Boolean) extends Product with Serializable
- case class Shard(numCommittedSegments: Long, numSearchSegments: Long, routing: Routing, segments: Map[String, Seq[Segment]]) extends Product with Serializable
- case class ShrinkIndexResponse() extends Product with Serializable
- case class TypeExistsResponse(exists: Boolean) extends Product with Serializable
- case class UpdateIndexLevelSettingsResponse(acknowledged: Boolean) extends Product with Serializable
Value Members
- object IndexShardStoreResponse