Uses of Interface
org.apache.flink.streaming.runtime.io.PushingAsyncDataInput
Packages that use PushingAsyncDataInput
Package
Description
-
Uses of PushingAsyncDataInput in org.apache.flink.streaming.api.operators
Classes in org.apache.flink.streaming.api.operators that implement PushingAsyncDataInputModifier and TypeClassDescriptionclassSourceOperator<OUT,SplitT extends org.apache.flink.api.connector.source.SourceSplit> Base source operator only used for integrating the source reader which is proposed by FLIP-27. -
Uses of PushingAsyncDataInput in org.apache.flink.streaming.api.operators.sort
Classes in org.apache.flink.streaming.api.operators.sort that implement PushingAsyncDataInputModifier and TypeClassDescriptionfinal classAn input that wraps an underlying input and sorts the incoming records.final classSortingDataInput<T,K> AStreamTaskInputwhich sorts in the incoming records from a chained input. -
Uses of PushingAsyncDataInput in org.apache.flink.streaming.runtime.io
Subinterfaces of PushingAsyncDataInput in org.apache.flink.streaming.runtime.ioModifier and TypeInterfaceDescriptioninterfaceAStreamTaskInputused during recovery of in-flight data.interfaceBasic interface for inputs of stream operators.Classes in org.apache.flink.streaming.runtime.io that implement PushingAsyncDataInputModifier and TypeClassDescriptionclassAbstractStreamTaskNetworkInput<T,R extends RecordDeserializer<DeserializationDelegate<StreamElement>>> Base class for network-based StreamTaskInput where each channel has a designatedRecordDeserializerfor spanning records.classA subclass ofStreamTaskSourceInputforExternallyInducedSourceReader.final classImplementation ofStreamTaskInputthat wraps an input from network taken fromCheckpointedInputGate.classImplementation ofStreamTaskInputthat reads data from theSourceOperatorand returns theDataInputStatusto indicate whether the source state is available, unavailable or finished. -
Uses of PushingAsyncDataInput in org.apache.flink.streaming.runtime.io.recovery
Classes in org.apache.flink.streaming.runtime.io.recovery that implement PushingAsyncDataInputModifier and TypeClassDescriptionfinal classAStreamTaskNetworkInputimplementation that demultiplexes virtual channels. -
Uses of PushingAsyncDataInput in org.apache.flink.streaming.runtime.tasks
Classes in org.apache.flink.streaming.runtime.tasks that implement PushingAsyncDataInputModifier and TypeClassDescriptionclassA special source input implementation that immediately emit END_OF_INPUT.