public class SourceOperatorImpl<T> extends StreamOperator<SourceFunction<T>> implements SourceOperator
collectorList, function, name, richFunction, runtimeContext| Constructor and Description |
|---|
SourceOperatorImpl(SourceFunction<T> function) |
| Modifier and Type | Method and Description |
|---|---|
void |
fetch() |
OperatorType |
getOpType() |
SourceFunction.SourceContext |
getSourceContext() |
void |
open(List<Collector> collectorList,
RuntimeContext runtimeContext) |
close, collect, collect, finish, getChainStrategy, getFunction, getLanguage, getName, loadCheckpoint, saveCheckpoint, setChainStrategy, setFunctionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclose, finish, getChainStrategy, getFunction, getLanguage, getName, loadCheckpoint, saveCheckpointpublic SourceOperatorImpl(SourceFunction<T> function)
public void open(List<Collector> collectorList, RuntimeContext runtimeContext)
open in interface Operatoropen in class StreamOperator<SourceFunction<T>>public void fetch()
fetch in interface SourceOperatorpublic SourceFunction.SourceContext getSourceContext()
getSourceContext in interface SourceOperatorpublic OperatorType getOpType()
getOpType in interface OperatorgetOpType in interface SourceOperatorCopyright © 2020. All rights reserved.