public class FlatMapOperator<T,R> extends StreamOperator<FlatMapFunction<T,R>> implements OneInputOperator<T>
collectorList, function, name, richFunction, runtimeContext| Constructor and Description |
|---|
FlatMapOperator(FlatMapFunction<T,R> flatMapFunction) |
| Modifier and Type | Method and Description |
|---|---|
void |
open(List<Collector> collectorList,
RuntimeContext runtimeContext) |
void |
processElement(Record<T> record) |
close, collect, collect, finish, getChainStrategy, getFunction, getLanguage, getName, loadCheckpoint, saveCheckpoint, setChainStrategy, setFunctionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetOpTypeclose, finish, getChainStrategy, getFunction, getLanguage, getName, loadCheckpoint, saveCheckpointpublic FlatMapOperator(FlatMapFunction<T,R> flatMapFunction)
public void open(List<Collector> collectorList, RuntimeContext runtimeContext)
open in interface Operatoropen in class StreamOperator<FlatMapFunction<T,R>>public void processElement(Record<T> record) throws Exception
processElement in interface OneInputOperator<T>ExceptionCopyright © 2021. All rights reserved.