Class ClusterHealth.ClusterHealthBuilder
java.lang.Object
org.springframework.data.elasticsearch.core.cluster.ClusterHealth.ClusterHealthBuilder
- Enclosing class:
- ClusterHealth
-
Method Summary
Modifier and TypeMethodDescriptionbuild()withActivePrimaryShards(int activePrimaryShards) withActiveShards(int activeShards) withActiveShardsPercent(double activeShardsPercent) withClusterName(String clusterName) withDelayedUnassignedShards(int delayedUnassignedShards) withInitializingShards(int initializingShards) withNumberOfDataNodes(int numberOfDataNodes) withNumberOfInFlightFetch(int numberOfInFlightFetch) withNumberOfNodes(int numberOfNodes) withNumberOfPendingTasks(int numberOfPendingTasks) withRelocatingShards(int relocatingShards) withStatus(String status) withTaskMaxWaitingTimeMillis(long taskMaxWaitingTimeMillis) withTimedOut(boolean timedOut) withUnassignedShards(int unassignedShards)
-
Method Details
-
withClusterName
-
withStatus
-
withNumberOfNodes
-
withNumberOfDataNodes
-
withActiveShards
-
withRelocatingShards
-
withActivePrimaryShards
-
withInitializingShards
-
withUnassignedShards
-
withActiveShardsPercent
-
withNumberOfPendingTasks
-
withTimedOut
-
withNumberOfInFlightFetch
-
withDelayedUnassignedShards
-
withTaskMaxWaitingTimeMillis
public ClusterHealth.ClusterHealthBuilder withTaskMaxWaitingTimeMillis(long taskMaxWaitingTimeMillis) -
build
-