Uses of Class
org.elasticsearch.action.admin.cluster.allocation.ClusterAllocationExplanation
-
Packages that use ClusterAllocationExplanation Package Description org.elasticsearch.action.admin.cluster.allocation -
-
Uses of ClusterAllocationExplanation in org.elasticsearch.action.admin.cluster.allocation
Methods in org.elasticsearch.action.admin.cluster.allocation that return ClusterAllocationExplanation Modifier and Type Method Description static ClusterAllocationExplanationTransportClusterAllocationExplainAction. explainShard(ShardRouting shardRouting, RoutingAllocation allocation, ClusterInfo clusterInfo, boolean includeYesDecisions, GatewayAllocator gatewayAllocator, ShardsAllocator shardAllocator)ClusterAllocationExplanationClusterAllocationExplainResponse. getExplanation()Return the explanation for shard allocation in the clusterConstructors in org.elasticsearch.action.admin.cluster.allocation with parameters of type ClusterAllocationExplanation Constructor Description ClusterAllocationExplainResponse(ClusterAllocationExplanation cae)
-