Module org.elasticsearch.xcore
Class FollowParameters
java.lang.Object
org.elasticsearch.xpack.core.ccr.action.FollowParameters
- All Implemented Interfaces:
Writeable,ToXContent,ToXContentObject
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.elasticsearch.xcontent.ToXContent
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.ParamsNested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.Writeable
Writeable.Reader<V>, Writeable.Writer<V> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ParseFieldstatic final ParseFieldstatic final ParseFieldstatic final ParseFieldstatic final ParseFieldstatic final ParseFieldstatic final ParseFieldstatic final ParseFieldstatic final ParseFieldstatic final ParseFieldFields inherited from interface org.elasticsearch.xcontent.ToXContent
EMPTY, EMPTY_PARAMS -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()static <P extends FollowParameters>
voidinitParser(AbstractObjectParser<P, ?> parser) voidsetMaxOutstandingReadRequests(Integer maxOutstandingReadRequests) voidsetMaxOutstandingWriteRequests(Integer maxOutstandingWriteRequests) voidsetMaxReadRequestOperationCount(Integer maxReadRequestOperationCount) voidsetMaxReadRequestSize(ByteSizeValue maxReadRequestSize) voidsetMaxRetryDelay(TimeValue maxRetryDelay) voidsetMaxWriteBufferCount(Integer maxWriteBufferCount) voidsetMaxWriteBufferSize(ByteSizeValue maxWriteBufferSize) voidsetMaxWriteRequestOperationCount(Integer maxWriteRequestOperationCount) voidsetMaxWriteRequestSize(ByteSizeValue maxWriteRequestSize) voidsetReadPollTimeout(TimeValue readPollTimeout) toXContent(XContentBuilder builder, ToXContent.Params params) validate()voidwriteTo(StreamOutput out) Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.elasticsearch.xcontent.ToXContentObject
isFragment
-
Field Details
-
MAX_READ_REQUEST_OPERATION_COUNT
-
MAX_WRITE_REQUEST_OPERATION_COUNT
-
MAX_OUTSTANDING_READ_REQUESTS
-
MAX_OUTSTANDING_WRITE_REQUESTS
-
MAX_READ_REQUEST_SIZE
-
MAX_WRITE_REQUEST_SIZE
-
MAX_WRITE_BUFFER_COUNT
-
MAX_WRITE_BUFFER_SIZE
-
MAX_RETRY_DELAY
-
READ_POLL_TIMEOUT
-
-
Constructor Details
-
FollowParameters
public FollowParameters() -
FollowParameters
-
FollowParameters
- Throws:
IOException
-
-
Method Details
-
getMaxReadRequestOperationCount
-
setMaxReadRequestOperationCount
-
getMaxReadRequestSize
-
setMaxReadRequestSize
-
getMaxOutstandingReadRequests
-
setMaxOutstandingReadRequests
-
getMaxWriteRequestOperationCount
-
setMaxWriteRequestOperationCount
-
getMaxWriteRequestSize
-
setMaxWriteRequestSize
-
getMaxOutstandingWriteRequests
-
setMaxOutstandingWriteRequests
-
getMaxWriteBufferCount
-
setMaxWriteBufferCount
-
getMaxWriteBufferSize
-
setMaxWriteBufferSize
-
getMaxRetryDelay
-
setMaxRetryDelay
-
getReadPollTimeout
-
setReadPollTimeout
-
validate
-
writeTo
- Specified by:
writeToin interfaceWriteable- Throws:
IOException
-
toXContent
public XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params) throws IOException - Specified by:
toXContentin interfaceToXContent- Throws:
IOException
-
initParser
-
equals
-
hashCode
public int hashCode()
-