Class AsyncGetFeatureCollectionByIdsRequest
java.lang.Object
com.here.platform.data.client.flink.impl.AsyncGetFeatureCollectionByIdsRequest
- All Implemented Interfaces:
Serializable,org.apache.flink.api.common.functions.Function,org.apache.flink.streaming.api.functions.async.AsyncFunction<scala.Tuple2<Object,scala.collection.immutable.Seq<String>>, InteractiveMapFeaturePojo>
public class AsyncGetFeatureCollectionByIdsRequest
extends Object
implements org.apache.flink.streaming.api.functions.async.AsyncFunction<scala.Tuple2<Object,scala.collection.immutable.Seq<String>>,InteractiveMapFeaturePojo>
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAsyncGetFeatureCollectionByIdsRequest(HRN hrn, Settings settings, String layerId, scala.collection.immutable.Set<String> selection, DataClientFlinkContextFactory contextFactory, QueryApiFactory queryApiFactory) -
Method Summary
Modifier and TypeMethodDescriptionvoidasyncInvoke(scala.Tuple2<Object, scala.collection.immutable.Seq<String>> record, org.apache.flink.streaming.api.functions.async.ResultFuture<InteractiveMapFeaturePojo> resultFuture) scala.concurrent.ExecutionContextexecutor()Methods 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
-
AsyncGetFeatureCollectionByIdsRequest
public AsyncGetFeatureCollectionByIdsRequest(HRN hrn, Settings settings, String layerId, scala.collection.immutable.Set<String> selection, DataClientFlinkContextFactory contextFactory, QueryApiFactory queryApiFactory)
-
-
Method Details
-
executor
public scala.concurrent.ExecutionContext executor() -
asyncInvoke
public void asyncInvoke(scala.Tuple2<Object, scala.collection.immutable.Seq<String>> record, org.apache.flink.streaming.api.functions.async.ResultFuture<InteractiveMapFeaturePojo> resultFuture) - Specified by:
asyncInvokein interfaceorg.apache.flink.streaming.api.functions.async.AsyncFunction<scala.Tuple2<Object,scala.collection.immutable.Seq<String>>, InteractiveMapFeaturePojo>
-