Package

com.sksamuel.elastic4s.http

cluster

Permalink

package cluster

Visibility
  1. Public
  2. All

Type Members

  1. trait ClusterHandlers extends AnyRef

    Permalink
  2. case class ClusterHealthIndex(status: String, numberOfShards: Int, numberOfReplicas: Int, activePrimaryShards: Int, activeShards: Int, relocatingShards: Int, initializingShards: Int, unassignedShards: Int, shards: Map[String, ClusterHealthShard]) extends Product with Serializable

    Permalink
  3. case class ClusterHealthResponse(clusterName: String, status: String, timeOut: Boolean, numberOfNodes: Int, numberOfDataNodes: Int, activePrimaryShards: Int, activeShards: Int, relocatingShards: Int, initializingShards: Int, unassignedShards: Int, delayedUnassignedShards: Int, numberOfPendingTasks: Int, numberOfInFlightFetch: Int, taskMaxWaitingInQueueMillis: Int, activeShardsPercentAsNumber: Double, indices: Map[String, ClusterHealthIndex]) extends Product with Serializable

    Permalink
  4. case class ClusterHealthShard(status: String, primaryActive: Boolean, activeShards: Int, relocatingShards: Int, initializingShards: Int, unassignedShards: Int) extends Product with Serializable

    Permalink
  5. case class ClusterSettingsResponse(persistent: Map[String, String], transient: Map[String, String]) extends Product with Serializable

    Permalink
  6. case class ClusterStateResponse(clusterName: String, masterNode: String, compressedSizeInBytes: Long, stateUuid: String, metadata: Option[Metadata]) extends Product with Serializable

    Permalink

Value Members

  1. object ClusterBodyBuilderFn

    Permalink
  2. object ClusterStateResponse extends Serializable

    Permalink

Ungrouped