public class SinkBufferFlushMode extends Object
| Modifier and Type | Field and Description |
|---|---|
static SinkBufferFlushMode |
DISABLED |
| Constructor and Description |
|---|
SinkBufferFlushMode(int batchSize,
long batchIntervalMs) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
long |
getBatchIntervalMs() |
int |
getBatchSize() |
int |
hashCode() |
boolean |
isEnabled() |
public static final SinkBufferFlushMode DISABLED
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.