Uses of Class
org.apache.flink.streaming.runtime.watermarkstatus.StatusWatermarkValve
-
-
Uses of StatusWatermarkValve in org.apache.flink.streaming.runtime.io
Fields in org.apache.flink.streaming.runtime.io declared as StatusWatermarkValve Modifier and Type Field Description protected StatusWatermarkValveAbstractStreamTaskNetworkInput. statusWatermarkValveValve that controls how watermarks and watermark statuses are forwarded.Methods in org.apache.flink.streaming.runtime.io with parameters of type StatusWatermarkValve 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.Constructors in org.apache.flink.streaming.runtime.io with parameters of type StatusWatermarkValve 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)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 StatusWatermarkValve Constructor Description RescalingStreamTaskNetworkInput(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.eventtime Modifier and Type Class Description classEventTimeWatermarkCombinerAWatermarkCombinerused to combineEventTimeExtensionrelated watermarks in input channels.
-