public static class ElasticsearchSinkBase.BulkFlushBackoffPolicy extends Object implements Serializable
This is a proxy for version specific backoff policies.
Constructor and Description |
---|
BulkFlushBackoffPolicy() |
Modifier and Type | Method and Description |
---|---|
ElasticsearchSinkBase.FlushBackoffType |
getBackoffType() |
long |
getDelayMillis() |
int |
getMaxRetryCount() |
void |
setBackoffType(ElasticsearchSinkBase.FlushBackoffType backoffType) |
void |
setDelayMillis(long delayMillis) |
void |
setMaxRetryCount(int maxRetryCount) |
public ElasticsearchSinkBase.FlushBackoffType getBackoffType()
public int getMaxRetryCount()
public long getDelayMillis()
public void setBackoffType(ElasticsearchSinkBase.FlushBackoffType backoffType)
public void setMaxRetryCount(int maxRetryCount)
public void setDelayMillis(long delayMillis)
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.