Uses of Interface
org.apache.flink.runtime.asyncprocessing.AsyncExecutionController.SwitchContextListener
-
Packages that use AsyncExecutionController.SwitchContextListener Package Description org.apache.flink.runtime.asyncprocessing org.apache.flink.runtime.state org.apache.flink.runtime.state.v2.adaptor -
-
Uses of AsyncExecutionController.SwitchContextListener in org.apache.flink.runtime.asyncprocessing
Constructors in org.apache.flink.runtime.asyncprocessing with parameters of type AsyncExecutionController.SwitchContextListener 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)SimpleAsyncExecutionController(org.apache.flink.api.common.operators.MailboxExecutor mailboxExecutor, org.apache.flink.core.asyncprocessing.AsyncFutureImpl.AsyncFrameworkExceptionHandler exceptionHandler, ExecutorService asyncThreadPool, 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) -
Uses of AsyncExecutionController.SwitchContextListener in org.apache.flink.runtime.state
Subinterfaces of AsyncExecutionController.SwitchContextListener in org.apache.flink.runtime.state Modifier and Type Interface Description interfaceAsyncKeyedStateBackend<K>An async keyed state backend provides methods supporting to access keyed state asynchronously and in batch. -
Uses of AsyncExecutionController.SwitchContextListener in org.apache.flink.runtime.state.v2.adaptor
Classes in org.apache.flink.runtime.state.v2.adaptor that implement AsyncExecutionController.SwitchContextListener Modifier and Type Class Description classAsyncKeyedStateBackendAdaptor<K>A adaptor that transformsKeyedStateBackendintoAsyncKeyedStateBackend.
-