| Package | Description |
|---|---|
| org.elasticsearch.action.admin.cluster.health | |
| org.elasticsearch.cluster.health |
| Modifier and Type | Method and Description |
|---|---|
Map<String,ClusterIndexHealth> |
ClusterHealthResponse.getIndices() |
| Modifier and Type | Method and Description |
|---|---|
static ClusterIndexHealth |
ClusterIndexHealth.readClusterIndexHealth(StreamInput in) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,ClusterIndexHealth> |
ClusterStateHealth.getIndices() |
Iterator<ClusterIndexHealth> |
ClusterStateHealth.iterator() |
| 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.