Class ClusterStateUpdateResponse

java.lang.Object
org.elasticsearch.cluster.ack.ClusterStateUpdateResponse
Direct Known Subclasses:
CreateIndexClusterStateUpdateResponse, OpenIndexClusterStateUpdateResponse

public class ClusterStateUpdateResponse
extends java.lang.Object
Base response returned after a cluster state update
  • Constructor Summary

    Constructors 
    Constructor Description
    ClusterStateUpdateResponse​(boolean acknowledged)  
  • Method Summary

    Modifier and Type Method Description
    boolean isAcknowledged()
    Whether the cluster state update was acknowledged or not

    Methods inherited from class java.lang.Object

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

  • Method Details

    • isAcknowledged

      public boolean isAcknowledged()
      Whether the cluster state update was acknowledged or not