Interface StateExecutor
-
- All Superinterfaces:
AsyncExecutor<StateRequest<?,?,?,?>>
@Internal public interface StateExecutor extends AsyncExecutor<StateRequest<?,?,?,?>>
Executor for executing batchStateRequests.Notice that the owner who create the
AsyncExecutoris responsible for shutting down it when it is no longer in use.
-
-
Method Summary
-
Methods inherited from interface org.apache.flink.runtime.asyncprocessing.AsyncExecutor
createRequestContainer, executeBatchRequests, executeRequestSync, fullyLoaded, shutdown
-
-