Uses of Class
org.apache.flink.streaming.runtime.watermark.AbstractInternalWatermarkDeclaration
Packages that use AbstractInternalWatermarkDeclaration
Package
Description
-
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 -
Uses of AbstractInternalWatermarkDeclaration in org.apache.flink.streaming.runtime.io
Method parameters in org.apache.flink.streaming.runtime.io with type arguments of type AbstractInternalWatermarkDeclarationModifier and TypeMethodDescriptionstatic <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 AbstractInternalWatermarkDeclarationModifierConstructorDescriptionAbstractStreamTaskNetworkInput(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
Modifier and TypeClassDescriptionclassTheInternalBoolWatermarkDeclarationclass implements theAbstractInternalWatermarkDeclarationinterface and provides additional functionality specific to boolean-type watermarks.classTheInternalLongWatermarkDeclarationclass implements theAbstractInternalWatermarkDeclarationinterface and provides additional functionality specific to long-type watermarks.Methods in org.apache.flink.streaming.runtime.watermark that return AbstractInternalWatermarkDeclarationModifier and TypeMethodDescriptionstatic 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 AbstractInternalWatermarkDeclarationModifier and TypeMethodDescriptionstatic 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 AbstractInternalWatermarkDeclarationModifier and TypeMethodDescriptionstatic voidWatermarkUtils.addEventTimeWatermarkCombinerIfNeeded(Set<AbstractInternalWatermarkDeclaration<?>> watermarkDeclarationSet, Map<String, WatermarkCombiner> watermarkCombiners, int numberOfInputChannels) Create watermark combiners if there are event time watermark declarations.