Class OpenIndexClusterStateUpdateResponse


  • public class OpenIndexClusterStateUpdateResponse
    extends ClusterStateUpdateResponse
    A cluster state update response with specific fields for index opening.
    • Method Summary

      Modifier and Type Method Description
      boolean isShardsAcknowledged()
      Returns whether the requisite number of shard copies started before the completion of the operation.
      • Methods inherited from class java.lang.Object

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

      • OpenIndexClusterStateUpdateResponse

        public OpenIndexClusterStateUpdateResponse​(boolean acknowledged,
                                                   boolean shardsAcknowledged)
    • Method Detail

      • isShardsAcknowledged

        public boolean isShardsAcknowledged()
        Returns whether the requisite number of shard copies started before the completion of the operation.