Interface StateExecutor
-
- All Superinterfaces:
AsyncExecutor<StateRequest<?,?,?,?>>
@Internal public interface StateExecutor extends AsyncExecutor<StateRequest<?,?,?,?>>
Executor for executing batchStateRequest
s.Notice that the owner who create the
AsyncExecutor
is 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
-
-