Class 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
      RoutingExplanations explanations()
      Get the explanation of this result
      ClusterState getClusterState()
      the resulting cluster state, after the commands were applied
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getClusterState

        public ClusterState getClusterState()
        the resulting cluster state, after the commands were applied