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