Class FollowParameters

java.lang.Object
org.elasticsearch.xpack.core.ccr.action.FollowParameters
All Implemented Interfaces:
Writeable, org.elasticsearch.xcontent.ToXContent, org.elasticsearch.xcontent.ToXContentObject

public class FollowParameters extends Object implements Writeable, org.elasticsearch.xcontent.ToXContentObject
  • 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

  • Method Details

    • getMaxReadRequestOperationCount

      public Integer getMaxReadRequestOperationCount()
    • setMaxReadRequestOperationCount

      public void setMaxReadRequestOperationCount(Integer maxReadRequestOperationCount)
    • getMaxReadRequestSize

      public ByteSizeValue getMaxReadRequestSize()
    • setMaxReadRequestSize

      public void setMaxReadRequestSize(ByteSizeValue maxReadRequestSize)
    • getMaxOutstandingReadRequests

      public Integer getMaxOutstandingReadRequests()
    • setMaxOutstandingReadRequests

      public void setMaxOutstandingReadRequests(Integer maxOutstandingReadRequests)
    • getMaxWriteRequestOperationCount

      public Integer getMaxWriteRequestOperationCount()
    • setMaxWriteRequestOperationCount

      public void setMaxWriteRequestOperationCount(Integer maxWriteRequestOperationCount)
    • getMaxWriteRequestSize

      public ByteSizeValue getMaxWriteRequestSize()
    • setMaxWriteRequestSize

      public void setMaxWriteRequestSize(ByteSizeValue maxWriteRequestSize)
    • getMaxOutstandingWriteRequests

      public Integer getMaxOutstandingWriteRequests()
    • setMaxOutstandingWriteRequests

      public void setMaxOutstandingWriteRequests(Integer maxOutstandingWriteRequests)
    • getMaxWriteBufferCount

      public Integer getMaxWriteBufferCount()
    • setMaxWriteBufferCount

      public void setMaxWriteBufferCount(Integer maxWriteBufferCount)
    • getMaxWriteBufferSize

      public ByteSizeValue getMaxWriteBufferSize()
    • setMaxWriteBufferSize

      public void setMaxWriteBufferSize(ByteSizeValue maxWriteBufferSize)
    • 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

      public void writeTo(StreamOutput out) throws IOException
      Specified by:
      writeTo in interface Writeable
      Throws:
      IOException
    • toXContent

      public org.elasticsearch.xcontent.XContentBuilder toXContent(org.elasticsearch.xcontent.XContentBuilder builder, org.elasticsearch.xcontent.ToXContent.Params params) throws IOException
      Specified by:
      toXContent in interface org.elasticsearch.xcontent.ToXContent
      Throws:
      IOException
    • initParser

      public static <P extends FollowParameters> void initParser(org.elasticsearch.xcontent.AbstractObjectParser<P,?> parser)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object