@Value.Immutable(copy=false)
public interface ClusterHealth
| Modifier and Type | Interface and Description |
|---|---|
static class |
ClusterHealth.Status |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
getActivePrimaryShards() |
java.lang.Integer |
getActiveShards() |
java.lang.Double |
getActiveShardsPercentAsNumber() |
java.lang.String |
getClusterName() |
java.lang.Integer |
getDelayedUnassignedShards() |
java.lang.Integer |
getInitializingShards() |
java.lang.Integer |
getNumberOfDataNodes() |
java.lang.Integer |
getNumberOfInFlightFetch() |
java.lang.Integer |
getNumberOfNodes() |
java.lang.Integer |
getNumberOfPendingTasks() |
java.lang.Integer |
getRelocatingShards() |
ClusterHealth.Status |
getStatus() |
java.lang.Integer |
getTaskMaxWaitingInQueueMillis() |
java.lang.Boolean |
getTimedOut() |
java.lang.Integer |
getUnassignedShards() |
java.lang.Integer getActivePrimaryShards()
java.lang.Integer getActiveShards()
java.lang.Double getActiveShardsPercentAsNumber()
java.lang.String getClusterName()
java.lang.Integer getDelayedUnassignedShards()
java.lang.Integer getInitializingShards()
java.lang.Integer getNumberOfDataNodes()
java.lang.Integer getNumberOfInFlightFetch()
java.lang.Integer getNumberOfNodes()
java.lang.Integer getNumberOfPendingTasks()
java.lang.Integer getRelocatingShards()
ClusterHealth.Status getStatus()
java.lang.Integer getTaskMaxWaitingInQueueMillis()
java.lang.Boolean getTimedOut()
java.lang.Integer getUnassignedShards()