Uses of Class
org.elasticsearch.action.admin.cluster.allocation.ClusterAllocationExplainResponse
-
Packages that use ClusterAllocationExplainResponse Package Description org.elasticsearch.action.admin.cluster.allocation org.elasticsearch.client -
-
Uses of ClusterAllocationExplainResponse in org.elasticsearch.action.admin.cluster.allocation
Methods in org.elasticsearch.action.admin.cluster.allocation that return ClusterAllocationExplainResponse Modifier and Type Method Description protected ClusterAllocationExplainResponseTransportClusterAllocationExplainAction. read(StreamInput in)Method parameters in org.elasticsearch.action.admin.cluster.allocation with type arguments of type ClusterAllocationExplainResponse Modifier and Type Method Description protected voidTransportClusterAllocationExplainAction. masterOperation(ClusterAllocationExplainRequest request, ClusterState state, ActionListener<ClusterAllocationExplainResponse> listener) -
Uses of ClusterAllocationExplainResponse in org.elasticsearch.client
Methods in org.elasticsearch.client that return types with arguments of type ClusterAllocationExplainResponse Modifier and Type Method Description ActionFuture<ClusterAllocationExplainResponse>ClusterAdminClient. allocationExplain(ClusterAllocationExplainRequest request)Explain the allocation of a shardMethod parameters in org.elasticsearch.client with type arguments of type ClusterAllocationExplainResponse Modifier and Type Method Description voidClusterAdminClient. allocationExplain(ClusterAllocationExplainRequest request, ActionListener<ClusterAllocationExplainResponse> listener)Explain the allocation of a shard
-