Class OpenIndexClusterStateUpdateResponse

java.lang.Object
org.elasticsearch.cluster.ack.ClusterStateUpdateResponse
org.elasticsearch.cluster.ack.OpenIndexClusterStateUpdateResponse

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

    Constructors 
    Constructor Description
    OpenIndexClusterStateUpdateResponse​(boolean acknowledged, boolean shardsAcknowledged)  
  • 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 org.elasticsearch.cluster.ack.ClusterStateUpdateResponse

    isAcknowledged

    Methods inherited from class java.lang.Object

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

  • Method Details

    • isShardsAcknowledged

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