Class CreateIndexClusterStateUpdateResponse

java.lang.Object
org.opensearch.cluster.ack.ClusterStateUpdateResponse
org.opensearch.cluster.ack.CreateIndexClusterStateUpdateResponse

public class CreateIndexClusterStateUpdateResponse extends ClusterStateUpdateResponse
A cluster state update response with specific fields for index creation.
Opensearch.internal:
  • Constructor Details

    • CreateIndexClusterStateUpdateResponse

      public CreateIndexClusterStateUpdateResponse(boolean acknowledged, boolean shardsAcknowledged)
  • Method Details

    • isShardsAcknowledged

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