@Internal public class StatePathExtractor extends Object implements FlatMapFunction<OperatorState,Path>
OperatorState
.Constructor and Description |
---|
StatePathExtractor() |
Modifier and Type | Method and Description |
---|---|
void |
flatMap(OperatorState operatorState,
Collector<Path> out)
The core method of the FlatMapFunction.
|
public void flatMap(OperatorState operatorState, Collector<Path> out) throws Exception
FlatMapFunction
flatMap
in interface FlatMapFunction<OperatorState,Path>
operatorState
- 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–2024 The Apache Software Foundation. All rights reserved.