T
- public static final class PlanFilterOperator.FlatMapFilter<T> extends WrappingFunction<FilterFunction<T>> implements FlatMapFunction<T,T>
FlatMapFunction
,
Serialized FormwrappedFunction
Modifier and Type | Method and Description |
---|---|
void |
flatMap(T value,
Collector<T> out)
The core method of the FlatMapFunction.
|
close, getWrappedFunction, open, setRuntimeContext
getIterationRuntimeContext, getRuntimeContext
public final void flatMap(T value, Collector<T> out) throws Exception
FlatMapFunction
flatMap
in interface FlatMapFunction<T,T>
value
- The input value.out
- The collector for returning result values.Exception
- This method may throw exceptions. Throwing an exception will cause the operation
to fail and may trigger recovery.Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.