Uses of Package
org.apache.flink.streaming.runtime.io
Packages that use org.apache.flink.streaming.runtime.io
Package
Description
-
Classes in org.apache.flink.streaming.runtime.io used by org.apache.flink.streaming.api.operatorsClassDescriptionIt is an internal equivalent of
InputStatusthat provides additional non public statuses.The variant ofPullingAsyncDataInputthat is defined for handling both network input and source input in a unified way viaPushingAsyncDataInput.emitNext(DataOutput)instead of returningOptional.empty()viaPullingAsyncDataInput.pollNext().Basic data output interface used in emitting the next element from data input. -
Classes in org.apache.flink.streaming.runtime.io used by org.apache.flink.streaming.api.operators.sortClassDescriptionIt is an internal equivalent of
InputStatusthat provides additional non public statuses.The variant ofPullingAsyncDataInputthat is defined for handling both network input and source input in a unified way viaPushingAsyncDataInput.emitNext(DataOutput)instead of returningOptional.empty()viaPullingAsyncDataInput.pollNext().Basic data output interface used in emitting the next element from data input.Basic interface for inputs of stream operators. -
Classes in org.apache.flink.streaming.runtime.io used by org.apache.flink.streaming.api.operators.sourceClassDescriptionBasic data output interface used in emitting the next element from data input.
-
Classes in org.apache.flink.streaming.runtime.io used by org.apache.flink.streaming.runtime.ioClassDescriptionBase class for network-based StreamTaskInput where each channel has a designated
RecordDeserializerfor spanning records.Brokerfor theBlockingQueueused inStreamIterationHeadandStreamIterationTailfor implementing feedback streams.It is an internal equivalent ofInputStatusthat provides additional non public statuses.This handler is mainly used for selecting the next available input index inStreamMultipleInputProcessor.The variant ofPullingAsyncDataInputthat is defined for handling both network input and source input in a unified way viaPushingAsyncDataInput.emitNext(DataOutput)instead of returningOptional.empty()viaPullingAsyncDataInput.pollNext().Basic data output interface used in emitting the next element from data input.Interface for processing records byStreamTask.Input processor forMultipleInputStreamOperator.Input reader forOneInputStreamTask.Basic interface for inputs of stream operators.Implementation ofStreamTaskInputthat reads data from theSourceOperatorand returns theDataInputStatusto indicate whether the source state is available, unavailable or finished. -
Classes in org.apache.flink.streaming.runtime.io used by org.apache.flink.streaming.runtime.io.recoveryClassDescriptionBase class for network-based StreamTaskInput where each channel has a designated
RecordDeserializerfor spanning records.It is an internal equivalent ofInputStatusthat provides additional non public statuses.The variant ofPullingAsyncDataInputthat is defined for handling both network input and source input in a unified way viaPushingAsyncDataInput.emitNext(DataOutput)instead of returningOptional.empty()viaPullingAsyncDataInput.pollNext().Basic data output interface used in emitting the next element from data input.AStreamTaskInputused during recovery of in-flight data.Basic interface for inputs of stream operators. -
Classes in org.apache.flink.streaming.runtime.io used by org.apache.flink.streaming.runtime.tasksClassDescriptionIt is an internal equivalent of
InputStatusthat provides additional non public statuses.The variant ofPullingAsyncDataInputthat is defined for handling both network input and source input in a unified way viaPushingAsyncDataInput.emitNext(DataOutput)instead of returningOptional.empty()viaPullingAsyncDataInput.pollNext().Basic data output interface used in emitting the next element from data input.Implementation ofOutputthat sends data using aRecordWriter.Interface for processing records byStreamTask.Basic interface for inputs of stream operators.Implementation ofStreamTaskInputthat reads data from theSourceOperatorand returns theDataInputStatusto indicate whether the source state is available, unavailable or finished. -
Classes in org.apache.flink.streaming.runtime.io used by org.apache.flink.streaming.runtime.watermarkstatusClassDescriptionBasic data output interface used in emitting the next element from data input.