BaseSink.setMaxLateness
void setMaxLateness(long maxLateness)Sets the new max lateness value to max_lateness. This value is used to decide if a buffer should be dropped or not based on the buffer timestamp and the current clock time. A value of -1 means an unlimited time.
Parameters
maxLateness | the new max lateness value. |