Class IndexPartFlatMap

java.lang.Object
org.apache.flink.api.common.functions.AbstractRichFunction
org.apache.flink.api.common.functions.RichFlatMapFunction<List<com.here.platform.data.client.scaladsl.IndexPartition>,com.here.platform.data.client.scaladsl.IndexPartition>
com.here.platform.data.client.flink.impl.IndexPartFlatMap
All Implemented Interfaces:
Serializable, org.apache.flink.api.common.functions.FlatMapFunction<List<com.here.platform.data.client.scaladsl.IndexPartition>,com.here.platform.data.client.scaladsl.IndexPartition>, org.apache.flink.api.common.functions.Function, org.apache.flink.api.common.functions.RichFunction

public class IndexPartFlatMap extends org.apache.flink.api.common.functions.RichFlatMapFunction<List<com.here.platform.data.client.scaladsl.IndexPartition>,com.here.platform.data.client.scaladsl.IndexPartition>
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    flatMap(List<com.here.platform.data.client.scaladsl.IndexPartition> partitions, org.apache.flink.util.Collector<com.here.platform.data.client.scaladsl.IndexPartition> 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

    • IndexPartFlatMap

      public IndexPartFlatMap()
  • Method Details

    • flatMap

      public void flatMap(List<com.here.platform.data.client.scaladsl.IndexPartition> partitions, org.apache.flink.util.Collector<com.here.platform.data.client.scaladsl.IndexPartition> out)
      Specified by:
      flatMap in interface org.apache.flink.api.common.functions.FlatMapFunction<List<com.here.platform.data.client.scaladsl.IndexPartition>,com.here.platform.data.client.scaladsl.IndexPartition>
      Specified by:
      flatMap in class org.apache.flink.api.common.functions.RichFlatMapFunction<List<com.here.platform.data.client.scaladsl.IndexPartition>,com.here.platform.data.client.scaladsl.IndexPartition>