T
- graph ID typeRT
- result typepublic static class BinaryResult.MirrorResult<T,RT extends BinaryResult<T>> extends Object implements FlatMapFunction<RT,RT>
Constructor and Description |
---|
MirrorResult() |
Modifier and Type | Method and Description |
---|---|
void |
flatMap(RT value,
Collector<RT> out)
The core method of the FlatMapFunction.
|
public void flatMap(RT value, Collector<RT> out) throws Exception
FlatMapFunction
flatMap
in interface FlatMapFunction<RT extends BinaryResult<T>,RT extends BinaryResult<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–2021 The Apache Software Foundation. All rights reserved.