Uses of Class
org.elasticsearch.action.admin.cluster.allocation.ClusterAllocationExplainRequest
-
Packages that use ClusterAllocationExplainRequest Package Description org.elasticsearch.action.admin.cluster.allocation org.elasticsearch.client -
-
Uses of ClusterAllocationExplainRequest in org.elasticsearch.action.admin.cluster.allocation
Methods in org.elasticsearch.action.admin.cluster.allocation that return ClusterAllocationExplainRequest Modifier and Type Method Description static ClusterAllocationExplainRequestClusterAllocationExplainRequest. parse(XContentParser parser)ClusterAllocationExplainRequestClusterAllocationExplainRequest. setCurrentNode(String currentNodeId)Requests the explain API to explain an already assigned replica shard currently allocated to the given node.ClusterAllocationExplainRequestClusterAllocationExplainRequest. setIndex(String index)Sets the index name of the shard to explain.ClusterAllocationExplainRequestClusterAllocationExplainRequest. setPrimary(Boolean primary)Sets whether to explain the allocation of the primary shard or a replica shard copy for the shard id (seegetShard()).ClusterAllocationExplainRequestClusterAllocationExplainRequest. setShard(Integer shard)Sets the shard id of the shard to explain.Methods in org.elasticsearch.action.admin.cluster.allocation with parameters of type ClusterAllocationExplainRequest Modifier and Type Method Description protected ClusterBlockExceptionTransportClusterAllocationExplainAction. checkBlock(ClusterAllocationExplainRequest request, ClusterState state)static ShardRoutingTransportClusterAllocationExplainAction. findShardToExplain(ClusterAllocationExplainRequest request, RoutingAllocation allocation)protected voidTransportClusterAllocationExplainAction. masterOperation(ClusterAllocationExplainRequest request, ClusterState state, ActionListener<ClusterAllocationExplainResponse> listener) -
Uses of ClusterAllocationExplainRequest in org.elasticsearch.client
Methods in org.elasticsearch.client with parameters of type ClusterAllocationExplainRequest Modifier and Type Method Description ActionFuture<ClusterAllocationExplainResponse>ClusterAdminClient. allocationExplain(ClusterAllocationExplainRequest request)Explain the allocation of a shardvoidClusterAdminClient. allocationExplain(ClusterAllocationExplainRequest request, ActionListener<ClusterAllocationExplainResponse> listener)Explain the allocation of a shard
-