Uses of Class
org.apache.flink.runtime.asyncprocessing.AsyncExecutionController
-
-
Uses of AsyncExecutionController in org.apache.flink.runtime.asyncprocessing
Subclasses of AsyncExecutionController in org.apache.flink.runtime.asyncprocessing Modifier and Type Class Description classSimpleAsyncExecutionController<K>TheSimpleAsyncExecutionControlleris responsible for handling simple runnable tasks.classStateExecutionController<K>TheStateExecutionControlleris responsible for handlingStateRequests.Constructors in org.apache.flink.runtime.asyncprocessing with parameters of type AsyncExecutionController Constructor Description EpochManager(AsyncExecutionController<?,?> aec) -
Uses of AsyncExecutionController in org.apache.flink.runtime.asyncprocessing.operators
Fields in org.apache.flink.runtime.asyncprocessing.operators declared as AsyncExecutionController Modifier and Type Field Description protected AsyncExecutionControllerAbstractAsyncKeyOrderedStreamOperator. asyncExecutionControllerMethods in org.apache.flink.runtime.asyncprocessing.operators that return AsyncExecutionController Modifier and Type Method Description protected abstract AsyncExecutionControllerAbstractAsyncKeyOrderedStreamOperator. createAsyncExecutionController()Create a newAsyncExecutionControllerfor the operator.protected AsyncExecutionControllerAbstractAsyncRunnableStreamOperator. createAsyncExecutionController()protected AsyncExecutionControllerAbstractAsyncStateStreamOperator. createAsyncExecutionController() -
Uses of AsyncExecutionController in org.apache.flink.streaming.api.operators
Methods in org.apache.flink.streaming.api.operators with parameters of type AsyncExecutionController Modifier and Type Method Description voidInternalTimerServiceAsyncImpl. setup(AsyncExecutionController<K,?> asyncExecutionController) -
Uses of AsyncExecutionController in org.apache.flink.streaming.api.operators.sorted.state
Methods in org.apache.flink.streaming.api.operators.sorted.state with parameters of type AsyncExecutionController Modifier and Type Method Description voidBatchExecutionInternalTimeServiceWithAsyncState. setup(AsyncExecutionController<K,?> asyncExecutionController)Set up the async execution controller.
-