public class FilterOperator<T> extends StreamOperator<FilterFunction<T>> implements OneInputOperator<T>
collectorList, function, name, richFunction, runtimeContext| 构造器和说明 |
|---|
FilterOperator(FilterFunction<T> filterFunction) |
| 限定符和类型 | 方法和说明 |
|---|---|
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 在接口中 OneInputOperator<T>ExceptionCopyright © 2022. All rights reserved.