Uses of Class
org.apache.flink.streaming.runtime.watermark.AbstractInternalWatermarkDeclaration
-
-
Uses of AbstractInternalWatermarkDeclaration in org.apache.flink.streaming.api.graph
Methods in org.apache.flink.streaming.api.graph that return types with arguments of type AbstractInternalWatermarkDeclaration Modifier and Type Method Description Set<AbstractInternalWatermarkDeclaration<?>>StreamConfig. getWatermarkDeclarations(ClassLoader cl) -
Uses of AbstractInternalWatermarkDeclaration in org.apache.flink.streaming.runtime.io
Method parameters in org.apache.flink.streaming.runtime.io with type arguments of type AbstractInternalWatermarkDeclaration Modifier and Type Method Description static <T> StreamTaskInput<T>StreamTaskNetworkInputFactory. create(CheckpointedInputGate checkpointedInputGate, org.apache.flink.api.common.typeutils.TypeSerializer<T> inputSerializer, IOManager ioManager, StatusWatermarkValve statusWatermarkValve, int inputIndex, InflightDataRescalingDescriptor rescalingDescriptorinflightDataRescalingDescriptor, Function<Integer,StreamPartitioner<?>> gatePartitioners, org.apache.flink.api.common.TaskInfo taskInfo, StreamTask.CanEmitBatchOfRecordsChecker canEmitBatchOfRecords, Set<AbstractInternalWatermarkDeclaration<?>> watermarkDeclarationSet)Factory method forStreamTaskNetworkInputorRescalingStreamTaskNetworkInputdepending onInflightDataRescalingDescriptor.Constructor parameters in org.apache.flink.streaming.runtime.io with type arguments of type AbstractInternalWatermarkDeclaration Constructor Description AbstractStreamTaskNetworkInput(CheckpointedInputGate checkpointedInputGate, org.apache.flink.api.common.typeutils.TypeSerializer<T> inputSerializer, StatusWatermarkValve statusWatermarkValve, int inputIndex, Map<InputChannelInfo,R> recordDeserializers, StreamTask.CanEmitBatchOfRecordsChecker canEmitBatchOfRecords, Set<AbstractInternalWatermarkDeclaration<?>> watermarkDeclarationSet)StreamTaskNetworkInput(CheckpointedInputGate checkpointedInputGate, org.apache.flink.api.common.typeutils.TypeSerializer<T> inputSerializer, IOManager ioManager, StatusWatermarkValve statusWatermarkValve, int inputIndex, StreamTask.CanEmitBatchOfRecordsChecker canEmitBatchOfRecords, Set<AbstractInternalWatermarkDeclaration<?>> watermarkDeclarationSet) -
Uses of AbstractInternalWatermarkDeclaration in org.apache.flink.streaming.runtime.watermark
Subclasses of AbstractInternalWatermarkDeclaration in org.apache.flink.streaming.runtime.watermark Modifier and Type Class Description classInternalBoolWatermarkDeclarationTheInternalBoolWatermarkDeclarationclass implements theAbstractInternalWatermarkDeclarationinterface and provides additional functionality specific to boolean-type watermarks.classInternalLongWatermarkDeclarationTheInternalLongWatermarkDeclarationclass implements theAbstractInternalWatermarkDeclarationinterface and provides additional functionality specific to long-type watermarks.Methods in org.apache.flink.streaming.runtime.watermark that return AbstractInternalWatermarkDeclaration Modifier and Type Method Description static AbstractInternalWatermarkDeclaration<?>AbstractInternalWatermarkDeclaration. from(org.apache.flink.api.common.watermark.WatermarkDeclaration watermarkDeclaration)Converts a user-orientedWatermarkDeclarationto an internal-orientedAbstractInternalWatermarkDeclaration. -
Uses of AbstractInternalWatermarkDeclaration in org.apache.flink.streaming.util.watermark
Methods in org.apache.flink.streaming.util.watermark that return types with arguments of type AbstractInternalWatermarkDeclaration Modifier and Type Method Description static Set<AbstractInternalWatermarkDeclaration<?>>WatermarkUtils. convertToInternalWatermarkDeclarations(Set<org.apache.flink.api.common.watermark.WatermarkDeclaration> watermarkDeclarations)Convert user-orientedWatermarkDeclarationinstance to internal-orientedAbstractInternalWatermarkDeclarationinstance.static Set<AbstractInternalWatermarkDeclaration<?>>WatermarkUtils. getInternalWatermarkDeclarationsFromStreamGraph(StreamGraph streamGraph)Retrieve the declared watermarks from StreamGraph and convert them intoInternalWatermarkDeclaration.Method parameters in org.apache.flink.streaming.util.watermark with type arguments of type AbstractInternalWatermarkDeclaration 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.
-