Class AllocationService.CommandsResult
java.lang.Object
org.elasticsearch.cluster.routing.allocation.AllocationService.CommandsResult
- Enclosing class:
- AllocationService
public static class AllocationService.CommandsResult
extends java.lang.Object
this class is used to describe results of applying a set of
AllocationCommand-
Method Summary
Modifier and Type Method Description RoutingExplanationsexplanations()Get the explanation of this resultClusterStategetClusterState()the resulting cluster state, after the commands were applied
-
Method Details
-
explanations
Get the explanation of this result -
getClusterState
the resulting cluster state, after the commands were applied
-