Uses of Class
org.apache.flink.runtime.asyncprocessing.StateRequest
-
Packages that use StateRequest Package Description org.apache.flink.runtime.asyncprocessing -
-
Uses of StateRequest in org.apache.flink.runtime.asyncprocessing
Constructor parameters in org.apache.flink.runtime.asyncprocessing with type arguments of type StateRequest Constructor Description 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)
-