Package org.elasticsearch.client.ccr
Class ResumeFollowRequest
java.lang.Object
org.elasticsearch.client.ccr.FollowConfig
org.elasticsearch.client.ccr.ResumeFollowRequest
- All Implemented Interfaces:
Validatable,ToXContent,ToXContentObject
public final class ResumeFollowRequest extends FollowConfig implements Validatable, ToXContentObject
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.elasticsearch.common.xcontent.ToXContent
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.Params -
Field Summary
-
Constructor Summary
Constructors Constructor Description ResumeFollowRequest(java.lang.String followerIndex) -
Method Summary
Modifier and Type Method Description booleanequals(java.lang.Object o)java.lang.StringgetFollowerIndex()inthashCode()XContentBuildertoXContent(XContentBuilder builder, ToXContent.Params params)Methods inherited from class org.elasticsearch.client.ccr.FollowConfig
getMaxOutstandingReadRequests, getMaxOutstandingWriteRequests, getMaxReadRequestOperationCount, getMaxReadRequestSize, getMaxRetryDelay, getMaxWriteBufferCount, getMaxWriteBufferSize, getMaxWriteRequestOperationCount, getMaxWriteRequestSize, getReadPollTimeout, setMaxOutstandingReadRequests, setMaxOutstandingWriteRequests, setMaxReadRequestOperationCount, setMaxReadRequestSize, setMaxRetryDelay, setMaxWriteBufferCount, setMaxWriteBufferSize, setMaxWriteRequestOperationCount, setMaxWriteRequestSize, setReadPollTimeout
-
Constructor Details
-
ResumeFollowRequest
public ResumeFollowRequest(java.lang.String followerIndex)
-
-
Method Details
-
toXContent
public XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params) throws java.io.IOException- Specified by:
toXContentin interfaceToXContent- Throws:
java.io.IOException
-
getFollowerIndex
public java.lang.String getFollowerIndex() -
equals
public boolean equals(java.lang.Object o)- Overrides:
equalsin classFollowConfig
-
hashCode
public int hashCode()- Overrides:
hashCodein classFollowConfig
-