Class SinkBufferFlushMode
- java.lang.Object
-
- org.apache.flink.streaming.connectors.kafka.table.SinkBufferFlushMode
-
- All Implemented Interfaces:
Serializable
public class SinkBufferFlushMode extends Object implements Serializable
Sink buffer flush configuration.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static SinkBufferFlushModeDISABLED
-
Constructor Summary
Constructors Constructor Description SinkBufferFlushMode(int batchSize, long batchIntervalMs)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)longgetBatchIntervalMs()intgetBatchSize()inthashCode()booleanisEnabled()
-
-
-
Field Detail
-
DISABLED
public static final SinkBufferFlushMode DISABLED
-
-