Class PartitionBlobAsync
java.lang.Object
org.apache.flink.api.common.functions.AbstractRichFunction
org.apache.flink.streaming.api.functions.async.RichAsyncFunction<com.here.platform.data.client.scaladsl.Partition,PartitionData>
com.here.platform.data.client.flink.impl.PartitionBlobAsync
- 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<com.here.platform.data.client.scaladsl.Partition,PartitionData>
public class PartitionBlobAsync
extends org.apache.flink.streaming.api.functions.async.RichAsyncFunction<com.here.platform.data.client.scaladsl.Partition,PartitionData>
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPartitionBlobAsync(HRN hrn, Settings settings, DataClientFlinkContextFactory contextFactory, ReadEngineFactory readEngineFactory) -
Method Summary
Modifier and TypeMethodDescriptionvoidasyncInvoke(com.here.platform.data.client.scaladsl.Partition partition, org.apache.flink.streaming.api.functions.async.ResultFuture<PartitionData> 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
-
PartitionBlobAsync
public PartitionBlobAsync(HRN hrn, Settings settings, DataClientFlinkContextFactory contextFactory, ReadEngineFactory readEngineFactory)
-
-
Method Details
-
executor
public scala.concurrent.ExecutionContext executor() -
asyncInvoke
public void asyncInvoke(com.here.platform.data.client.scaladsl.Partition partition, org.apache.flink.streaming.api.functions.async.ResultFuture<PartitionData> resultFuture) - Specified by:
asyncInvokein interfaceorg.apache.flink.streaming.api.functions.async.AsyncFunction<com.here.platform.data.client.scaladsl.Partition,PartitionData> - Specified by:
asyncInvokein classorg.apache.flink.streaming.api.functions.async.RichAsyncFunction<com.here.platform.data.client.scaladsl.Partition,PartitionData>
-
close
public void close()- Specified by:
closein interfaceorg.apache.flink.api.common.functions.RichFunction- Overrides:
closein classorg.apache.flink.api.common.functions.AbstractRichFunction
-