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:
  • Field Details

  • Constructor Details

    • SinkBufferFlushMode

      public SinkBufferFlushMode(int batchSize, long batchIntervalMs)
  • Method Details

    • getBatchSize

      public int getBatchSize()
    • getBatchIntervalMs

      public long getBatchIntervalMs()
    • isEnabled

      public boolean isEnabled()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object