public static final class ClusterHealth.ClusterHealthBuilder extends Object
public ClusterHealth.ClusterHealthBuilder withClusterName(String clusterName)
public ClusterHealth.ClusterHealthBuilder withStatus(String status)
public ClusterHealth.ClusterHealthBuilder withNumberOfNodes(int numberOfNodes)
public ClusterHealth.ClusterHealthBuilder withNumberOfDataNodes(int numberOfDataNodes)
public ClusterHealth.ClusterHealthBuilder withActiveShards(int activeShards)
public ClusterHealth.ClusterHealthBuilder withRelocatingShards(int relocatingShards)
public ClusterHealth.ClusterHealthBuilder withActivePrimaryShards(int activePrimaryShards)
public ClusterHealth.ClusterHealthBuilder withInitializingShards(int initializingShards)
public ClusterHealth.ClusterHealthBuilder withUnassignedShards(int unassignedShards)
public ClusterHealth.ClusterHealthBuilder withActiveShardsPercent(double activeShardsPercent)
public ClusterHealth.ClusterHealthBuilder withNumberOfPendingTasks(int numberOfPendingTasks)
public ClusterHealth.ClusterHealthBuilder withTimedOut(boolean timedOut)
public ClusterHealth.ClusterHealthBuilder withNumberOfInFlightFetch(int numberOfInFlightFetch)
public ClusterHealth.ClusterHealthBuilder withDelayedUnassignedShards(int delayedUnassignedShards)
public ClusterHealth.ClusterHealthBuilder withTaskMaxWaitingTimeMillis(long taskMaxWaitingTimeMillis)
public ClusterHealth build()
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.