Uses of Class
org.apache.flink.runtime.asyncprocessing.declare.DeclarationManager
Packages that use DeclarationManager
Package
Description
-
Uses of DeclarationManager in org.apache.flink.runtime.asyncprocessing
Constructors in org.apache.flink.runtime.asyncprocessing with parameters of type DeclarationManagerModifierConstructorDescriptionAsyncExecutionController(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 DeclarationManager in org.apache.flink.runtime.asyncprocessing.declare
Constructors in org.apache.flink.runtime.asyncprocessing.declare with parameters of type DeclarationManager -
Uses of DeclarationManager in org.apache.flink.runtime.asyncprocessing.operators
Fields in org.apache.flink.runtime.asyncprocessing.operators declared as DeclarationManagerModifier and TypeFieldDescriptionprotected DeclarationManagerAbstractAsyncStateStreamOperator.declarationManagerprotected DeclarationManagerAbstractAsyncStateStreamOperatorV2.declarationManagerMethods in org.apache.flink.runtime.asyncprocessing.operators that return DeclarationManagerModifier and TypeMethodDescriptionfinal DeclarationManagerAbstractAsyncStateStreamOperator.getDeclarationManager()final DeclarationManagerAbstractAsyncStateStreamOperatorV2.getDeclarationManager() -
Uses of DeclarationManager in org.apache.flink.streaming.runtime.operators.asyncprocessing
Methods in org.apache.flink.streaming.runtime.operators.asyncprocessing that return DeclarationManagerModifier and TypeMethodDescriptionAsyncStateProcessingOperator.getDeclarationManager()Get the declaration manager for user-logic declaring.