ClusterAllocationExplainRequestBuilder |
ClusterAllocationExplainRequestBuilder.setCurrentNode(String currentNode) |
Requests the explain API to explain an already assigned replica shard currently allocated to
the given node.
|
ClusterAllocationExplainRequestBuilder |
ClusterAllocationExplainRequestBuilder.setIncludeDiskInfo(boolean includeDiskInfo) |
Whether to include information about the gathered disk information of nodes in the cluster
|
ClusterAllocationExplainRequestBuilder |
ClusterAllocationExplainRequestBuilder.setIncludeYesDecisions(boolean includeYesDecisions) |
Whether to include "YES" decider decisions in the response instead of only "NO" decisions
|
ClusterAllocationExplainRequestBuilder |
ClusterAllocationExplainRequestBuilder.setIndex(String index) |
The index name to use when finding the shard to explain
|
ClusterAllocationExplainRequestBuilder |
ClusterAllocationExplainRequestBuilder.setPrimary(boolean primary) |
Whether the primary or replica should be explained
|
ClusterAllocationExplainRequestBuilder |
ClusterAllocationExplainRequestBuilder.setShard(int shard) |
The shard number to use when finding the shard to explain
|
ClusterAllocationExplainRequestBuilder |
ClusterAllocationExplainRequestBuilder.useAnyUnassignedShard() |
Signal that the first unassigned shard should be used
|