Uses of Interface
org.apache.flink.runtime.asyncprocessing.AsyncRequestContainer
-
Packages that use AsyncRequestContainer Package Description org.apache.flink.runtime.asyncprocessing -
-
Uses of AsyncRequestContainer in org.apache.flink.runtime.asyncprocessing
Methods in org.apache.flink.runtime.asyncprocessing that return AsyncRequestContainer Modifier and Type Method Description AsyncRequestContainer<REQUEST>AsyncExecutor. createRequestContainer()Create aAsyncRequestContainerwhich is used to hold the batchedAsyncRequest.Methods in org.apache.flink.runtime.asyncprocessing with parameters of type AsyncRequestContainer Modifier and Type Method Description CompletableFuture<Void>AsyncExecutor. executeBatchRequests(AsyncRequestContainer<REQUEST> asyncRequestContainer)Execute a batch of async requests.
-