Class CreateIndexClusterStateUpdateResponse


  • public class CreateIndexClusterStateUpdateResponse
    extends ClusterStateUpdateResponse
    A cluster state update response with specific fields for index creation.
    • Constructor Detail

      • CreateIndexClusterStateUpdateResponse

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

      • isShardsAcked

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

        public boolean isShardsAcknowledged()