Class VolatileFlatMap

java.lang.Object
org.apache.flink.api.common.functions.AbstractRichFunction
org.apache.flink.api.common.functions.RichFlatMapFunction<PartitionData,org.apache.flink.types.Row>
com.here.platform.data.client.flink.impl.VolatileFlatMap
All Implemented Interfaces:
Serializable, org.apache.flink.api.common.functions.FlatMapFunction<PartitionData,org.apache.flink.types.Row>, org.apache.flink.api.common.functions.Function, org.apache.flink.api.common.functions.RichFunction

public class VolatileFlatMap extends org.apache.flink.api.common.functions.RichFlatMapFunction<PartitionData,org.apache.flink.types.Row>
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    flatMap(PartitionData value, org.apache.flink.util.Collector<org.apache.flink.types.Row> out)
     

    Methods inherited from class org.apache.flink.api.common.functions.AbstractRichFunction

    close, getIterationRuntimeContext, getRuntimeContext, open, setRuntimeContext

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • flatMap

      public void flatMap(PartitionData value, org.apache.flink.util.Collector<org.apache.flink.types.Row> out)
      Specified by:
      flatMap in interface org.apache.flink.api.common.functions.FlatMapFunction<PartitionData,org.apache.flink.types.Row>
      Specified by:
      flatMap in class org.apache.flink.api.common.functions.RichFlatMapFunction<PartitionData,org.apache.flink.types.Row>