Package org.apache.flink.api.common.watermark
-
Interface Summary Interface Description Watermark WatermarkCombinationFunction TheWatermarkCombinationFunctiondefines the watermark's comparison/combination semantics among multiple input channels.WatermarkDeclaration This class represents the watermark creation and handling policy defined by the user.WatermarkManager TheWatermarkManagerinterface provides a mechanism to emit watermarks from a process function. -
Enum Summary Enum Description WatermarkCombinationFunction.BoolWatermarkCombinationFunction TheWatermarkCombinationFunction.BoolWatermarkCombinationFunctionenum defines the combination semantics for boolean watermarks.WatermarkCombinationFunction.NumericWatermarkCombinationFunction TheWatermarkCombinationFunction.NumericWatermarkCombinationFunctionenum defines the combination semantics for numeric watermarks.WatermarkHandlingResult This class defines watermark handling result for user-defined process function.WatermarkHandlingStrategy This class defines the framework's behavior when the user-definedWatermarkprocess method returnsWatermarkHandlingResult.PEEK.