Uses of Interface
org.apache.flink.streaming.runtime.watermark.WatermarkCombiner
-
-
Uses of WatermarkCombiner in org.apache.flink.streaming.runtime.io
Fields in org.apache.flink.streaming.runtime.io with type parameters of type WatermarkCombiner Modifier and Type Field Description protected Map<String,WatermarkCombiner>AbstractStreamTaskNetworkInput. watermarkCombiners -
Uses of WatermarkCombiner in org.apache.flink.streaming.runtime.watermark
Classes in org.apache.flink.streaming.runtime.watermark that implement WatermarkCombiner Modifier and Type Class Description classAlignedWatermarkCombinerAWatermarkCombineris design to alignWatermarks.classBoolWatermarkCombinerAWatermarkCombinerfor unalignedBoolWatermarks.classLongWatermarkCombinerAWatermarkCombinerfor unalignedLongWatermarks.Methods in org.apache.flink.streaming.runtime.watermark that return WatermarkCombiner Modifier and Type Method Description abstract WatermarkCombinerAbstractInternalWatermarkDeclaration. createWatermarkCombiner(int numberOfInputChannels, Runnable gateResumer)Creates a newWatermarkCombinerinstance.WatermarkCombinerInternalBoolWatermarkDeclaration. createWatermarkCombiner(int numberOfInputChannels, Runnable gateResumer)WatermarkCombinerInternalLongWatermarkDeclaration. createWatermarkCombiner(int numberOfInputChannels, Runnable gateResumer) -
Uses of WatermarkCombiner in org.apache.flink.streaming.runtime.watermark.extension.eventtime
Classes in org.apache.flink.streaming.runtime.watermark.extension.eventtime that implement WatermarkCombiner Modifier and Type Class Description classEventTimeWatermarkCombinerAWatermarkCombinerused to combineEventTimeExtensionrelated watermarks in input channels. -
Uses of WatermarkCombiner in org.apache.flink.streaming.util.watermark
Method parameters in org.apache.flink.streaming.util.watermark with type arguments of type WatermarkCombiner Modifier and Type Method Description static voidWatermarkUtils. addEventTimeWatermarkCombinerIfNeeded(Set<AbstractInternalWatermarkDeclaration<?>> watermarkDeclarationSet, Map<String,WatermarkCombiner> watermarkCombiners, int numberOfInputChannels)Create watermark combiners if there are event time watermark declarations.
-