Class RowTimeSyncStateWindowDeduplicateProcessor

java.lang.Object
org.apache.flink.table.runtime.operators.deduplicate.window.processors.RowTimeSyncStateWindowDeduplicateProcessor
All Implemented Interfaces:
Serializable, SyncStateWindowProcessor<Long>, WindowProcessor<Long,SyncStateWindowProcessor.SyncStateContext<Long>>, SlicingSyncStateWindowProcessor<Long>

public final class RowTimeSyncStateWindowDeduplicateProcessor extends Object implements SlicingSyncStateWindowProcessor<Long>
A rowtime window deduplicate processor.
See Also: