Package org.elasticsearch.client.ccr
Class FollowConfig
java.lang.Object
org.elasticsearch.client.ccr.FollowConfig
- Direct Known Subclasses:
GetAutoFollowPatternResponse.Pattern,PutAutoFollowPatternRequest,PutFollowRequest,ResumeFollowRequest
-
Method Summary
Modifier and TypeMethodDescriptionbooleanorg.elasticsearch.common.unit.ByteSizeValueorg.elasticsearch.core.TimeValueorg.elasticsearch.common.unit.ByteSizeValueorg.elasticsearch.common.unit.ByteSizeValueorg.elasticsearch.core.TimeValueorg.elasticsearch.common.settings.SettingsinthashCode()voidsetMaxOutstandingReadRequests(Integer maxOutstandingReadRequests) voidsetMaxOutstandingWriteRequests(Integer maxOutstandingWriteRequests) voidsetMaxReadRequestOperationCount(Integer maxReadRequestOperationCount) voidsetMaxReadRequestSize(org.elasticsearch.common.unit.ByteSizeValue maxReadRequestSize) voidsetMaxRetryDelay(org.elasticsearch.core.TimeValue maxRetryDelay) voidsetMaxWriteBufferCount(Integer maxWriteBufferCount) voidsetMaxWriteBufferSize(org.elasticsearch.common.unit.ByteSizeValue maxWriteBufferSize) voidsetMaxWriteRequestOperationCount(Integer maxWriteRequestOperationCount) voidsetMaxWriteRequestSize(org.elasticsearch.common.unit.ByteSizeValue maxWriteRequestSize) voidsetReadPollTimeout(org.elasticsearch.core.TimeValue readPollTimeout) voidsetSettings(org.elasticsearch.common.settings.Settings settings)
-
Method Details
-
getSettings
public org.elasticsearch.common.settings.Settings getSettings() -
setSettings
public void setSettings(org.elasticsearch.common.settings.Settings settings) -
getMaxReadRequestOperationCount
-
setMaxReadRequestOperationCount
-
getMaxOutstandingReadRequests
-
setMaxOutstandingReadRequests
-
getMaxReadRequestSize
public org.elasticsearch.common.unit.ByteSizeValue getMaxReadRequestSize() -
setMaxReadRequestSize
public void setMaxReadRequestSize(org.elasticsearch.common.unit.ByteSizeValue maxReadRequestSize) -
getMaxWriteRequestOperationCount
-
setMaxWriteRequestOperationCount
-
getMaxWriteRequestSize
public org.elasticsearch.common.unit.ByteSizeValue getMaxWriteRequestSize() -
setMaxWriteRequestSize
public void setMaxWriteRequestSize(org.elasticsearch.common.unit.ByteSizeValue maxWriteRequestSize) -
getMaxOutstandingWriteRequests
-
setMaxOutstandingWriteRequests
-
getMaxWriteBufferCount
-
setMaxWriteBufferCount
-
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
-
hashCode
public int hashCode()
-