| Modifier and Type | Method and Description |
|---|---|
ClusterHealthStatus |
ClusterHealthResponse.getStatus() |
ClusterHealthStatus |
ClusterHealthRequest.waitForStatus() |
| Modifier and Type | Method and Description |
|---|---|
void |
ClusterHealthResponse.setStatus(ClusterHealthStatus status)
Allows to explicitly override the derived cluster health status.
|
ClusterHealthRequestBuilder |
ClusterHealthRequestBuilder.setWaitForStatus(ClusterHealthStatus waitForStatus) |
ClusterHealthRequest |
ClusterHealthRequest.waitForStatus(ClusterHealthStatus waitForStatus) |
| Modifier and Type | Method and Description |
|---|---|
ClusterHealthStatus |
ClusterStatsNodeResponse.clusterStatus()
Cluster Health Status, only populated on master nodes.
|
ClusterHealthStatus |
ClusterStatsResponse.getStatus() |
| Constructor and Description |
|---|
ClusterStatsNodeResponse(DiscoveryNode node,
ClusterHealthStatus clusterStatus,
NodeInfo nodeInfo,
NodeStats nodeStats,
ShardStats[] shardsStats) |
| Modifier and Type | Method and Description |
|---|---|
EnumSet<ClusterHealthStatus> |
IndicesShardStoresRequest.shardStatuses()
Returns the shard criteria to get store information on
|
| Modifier and Type | Method and Description |
|---|---|
static ClusterHealthStatus |
ClusterHealthStatus.fromString(String status) |
static ClusterHealthStatus |
ClusterHealthStatus.fromValue(byte value) |
ClusterHealthStatus |
ClusterStateHealth.getStatus() |
ClusterHealthStatus |
ClusterShardHealth.getStatus() |
ClusterHealthStatus |
ClusterIndexHealth.getStatus() |
static ClusterHealthStatus |
ClusterHealthStatus.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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClusterStateHealth.setStatus(ClusterHealthStatus status)
Allows to explicitly override the derived cluster health status.
|
| Constructor and Description |
|---|
ClusterStateHealth(int numberOfNodes,
int numberOfDataNodes,
int activeShards,
int relocatingShards,
int activePrimaryShards,
int initializingShards,
int unassignedShards,
double activeShardsPercent,
ClusterHealthStatus status,
List<String> validationFailures,
Map<String,ClusterIndexHealth> indices)
Full constructor which is only intended to provide wire-compatibility for 2.x.
|
Copyright © 2009–2017. All rights reserved.