Uses of Interface
org.apache.flink.runtime.asyncprocessing.AsyncExecutor
-
Packages that use AsyncExecutor Package Description org.apache.flink.runtime.asyncprocessing -
-
Uses of AsyncExecutor in org.apache.flink.runtime.asyncprocessing
Subinterfaces of AsyncExecutor in org.apache.flink.runtime.asyncprocessing Modifier and Type Interface Description interfaceStateExecutorExecutor for executing batchStateRequests.Methods in org.apache.flink.runtime.asyncprocessing that return AsyncExecutor Modifier and Type Method Description AsyncExecutor<REQUEST>AsyncExecutionController. getAsyncExecutor()Constructors in org.apache.flink.runtime.asyncprocessing with parameters of type AsyncExecutor Constructor Description AsyncExecutionController(org.apache.flink.api.common.operators.MailboxExecutor mailboxExecutor, org.apache.flink.core.asyncprocessing.AsyncFutureImpl.AsyncFrameworkExceptionHandler exceptionHandler, AsyncExecutor<REQUEST> asyncExecutor, DeclarationManager declarationManager, EpochManager.ParallelMode epochParallelMode, int maxParallelism, int batchSize, long bufferTimeout, int maxInFlightRecords, AsyncExecutionController.SwitchContextListener<K> switchContextListener, org.apache.flink.metrics.MetricGroup metricGroup)StateExecutionController(org.apache.flink.api.common.operators.MailboxExecutor mailboxExecutor, org.apache.flink.core.asyncprocessing.AsyncFutureImpl.AsyncFrameworkExceptionHandler exceptionHandler, AsyncExecutor<StateRequest<?,?,?,?>> stateExecutor, DeclarationManager declarationManager, EpochManager.ParallelMode epochParallelMode, int maxParallelism, int batchSize, long bufferTimeout, int maxInFlightRecords, AsyncExecutionController.SwitchContextListener<K> switchContextListener, org.apache.flink.metrics.MetricGroup metricGroup)
-