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
ConstructorsConstructorDescriptionUploadBlobStoreFunction(HRN hrn, scala.Option<com.here.platform.data.client.engine.scaladsl.WriteEngine> writeEngine) -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()com.here.platform.data.client.scaladsl.CommitPartitionmap(PendingPartition partition) Methods inherited from class org.apache.flink.api.common.functions.AbstractRichFunction
getIterationRuntimeContext, getRuntimeContext, open, setRuntimeContext
-
Constructor Details
-
UploadBlobStoreFunction
public UploadBlobStoreFunction(HRN hrn, scala.Option<com.here.platform.data.client.engine.scaladsl.WriteEngine> writeEngine)
-
-
Method Details
-
map
- Specified by:
mapin interfaceorg.apache.flink.api.common.functions.MapFunction<PendingPartition,com.here.platform.data.client.scaladsl.CommitPartition> - Specified by:
mapin classorg.apache.flink.api.common.functions.RichMapFunction<PendingPartition,com.here.platform.data.client.scaladsl.CommitPartition>
-
close
public void close()- Specified by:
closein interfaceorg.apache.flink.api.common.functions.RichFunction- Overrides:
closein classorg.apache.flink.api.common.functions.AbstractRichFunction
-