Class FollowConfig

java.lang.Object
org.elasticsearch.client.ccr.FollowConfig
Direct Known Subclasses:
GetAutoFollowPatternResponse.Pattern, PutAutoFollowPatternRequest, PutFollowRequest, ResumeFollowRequest

public class FollowConfig extends Object
  • Method Details

    • getSettings

      public org.elasticsearch.common.settings.Settings getSettings()
    • setSettings

      public void setSettings(org.elasticsearch.common.settings.Settings settings)
    • getMaxReadRequestOperationCount

      public Integer getMaxReadRequestOperationCount()
    • setMaxReadRequestOperationCount

      public void setMaxReadRequestOperationCount(Integer maxReadRequestOperationCount)
    • getMaxOutstandingReadRequests

      public Integer getMaxOutstandingReadRequests()
    • setMaxOutstandingReadRequests

      public void setMaxOutstandingReadRequests(Integer maxOutstandingReadRequests)
    • getMaxReadRequestSize

      public org.elasticsearch.common.unit.ByteSizeValue getMaxReadRequestSize()
    • setMaxReadRequestSize

      public void setMaxReadRequestSize(org.elasticsearch.common.unit.ByteSizeValue maxReadRequestSize)
    • getMaxWriteRequestOperationCount

      public Integer getMaxWriteRequestOperationCount()
    • setMaxWriteRequestOperationCount

      public void setMaxWriteRequestOperationCount(Integer maxWriteRequestOperationCount)
    • getMaxWriteRequestSize

      public org.elasticsearch.common.unit.ByteSizeValue getMaxWriteRequestSize()
    • setMaxWriteRequestSize

      public void setMaxWriteRequestSize(org.elasticsearch.common.unit.ByteSizeValue maxWriteRequestSize)
    • getMaxOutstandingWriteRequests

      public Integer getMaxOutstandingWriteRequests()
    • setMaxOutstandingWriteRequests

      public void setMaxOutstandingWriteRequests(Integer maxOutstandingWriteRequests)
    • getMaxWriteBufferCount

      public Integer getMaxWriteBufferCount()
    • setMaxWriteBufferCount

      public void setMaxWriteBufferCount(Integer maxWriteBufferCount)
    • getMaxWriteBufferSize

      public org.elasticsearch.common.unit.ByteSizeValue getMaxWriteBufferSize()
    • setMaxWriteBufferSize

      public void setMaxWriteBufferSize(org.elasticsearch.common.unit.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)
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object