T - The type of the filtered elements.public abstract class RichFilterFunction<T> extends AbstractRichFunction implements FilterFunction<T>
FilterFunction. As a RichFunction, it gives access to the
RuntimeContext and provides setup and teardown methods:
RichFunction.open(org.apache.flink.configuration.Configuration) and
RichFunction.close().| Constructor and Description |
|---|
RichFilterFunction() |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
filter(T value) |
close, getIterationRuntimeContext, getRuntimeContext, open, setRuntimeContextCopyright © 2014 The Apache Software Foundation. All rights reserved.