com.sksamuel.elastic4s.requests.cluster

Members list

Type members

Classlikes

case class AddRemoteClusterResponse(persistent: Map[String, Any], transient: Map[String, Any])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class ClusterHealthRequest(indices: Seq[String], timeout: Option[String], waitForActiveShards: Option[Int], waitForEvents: Option[Priority], waitForStatus: Option[HealthStatus], waitForNodes: Option[String], waitForNoRelocatingShards: Option[Boolean])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
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)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class ClusterSettingsRequest(persistentSettings: Map[String, String], transientSettings: Map[String, String])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class ClusterSettingsResponse(persistent: Map[String, String], transient: Map[String, String])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class ClusterStateRequest(metrics: Seq[String], indices: Seq[String])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class ClusterStateResponse(clusterName: String, clusterUUID: String, masterNode: String, stateUuid: String, nodes: Map[String, Node], metadata: Option[Metadata])

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
case class ClusterStatsRequest()

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
case class ClusterStatsResponse(clusterName: String, clusterUUID: String, timestamp: Long, status: String, indices: Indices)

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class NodeCounts(total: Int, successful: Int, failed: Int)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class NodeUsage(timestamp: Long, since: Long, restActions: Map[String, Int])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class NodeUsageRequest(nodeId: Option[String], masterTimeout: Option[String], timeout: Option[String])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class NodeUsageResponse(nodeCounts: NodeCounts, clusterName: String, nodes: Map[String, NodeUsage])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class RemoteClusterInfo(seeds: Seq[String], httpAddresses: Seq[String], connected: Boolean, numNodesConnected: Int, maxConnectionsPerCluster: Int, initialConnectTimeout: String, skipUnavailable: Boolean)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all