Class AsyncGetFeatureCollectionByQuadKeyRequest
java.lang.Object
com.here.platform.data.client.flink.impl.AsyncGetFeatureCollectionByQuadKeyRequest
- All Implemented Interfaces:
Serializable,org.apache.flink.api.common.functions.Function,org.apache.flink.streaming.api.functions.async.AsyncFunction<scala.Tuple2<Object,String>, InteractiveMapFeaturePojo>
public class AsyncGetFeatureCollectionByQuadKeyRequest
extends Object
implements org.apache.flink.streaming.api.functions.async.AsyncFunction<scala.Tuple2<Object,String>,InteractiveMapFeaturePojo>
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAsyncGetFeatureCollectionByQuadKeyRequest(HRN hrn, Settings settings, String layerId, scala.collection.immutable.Set<SearchParam> searchParam, scala.collection.immutable.Set<String> selection, DataClientFlinkContextFactory contextFactory, QueryApiFactory queryApiFactory) -
Method Summary
Modifier and TypeMethodDescriptionvoidasyncInvoke(scala.Tuple2<Object, 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
-
AsyncGetFeatureCollectionByQuadKeyRequest
public AsyncGetFeatureCollectionByQuadKeyRequest(HRN hrn, Settings settings, String layerId, scala.collection.immutable.Set<SearchParam> searchParam, 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, 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,String>, InteractiveMapFeaturePojo>
-