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

    Constructors
    Constructor
    Description
    IndexBlobAsync(HRN hrn, Settings settings, DataClientFlinkContextFactory contextFactory, ReadEngineFactory readEngineFactory)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    asyncInvoke(com.here.platform.data.client.scaladsl.IndexPartition partition, org.apache.flink.streaming.api.functions.async.ResultFuture<IndexData> resultFuture)
     
    void
     
    scala.concurrent.ExecutionContext
     

    Methods inherited from class org.apache.flink.streaming.api.functions.async.RichAsyncFunction

    setRuntimeContext

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

    getIterationRuntimeContext, getRuntimeContext, open

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.apache.flink.streaming.api.functions.async.AsyncFunction

    timeout
  • Constructor Details

  • 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:
      asyncInvoke in interface org.apache.flink.streaming.api.functions.async.AsyncFunction<com.here.platform.data.client.scaladsl.IndexPartition,IndexData>
      Specified by:
      asyncInvoke in class org.apache.flink.streaming.api.functions.async.RichAsyncFunction<com.here.platform.data.client.scaladsl.IndexPartition,IndexData>
    • 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