Package | Description |
---|---|
org.elasticsearch.action.admin.cluster.health | |
org.elasticsearch.action.admin.cluster.stats |
Modifier and Type | Method and Description |
---|---|
static ClusterHealthStatus |
ClusterHealthStatus.fromValue(byte value) |
ClusterHealthStatus |
ClusterHealthResponse.getStatus() |
ClusterHealthStatus |
ClusterIndexHealth.getStatus() |
ClusterHealthStatus |
ClusterShardHealth.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.
|
ClusterHealthStatus |
ClusterHealthRequest.waitForStatus() |
Modifier and Type | Method and Description |
---|---|
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) |
Copyright © 2009–2015. All rights reserved.