Class UploadBlobStoreAsyncFunction
java.lang.Object
org.apache.flink.api.common.functions.AbstractRichFunction
org.apache.flink.streaming.api.functions.async.RichAsyncFunction<PendingPartition,com.here.platform.data.client.scaladsl.CommitPartition>
com.here.platform.data.client.flink.impl.UploadBlobStoreAsyncFunction
- All Implemented Interfaces:
Serializable,org.apache.flink.api.common.functions.Function,org.apache.flink.api.common.functions.RichFunction,org.apache.flink.streaming.api.functions.async.AsyncFunction<PendingPartition,com.here.platform.data.client.scaladsl.CommitPartition>
public class UploadBlobStoreAsyncFunction
extends org.apache.flink.streaming.api.functions.async.RichAsyncFunction<PendingPartition,com.here.platform.data.client.scaladsl.CommitPartition>
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUploadBlobStoreAsyncFunction(HRN hrn, DataClientFlinkContextFactory contextFactory, WriteEngineFactory writeEngineFactory) -
Method Summary
Modifier and TypeMethodDescriptionvoidasyncInvoke(PendingPartition partition, org.apache.flink.streaming.api.functions.async.ResultFuture<com.here.platform.data.client.scaladsl.CommitPartition> resultFuture) voidclose()scala.concurrent.ExecutionContextexecutor()Methods inherited from class org.apache.flink.streaming.api.functions.async.RichAsyncFunction
setRuntimeContextMethods inherited from class org.apache.flink.api.common.functions.AbstractRichFunction
getIterationRuntimeContext, getRuntimeContext, openMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.flink.streaming.api.functions.async.AsyncFunction
timeout
-
Constructor Details
-
UploadBlobStoreAsyncFunction
public UploadBlobStoreAsyncFunction(HRN hrn, DataClientFlinkContextFactory contextFactory, WriteEngineFactory writeEngineFactory)
-
-
Method Details
-
executor
public scala.concurrent.ExecutionContext executor() -
asyncInvoke
public void asyncInvoke(PendingPartition partition, org.apache.flink.streaming.api.functions.async.ResultFuture<com.here.platform.data.client.scaladsl.CommitPartition> resultFuture) - Specified by:
asyncInvokein interfaceorg.apache.flink.streaming.api.functions.async.AsyncFunction<PendingPartition,com.here.platform.data.client.scaladsl.CommitPartition> - Specified by:
asyncInvokein classorg.apache.flink.streaming.api.functions.async.RichAsyncFunction<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
-