public abstract static class Flusher.Config<T extends Flusher>
extends java.lang.Object
| Constructor and Description |
|---|
Config() |
| Modifier and Type | Method and Description |
|---|---|
abstract T |
createInstance(Buffer buffer,
Sender sender) |
float |
getBufferOccupancyThreshold() |
int |
getFlushIntervalMillis() |
Flusher.Config |
setBufferOccupancyThreshold(float bufferOccupancyThreshold) |
Flusher.Config |
setFlushIntervalMillis(int flushIntervalMillis) |
public int getFlushIntervalMillis()
public Flusher.Config setFlushIntervalMillis(int flushIntervalMillis)
public float getBufferOccupancyThreshold()
public Flusher.Config setBufferOccupancyThreshold(float bufferOccupancyThreshold)