Package org.apache.flink.streaming.api.functions.source
-
Interface Summary Interface Description ParallelSourceFunction<OUT> Deprecated. This interface is based on theSourceFunctionAPI, which is due to be removed.SourceFunction<T> Deprecated. This interface will be removed in future versions.SourceFunction.SourceContext<T> Interface that source functions use to emit elements, and possibly watermarks.TimestampedInputSplit An extendedInputSplitthat also includes information about: The modification time of the file this split belongs to. -
Class Summary Class Description ContinuousFileMonitoringFunction<OUT> Deprecated. This class is based on theSourceFunctionAPI, which is due to be removed.ContinuousFileReaderOperator<OUT,T extends TimestampedInputSplit> The operator that reads thesplitsreceived from the precedingContinuousFileMonitoringFunction.ContinuousFileReaderOperatorFactory<OUT,T extends TimestampedInputSplit> ContinuousFileReaderOperatorfactory.FileMonitoringFunction Deprecated. Internal class deprecated in favour ofContinuousFileMonitoringFunction.FileReadFunction Deprecated. Internal class deprecated in favour ofContinuousFileMonitoringFunction.FromElementsFunction<T> Deprecated. This class is based on theSourceFunctionAPI, which is due to be removed.FromIteratorFunction<T> Deprecated. This class is based on theSourceFunctionAPI, which is due to be removed.FromSplittableIteratorFunction<T> Deprecated. This class is based on theSourceFunctionAPI, which is due to be removed.InputFormatSourceFunction<OUT> Deprecated. This class is based on theSourceFunctionAPI, which is due to be removed.MessageAcknowledgingSourceBase<Type,UId> Deprecated. This class is based on theSourceFunctionAPI, which is due to be removed.MultipleIdsMessageAcknowledgingSourceBase<Type,UId,SessionId> Deprecated. This class is based on theSourceFunctionAPI, which is due to be removed.RichParallelSourceFunction<OUT> Deprecated. This class is based on theSourceFunctionAPI, which is due to be removed.RichSourceFunction<OUT> Deprecated. This class is based on theSourceFunctionAPI, which is due to be removed.SocketTextStreamFunction Deprecated. This class is based on theSourceFunctionAPI, which is due to be removed.StatefulSequenceSource Deprecated. This class is based on theSourceFunctionAPI, which is due to be removed.TimestampedFileInputSplit AFileInputSplitwithTimestampedInputSplit. -
Enum Summary Enum Description FileMonitoringFunction.WatchType The watch type of theFileMonitoringFunction.FileProcessingMode The mode in which theContinuousFileMonitoringFunctionoperates.