Class PutFollowResponse

java.lang.Object
org.elasticsearch.client.ccr.PutFollowResponse

public final class PutFollowResponse
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    PutFollowResponse​(boolean followIndexCreated, boolean followIndexShardsAcked, boolean indexFollowingStarted)  
  • Method Summary

    Modifier and Type Method Description
    boolean equals​(java.lang.Object o)  
    static PutFollowResponse fromXContent​(org.elasticsearch.common.xcontent.XContentParser parser)  
    int hashCode()  
    boolean isFollowIndexCreated()  
    boolean isFollowIndexShardsAcked()  
    boolean isIndexFollowingStarted()  

    Methods inherited from class java.lang.Object

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

    • PutFollowResponse

      public PutFollowResponse​(boolean followIndexCreated, boolean followIndexShardsAcked, boolean indexFollowingStarted)
  • Method Details

    • fromXContent

      public static PutFollowResponse fromXContent​(org.elasticsearch.common.xcontent.XContentParser parser) throws java.io.IOException
      Throws:
      java.io.IOException
    • isFollowIndexCreated

      public boolean isFollowIndexCreated()
    • isFollowIndexShardsAcked

      public boolean isFollowIndexShardsAcked()
    • isIndexFollowingStarted

      public boolean isIndexFollowingStarted()
    • equals

      public boolean equals​(java.lang.Object o)
      Overrides:
      equals in class java.lang.Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class java.lang.Object