Class StatePathExtractor

    • Constructor Detail

      • StatePathExtractor

        public StatePathExtractor()
    • Method Detail

      • flatMap

        public void flatMap​(OperatorState operatorState,
                            Collector<Path> out)
                     throws Exception
        Description copied from interface: FlatMapFunction
        The core method of the FlatMapFunction. Takes an element from the input data set and transforms it into zero, one, or more elements.
        Specified by:
        flatMap in interface FlatMapFunction<OperatorState,​Path>
        Parameters:
        operatorState - The input value.
        out - The collector for returning result values.
        Throws:
        Exception - This method may throw exceptions. Throwing an exception will cause the operation to fail and may trigger recovery.