Class UploadBlobStoreFunction

java.lang.Object
org.apache.flink.api.common.functions.AbstractRichFunction
org.apache.flink.api.common.functions.RichMapFunction<PendingPartition,com.here.platform.data.client.scaladsl.CommitPartition>
com.here.platform.data.client.flink.impl.UploadBlobStoreFunction
All Implemented Interfaces:
Serializable, org.apache.flink.api.common.functions.Function, org.apache.flink.api.common.functions.MapFunction<PendingPartition,com.here.platform.data.client.scaladsl.CommitPartition>, org.apache.flink.api.common.functions.RichFunction

public class UploadBlobStoreFunction extends org.apache.flink.api.common.functions.RichMapFunction<PendingPartition,com.here.platform.data.client.scaladsl.CommitPartition> implements Serializable
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
    UploadBlobStoreFunction(HRN hrn, scala.Option<com.here.platform.data.client.engine.scaladsl.WriteEngine> writeEngine)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    com.here.platform.data.client.scaladsl.CommitPartition
    map(PendingPartition partition)
     

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

    getIterationRuntimeContext, getRuntimeContext, open, setRuntimeContext

    Methods inherited from class java.lang.Object

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

    • UploadBlobStoreFunction

      public UploadBlobStoreFunction(HRN hrn, scala.Option<com.here.platform.data.client.engine.scaladsl.WriteEngine> writeEngine)
  • Method Details

    • map

      public com.here.platform.data.client.scaladsl.CommitPartition map(PendingPartition partition)
      Specified by:
      map in interface org.apache.flink.api.common.functions.MapFunction<PendingPartition,com.here.platform.data.client.scaladsl.CommitPartition>
      Specified by:
      map in class org.apache.flink.api.common.functions.RichMapFunction<PendingPartition,com.here.platform.data.client.scaladsl.CommitPartition>
    • close

      public void close()
      Specified by:
      close in interface org.apache.flink.api.common.functions.RichFunction
      Overrides:
      close in class org.apache.flink.api.common.functions.AbstractRichFunction