Module org.elasticsearch.xcore
Class FollowParameters
java.lang.Object
org.elasticsearch.xpack.core.ccr.action.FollowParameters
- All Implemented Interfaces:
Writeable,org.elasticsearch.xcontent.ToXContent,org.elasticsearch.xcontent.ToXContentObject
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.elasticsearch.xcontent.ToXContent
org.elasticsearch.xcontent.ToXContent.DelegatingMapParams, org.elasticsearch.xcontent.ToXContent.MapParams, org.elasticsearch.xcontent.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 org.elasticsearch.xcontent.ParseFieldstatic final org.elasticsearch.xcontent.ParseFieldstatic final org.elasticsearch.xcontent.ParseFieldstatic final org.elasticsearch.xcontent.ParseFieldstatic final org.elasticsearch.xcontent.ParseFieldstatic final org.elasticsearch.xcontent.ParseFieldstatic final org.elasticsearch.xcontent.ParseFieldstatic final org.elasticsearch.xcontent.ParseFieldstatic final org.elasticsearch.xcontent.ParseFieldstatic final org.elasticsearch.xcontent.ParseFieldFields inherited from interface org.elasticsearch.xcontent.ToXContent
EMPTY, EMPTY_PARAMS -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanorg.elasticsearch.core.TimeValueorg.elasticsearch.core.TimeValueinthashCode()static <P extends FollowParameters>
voidinitParser(org.elasticsearch.xcontent.AbstractObjectParser<P, ?> parser) voidsetMaxOutstandingReadRequests(Integer maxOutstandingReadRequests) voidsetMaxOutstandingWriteRequests(Integer maxOutstandingWriteRequests) voidsetMaxReadRequestOperationCount(Integer maxReadRequestOperationCount) voidsetMaxReadRequestSize(ByteSizeValue maxReadRequestSize) voidsetMaxRetryDelay(org.elasticsearch.core.TimeValue maxRetryDelay) voidsetMaxWriteBufferCount(Integer maxWriteBufferCount) voidsetMaxWriteBufferSize(ByteSizeValue maxWriteBufferSize) voidsetMaxWriteRequestOperationCount(Integer maxWriteRequestOperationCount) voidsetMaxWriteRequestSize(ByteSizeValue maxWriteRequestSize) voidsetReadPollTimeout(org.elasticsearch.core.TimeValue readPollTimeout) org.elasticsearch.xcontent.XContentBuildertoXContent(org.elasticsearch.xcontent.XContentBuilder builder, org.elasticsearch.xcontent.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
public static final org.elasticsearch.xcontent.ParseField MAX_READ_REQUEST_OPERATION_COUNT -
MAX_WRITE_REQUEST_OPERATION_COUNT
public static final org.elasticsearch.xcontent.ParseField MAX_WRITE_REQUEST_OPERATION_COUNT -
MAX_OUTSTANDING_READ_REQUESTS
public static final org.elasticsearch.xcontent.ParseField MAX_OUTSTANDING_READ_REQUESTS -
MAX_OUTSTANDING_WRITE_REQUESTS
public static final org.elasticsearch.xcontent.ParseField MAX_OUTSTANDING_WRITE_REQUESTS -
MAX_READ_REQUEST_SIZE
public static final org.elasticsearch.xcontent.ParseField MAX_READ_REQUEST_SIZE -
MAX_WRITE_REQUEST_SIZE
public static final org.elasticsearch.xcontent.ParseField MAX_WRITE_REQUEST_SIZE -
MAX_WRITE_BUFFER_COUNT
public static final org.elasticsearch.xcontent.ParseField MAX_WRITE_BUFFER_COUNT -
MAX_WRITE_BUFFER_SIZE
public static final org.elasticsearch.xcontent.ParseField MAX_WRITE_BUFFER_SIZE -
MAX_RETRY_DELAY
public static final org.elasticsearch.xcontent.ParseField MAX_RETRY_DELAY -
READ_POLL_TIMEOUT
public static final org.elasticsearch.xcontent.ParseField 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
public org.elasticsearch.core.TimeValue getMaxRetryDelay() -
setMaxRetryDelay
public void setMaxRetryDelay(org.elasticsearch.core.TimeValue maxRetryDelay) -
getReadPollTimeout
public org.elasticsearch.core.TimeValue getReadPollTimeout() -
setReadPollTimeout
public void setReadPollTimeout(org.elasticsearch.core.TimeValue readPollTimeout) -
validate
-
writeTo
- Specified by:
writeToin interfaceWriteable- Throws:
IOException
-
toXContent
public org.elasticsearch.xcontent.XContentBuilder toXContent(org.elasticsearch.xcontent.XContentBuilder builder, org.elasticsearch.xcontent.ToXContent.Params params) throws IOException - Specified by:
toXContentin interfaceorg.elasticsearch.xcontent.ToXContent- Throws:
IOException
-
initParser
public static <P extends FollowParameters> void initParser(org.elasticsearch.xcontent.AbstractObjectParser<P, ?> parser) -
equals
-
hashCode
public int hashCode()
-