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 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) extends Product with Serializable

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

    Permalink
  4. 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