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 class
SimpleAsyncExecutionController<K>
TheSimpleAsyncExecutionController
is responsible for handling simple runnable tasks.class
StateExecutionController<K>
TheStateExecutionController
is responsible for handlingStateRequest
s.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 AsyncExecutionController
AbstractAsyncKeyOrderedStreamOperator. asyncExecutionController
Methods in org.apache.flink.runtime.asyncprocessing.operators that return AsyncExecutionController Modifier and Type Method Description protected abstract AsyncExecutionController
AbstractAsyncKeyOrderedStreamOperator. createAsyncExecutionController()
Create a newAsyncExecutionController
for the operator.protected AsyncExecutionController
AbstractAsyncRunnableStreamOperator. createAsyncExecutionController()
protected AsyncExecutionController
AbstractAsyncStateStreamOperator. 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 void
InternalTimerServiceAsyncImpl. 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 void
BatchExecutionInternalTimeServiceWithAsyncState. setup(AsyncExecutionController<K,?> asyncExecutionController)
Set up the async execution controller.
-