Uses of Class
org.apache.flink.runtime.asyncprocessing.AsyncRequest
-
Packages that use AsyncRequest Package Description org.apache.flink.runtime.asyncprocessing -
-
Uses of AsyncRequest in org.apache.flink.runtime.asyncprocessing
Classes in org.apache.flink.runtime.asyncprocessing with type parameters of type AsyncRequest Modifier and Type Class Description classAsyncExecutionController<K,REQUEST extends AsyncRequest<?>>The Async Execution Controller (AEC) receives processing requests from operators, and put them into execution according to some strategies.interfaceAsyncExecutor<REQUEST extends AsyncRequest<?>>Executor for executing batchAsyncRequests.interfaceAsyncRequestContainer<REQUEST extends AsyncRequest<?>>A container which is used to holdAsyncRequests.Subclasses of AsyncRequest in org.apache.flink.runtime.asyncprocessing Modifier and Type Class Description static classSimpleAsyncExecutionController.RunnableTask<K,RET>classStateRequest<K,N,IN,OUT>A request encapsulates the necessary data to perform a state request.classSyncPointRequest<K>The Sync point request that will be trigger callback once it is allowed to be triggered.Methods in org.apache.flink.runtime.asyncprocessing with parameters of type AsyncRequest Modifier and Type Method Description voidAsyncExecutionController. handleRequest(AsyncRequest<K> request, boolean allowOverdraft)Submit aAsyncRequestto this AsyncExecutionController and trigger it if needed.
-