Package

com.sksamuel.elastic4s.requests

cluster

Permalink

package cluster

Visibility
  1. Public
  2. All

Type Members

  1. case class AddRemoteClusterResponse(persistent: Map[String, Any], transient: Map[String, Any]) extends Product with Serializable

    Permalink
  2. case class AddRemoteClusterSettingsRequest(settingsRequest: ClusterSettingsRequest) extends Product with Serializable

    Permalink
  3. trait ClusterApi extends AnyRef

    Permalink
  4. trait ClusterHandlers extends AnyRef

    Permalink
  5. case class ClusterHealthRequest(indices: Seq[String], timeout: Option[String] = None, waitForActiveShards: Option[Int] = None, waitForEvents: Option[Priority] = None, waitForStatus: Option[HealthStatus] = None, waitForNodes: Option[String] = None, waitForNoRelocatingShards: Option[Boolean] = None) extends Product with Serializable

    Permalink
  6. 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
  7. case class ClusterSettingsRequest(persistentSettings: Map[String, String], transientSettings: Map[String, String]) extends Product with Serializable

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

    Permalink
  9. case class ClusterStateRequest(metrics: Seq[String] = Seq.empty, indices: Seq[String] = Seq.empty) extends Product with Serializable

    Permalink
  10. case class ClusterStateResponse(clusterName: String, clusterUUID: String, masterNode: String, stateUuid: String, nodes: Map[String, Node], metadata: Option[Metadata]) extends Product with Serializable

    Permalink
  11. case class ClusterStatsRequest() extends Product with Serializable

    Permalink
  12. case class ClusterStatsResponse(clusterName: String, clusterUUID: String, timestamp: Long, status: String, indices: Indices) extends Product with Serializable

    Permalink
  13. case class RemoteClusterInfo(seeds: Seq[String], httpAddresses: Seq[String], connected: Boolean, numNodesConnected: Int, maxConnectionsPerCluster: Int, initialConnectTimeout: String, skipUnavailable: Boolean) extends Product with Serializable

    Permalink
  14. case class RemoteClusterInfoRequest() extends Product with Serializable

    Permalink

Value Members

  1. object ClusterSettingsBodyBuilderFn

    Permalink
  2. object ClusterStateResponse extends Serializable

    Permalink
  3. object ClusterStatsResponse extends Serializable

    Permalink

Ungrouped