Uses of Class
org.apache.flink.streaming.runtime.watermarkstatus.StatusWatermarkValve
Packages that use StatusWatermarkValve
Package
Description
-
Uses of StatusWatermarkValve in org.apache.flink.streaming.runtime.io
Fields in org.apache.flink.streaming.runtime.io declared as StatusWatermarkValveModifier and TypeFieldDescriptionprotected final StatusWatermarkValveAbstractStreamTaskNetworkInput.statusWatermarkValveValve that controls how watermarks and watermark statuses are forwarded.Methods in org.apache.flink.streaming.runtime.io with parameters of type StatusWatermarkValveModifier 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.Constructors in org.apache.flink.streaming.runtime.io with parameters of type StatusWatermarkValveModifierConstructorDescriptionAbstractStreamTaskNetworkInput(CheckpointedInputGate checkpointedInputGate, org.apache.flink.api.common.typeutils.TypeSerializer<T> inputSerializer, StatusWatermarkValve statusWatermarkValve, int inputIndex, Map<InputChannelInfo, R> recordDeserializers, StreamTask.CanEmitBatchOfRecordsChecker canEmitBatchOfRecords) 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) 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 StatusWatermarkValve in org.apache.flink.streaming.runtime.io.recovery
Constructors in org.apache.flink.streaming.runtime.io.recovery with parameters of type StatusWatermarkValveModifierConstructorDescriptionRescalingStreamTaskNetworkInput(CheckpointedInputGate checkpointedInputGate, org.apache.flink.api.common.typeutils.TypeSerializer<T> inputSerializer, IOManager ioManager, StatusWatermarkValve statusWatermarkValve, int inputIndex, InflightDataRescalingDescriptor inflightDataRescalingDescriptor, Function<Integer, StreamPartitioner<?>> gatePartitioners, org.apache.flink.api.common.TaskInfo taskInfo, StreamTask.CanEmitBatchOfRecordsChecker canEmitBatchOfRecords) -
Uses of StatusWatermarkValve in org.apache.flink.streaming.runtime.watermark.extension.eventtime
Subclasses of StatusWatermarkValve in org.apache.flink.streaming.runtime.watermark.extension.eventtimeModifier and TypeClassDescriptionclassAWatermarkCombinerused to combineEventTimeExtensionrelated watermarks in input channels.