Uses of Class
org.elasticsearch.cluster.health.ClusterHealthStatus
-
-
Uses of ClusterHealthStatus in org.elasticsearch.action.admin.cluster.health
Methods in org.elasticsearch.action.admin.cluster.health that return ClusterHealthStatus Modifier and Type Method Description ClusterHealthStatusClusterHealthResponse. getStatus()ClusterHealthStatusClusterHealthRequest. waitForStatus()Methods in org.elasticsearch.action.admin.cluster.health with parameters of type ClusterHealthStatus Modifier and Type Method Description voidClusterHealthResponse. setStatus(ClusterHealthStatus status)Allows to explicitly override the derived cluster health status.ClusterHealthRequestBuilderClusterHealthRequestBuilder. setWaitForStatus(ClusterHealthStatus waitForStatus)ClusterHealthRequestClusterHealthRequest. waitForStatus(ClusterHealthStatus waitForStatus) -
Uses of ClusterHealthStatus in org.elasticsearch.action.admin.cluster.stats
Methods in org.elasticsearch.action.admin.cluster.stats that return ClusterHealthStatus Modifier and Type Method Description ClusterHealthStatusClusterStatsNodeResponse. clusterStatus()Cluster Health Status, only populated on master nodes.ClusterHealthStatusClusterStatsResponse. getStatus()Constructors in org.elasticsearch.action.admin.cluster.stats with parameters of type ClusterHealthStatus Constructor Description ClusterStatsNodeResponse(DiscoveryNode node, ClusterHealthStatus clusterStatus, NodeInfo nodeInfo, NodeStats nodeStats, ShardStats[] shardsStats) -
Uses of ClusterHealthStatus in org.elasticsearch.action.admin.indices.shards
Methods in org.elasticsearch.action.admin.indices.shards that return types with arguments of type ClusterHealthStatus Modifier and Type Method Description EnumSet<ClusterHealthStatus>IndicesShardStoresRequest. shardStatuses()Returns the shard criteria to get store information on -
Uses of ClusterHealthStatus in org.elasticsearch.cluster.health
Methods in org.elasticsearch.cluster.health that return ClusterHealthStatus Modifier and Type Method Description static ClusterHealthStatusClusterHealthStatus. fromString(String status)static ClusterHealthStatusClusterHealthStatus. fromValue(byte value)static ClusterHealthStatusClusterShardHealth. getInactivePrimaryHealth(ShardRouting shardRouting)Checks if an inactive primary shard should cause the cluster health to go RED.ClusterHealthStatusClusterIndexHealth. getStatus()ClusterHealthStatusClusterShardHealth. getStatus()ClusterHealthStatusClusterStateHealth. getStatus()static ClusterHealthStatusClusterHealthStatus. readFrom(StreamInput in)Read from a stream.static ClusterHealthStatusClusterHealthStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ClusterHealthStatus[]ClusterHealthStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.elasticsearch.cluster.health with parameters of type ClusterHealthStatus Constructor Description ClusterStateHealth(int activePrimaryShards, int activeShards, int relocatingShards, int initializingShards, int unassignedShards, int numberOfNodes, int numberOfDataNodes, double activeShardsPercent, ClusterHealthStatus status, Map<String,ClusterIndexHealth> indices)For ClusterHealthResponse's XContent Parser
-