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