Package

com.sksamuel.elastic4s.http

cluster

Permalink

package cluster

Visibility
  1. Public
  2. All

Type Members

  1. case class ClusterHealthResponse(cluster_name: String, status: String, timed_out: Boolean, number_of_nodes: Int, number_of_data_nodes: Int, active_primary_shards: Int, active_shards: Int, relocating_shards: Int, initializing_shards: Int, unassigned_shards: Int, delayed_unassigned_shards: Int, number_of_pending_tasks: Int, number_of_in_flight_fetch: Int, task_max_waiting_in_queue_millis: Int, active_shards_percent_as_number: Double) extends Product with Serializable

    Permalink
  2. trait ClusterImplicits extends AnyRef

    Permalink
  3. case class ClusterStateResponse(cluster_name: String, master_node: String, metadata: Option[Metadata]) extends Product with Serializable

    Permalink

Value Members

  1. object ClusterStateResponse extends Serializable

    Permalink

Ungrouped