public static class SyncFlusher.Config extends Flusher.Config<SyncFlusher,SyncFlusher.Config>
| Constructor and Description |
|---|
Config() |
| Modifier and Type | Method and Description |
|---|---|
SyncFlusher |
createInstance(Buffer buffer,
Sender sender) |
float |
getBufferOccupancyThreshold() |
SyncFlusher.Config |
setBufferOccupancyThreshold(float bufferOccupancyThreshold) |
getFlushIntervalMillis, setFlushIntervalMillispublic float getBufferOccupancyThreshold()
public SyncFlusher.Config setBufferOccupancyThreshold(float bufferOccupancyThreshold)
public SyncFlusher createInstance(Buffer buffer, Sender sender)
createInstance in class Flusher.Config<SyncFlusher,SyncFlusher.Config>