Package org.elasticsearch.client.ccr
Class PutFollowResponse
java.lang.Object
org.elasticsearch.client.ccr.PutFollowResponse
-
Constructor Summary
ConstructorsConstructorDescriptionPutFollowResponse(boolean followIndexCreated, boolean followIndexShardsAcked, boolean indexFollowingStarted) -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic PutFollowResponsefromXContent(org.elasticsearch.xcontent.XContentParser parser) inthashCode()booleanbooleanboolean
-
Constructor Details
-
PutFollowResponse
public PutFollowResponse(boolean followIndexCreated, boolean followIndexShardsAcked, boolean indexFollowingStarted)
-
-
Method Details
-
fromXContent
public static PutFollowResponse fromXContent(org.elasticsearch.xcontent.XContentParser parser) throws IOException - Throws:
IOException
-
isFollowIndexCreated
public boolean isFollowIndexCreated() -
isFollowIndexShardsAcked
public boolean isFollowIndexShardsAcked() -
isIndexFollowingStarted
public boolean isIndexFollowingStarted() -
equals
-
hashCode
public int hashCode()
-