OUT - The type of the records produced by this source.SourceFunction API, which is due to be
removed. Use the new Source API instead.@Deprecated @Public public abstract class RichParallelSourceFunction<OUT> extends org.apache.flink.api.common.functions.AbstractRichFunction implements ParallelSourceFunction<OUT>
The data source has access to context information (such as the number of parallel instances of
the source, and which parallel instance the current instance is) via AbstractRichFunction.getRuntimeContext(). It also provides additional life-cycle methods (RichFunction.open(OpenContext)
and AbstractRichFunction.close().
SourceFunction.SourceContext<T>| Constructor and Description |
|---|
RichParallelSourceFunction()
Deprecated.
|
close, getIterationRuntimeContext, getRuntimeContext, open, setRuntimeContextclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcancel, runCopyright © 2014–2024 The Apache Software Foundation. All rights reserved.