Uses of Interface
org.apache.flink.runtime.asyncprocessing.AsyncExecutionController.SwitchContextListener
Packages that use AsyncExecutionController.SwitchContextListener
Package
Description
-
Uses of AsyncExecutionController.SwitchContextListener in org.apache.flink.runtime.asyncprocessing
Constructors in org.apache.flink.runtime.asyncprocessing with parameters of type AsyncExecutionController.SwitchContextListenerModifierConstructorDescriptionAsyncExecutionController(org.apache.flink.api.common.operators.MailboxExecutor mailboxExecutor, org.apache.flink.core.state.StateFutureImpl.AsyncFrameworkExceptionHandler exceptionHandler, StateExecutor stateExecutor, DeclarationManager declarationManager, 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.stateModifier and TypeInterfaceDescriptioninterfaceAn 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.SwitchContextListenerModifier and TypeClassDescriptionclassA adaptor that transformsKeyedStateBackendintoAsyncKeyedStateBackend.