Uses of Interface
org.apache.flink.streaming.runtime.tasks.StreamTask.CanEmitBatchOfRecordsChecker
-
Packages that use StreamTask.CanEmitBatchOfRecordsChecker Package Description org.apache.flink.streaming.api.operators org.apache.flink.streaming.runtime.io org.apache.flink.streaming.runtime.io.recovery org.apache.flink.streaming.runtime.tasks This package contains classes that realize streaming tasks. -
-
Uses of StreamTask.CanEmitBatchOfRecordsChecker in org.apache.flink.streaming.api.operators
Constructors in org.apache.flink.streaming.api.operators with parameters of type StreamTask.CanEmitBatchOfRecordsChecker Constructor Description SourceOperator(org.apache.flink.util.function.FunctionWithException<org.apache.flink.api.connector.source.SourceReaderContext,org.apache.flink.api.connector.source.SourceReader<OUT,SplitT>,Exception> readerFactory, org.apache.flink.runtime.operators.coordination.OperatorEventGateway operatorEventGateway, org.apache.flink.core.io.SimpleVersionedSerializer<SplitT> splitSerializer, org.apache.flink.api.common.eventtime.WatermarkStrategy<OUT> watermarkStrategy, ProcessingTimeService timeService, org.apache.flink.configuration.Configuration configuration, String localHostname, boolean emitProgressiveWatermarks, StreamTask.CanEmitBatchOfRecordsChecker canEmitBatchOfRecords) -
Uses of StreamTask.CanEmitBatchOfRecordsChecker in org.apache.flink.streaming.runtime.io
Fields in org.apache.flink.streaming.runtime.io declared as StreamTask.CanEmitBatchOfRecordsChecker Modifier and Type Field Description protected StreamTask.CanEmitBatchOfRecordsCheckerAbstractStreamTaskNetworkInput. canEmitBatchOfRecordsMethods in org.apache.flink.streaming.runtime.io with parameters of type StreamTask.CanEmitBatchOfRecordsChecker Modifier and Type Method Description static StreamMultipleInputProcessorStreamMultipleInputProcessorFactory. create(org.apache.flink.runtime.jobgraph.tasks.TaskInvokable ownerTask, CheckpointedInputGate[] checkpointedInputGates, StreamConfig.InputConfig[] configuredInputs, org.apache.flink.runtime.io.disk.iomanager.IOManager ioManager, org.apache.flink.runtime.memory.MemoryManager memoryManager, org.apache.flink.runtime.metrics.groups.TaskIOMetricGroup ioMetricGroup, org.apache.flink.metrics.Counter mainOperatorRecordsIn, MultipleInputStreamOperator<?> mainOperator, WatermarkGauge[] inputWatermarkGauges, StreamConfig streamConfig, org.apache.flink.configuration.Configuration taskManagerConfig, org.apache.flink.configuration.Configuration jobConfig, org.apache.flink.api.common.ExecutionConfig executionConfig, ClassLoader userClassloader, OperatorChain<?,?> operatorChain, org.apache.flink.runtime.checkpoint.InflightDataRescalingDescriptor inflightDataRescalingDescriptor, Function<Integer,StreamPartitioner<?>> gatePartitioners, org.apache.flink.api.common.TaskInfo taskInfo, StreamTask.CanEmitBatchOfRecordsChecker canEmitBatchOfRecords)static <T> StreamTaskInput<T>StreamTaskNetworkInputFactory. create(CheckpointedInputGate checkpointedInputGate, org.apache.flink.api.common.typeutils.TypeSerializer<T> inputSerializer, org.apache.flink.runtime.io.disk.iomanager.IOManager ioManager, StatusWatermarkValve statusWatermarkValve, int inputIndex, org.apache.flink.runtime.checkpoint.InflightDataRescalingDescriptor rescalingDescriptorinflightDataRescalingDescriptor, Function<Integer,StreamPartitioner<?>> gatePartitioners, org.apache.flink.api.common.TaskInfo taskInfo, StreamTask.CanEmitBatchOfRecordsChecker canEmitBatchOfRecords)Factory method forStreamTaskNetworkInputorRescalingStreamTaskNetworkInputdepending onInflightDataRescalingDescriptor.static <IN1,IN2>
StreamMultipleInputProcessorStreamTwoInputProcessorFactory. create(org.apache.flink.runtime.jobgraph.tasks.TaskInvokable ownerTask, CheckpointedInputGate[] checkpointedInputGates, org.apache.flink.runtime.io.disk.iomanager.IOManager ioManager, org.apache.flink.runtime.memory.MemoryManager memoryManager, org.apache.flink.runtime.metrics.groups.TaskIOMetricGroup taskIOMetricGroup, TwoInputStreamOperator<IN1,IN2,?> streamOperator, WatermarkGauge input1WatermarkGauge, WatermarkGauge input2WatermarkGauge, OperatorChain<?,?> operatorChain, StreamConfig streamConfig, org.apache.flink.configuration.Configuration taskManagerConfig, org.apache.flink.configuration.Configuration jobConfig, org.apache.flink.api.common.ExecutionConfig executionConfig, ClassLoader userClassloader, org.apache.flink.metrics.Counter numRecordsIn, org.apache.flink.runtime.checkpoint.InflightDataRescalingDescriptor inflightDataRescalingDescriptor, Function<Integer,StreamPartitioner<?>> gatePartitioners, org.apache.flink.api.common.TaskInfo taskInfo, StreamTask.CanEmitBatchOfRecordsChecker canEmitBatchOfRecords)Constructors in org.apache.flink.streaming.runtime.io with parameters of type StreamTask.CanEmitBatchOfRecordsChecker Constructor Description AbstractStreamTaskNetworkInput(CheckpointedInputGate checkpointedInputGate, org.apache.flink.api.common.typeutils.TypeSerializer<T> inputSerializer, StatusWatermarkValve statusWatermarkValve, int inputIndex, Map<org.apache.flink.runtime.checkpoint.channel.InputChannelInfo,R> recordDeserializers, StreamTask.CanEmitBatchOfRecordsChecker canEmitBatchOfRecords)StreamTaskNetworkInput(CheckpointedInputGate checkpointedInputGate, org.apache.flink.api.common.typeutils.TypeSerializer<T> inputSerializer, org.apache.flink.runtime.io.disk.iomanager.IOManager ioManager, StatusWatermarkValve statusWatermarkValve, int inputIndex, StreamTask.CanEmitBatchOfRecordsChecker canEmitBatchOfRecords) -
Uses of StreamTask.CanEmitBatchOfRecordsChecker in org.apache.flink.streaming.runtime.io.recovery
Constructors in org.apache.flink.streaming.runtime.io.recovery with parameters of type StreamTask.CanEmitBatchOfRecordsChecker Constructor Description RescalingStreamTaskNetworkInput(CheckpointedInputGate checkpointedInputGate, org.apache.flink.api.common.typeutils.TypeSerializer<T> inputSerializer, org.apache.flink.runtime.io.disk.iomanager.IOManager ioManager, StatusWatermarkValve statusWatermarkValve, int inputIndex, org.apache.flink.runtime.checkpoint.InflightDataRescalingDescriptor inflightDataRescalingDescriptor, Function<Integer,StreamPartitioner<?>> gatePartitioners, org.apache.flink.api.common.TaskInfo taskInfo, StreamTask.CanEmitBatchOfRecordsChecker canEmitBatchOfRecords) -
Uses of StreamTask.CanEmitBatchOfRecordsChecker in org.apache.flink.streaming.runtime.tasks
Methods in org.apache.flink.streaming.runtime.tasks that return StreamTask.CanEmitBatchOfRecordsChecker Modifier and Type Method Description StreamTask.CanEmitBatchOfRecordsCheckerMultipleInputStreamTask. getCanEmitBatchOfRecords()StreamTask.CanEmitBatchOfRecordsCheckerStreamTask. getCanEmitBatchOfRecords()StreamTask.CanEmitBatchOfRecordsCheckerTwoInputStreamTask. getCanEmitBatchOfRecords()
-