Class CreateIndexClusterStateUpdateResponse


  • public class CreateIndexClusterStateUpdateResponse
    extends ClusterStateUpdateResponse
    A cluster state update response with specific fields for index creation.
    • 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

      • CreateIndexClusterStateUpdateResponse

        public CreateIndexClusterStateUpdateResponse​(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.