Package org.apache.flink.runtime.state
Interface OwnedTaskLocalStateStore
- All Superinterfaces:
TaskLocalStateStore
- All Known Implementing Classes:
ChangelogTaskLocalStateStore,NoOpTaskLocalStateStoreImpl,TaskLocalStateStoreImpl
This interface represents the administrative interface to
TaskLocalStateStore, that only
the owner of the object should see. All clients that want to use the service should only see the
TaskLocalStateStore interface.-
Method Summary
Methods inherited from interface org.apache.flink.runtime.state.TaskLocalStateStore
abortCheckpoint, confirmCheckpoint, getLocalRecoveryConfig, pruneMatchingCheckpoints, retrieveLocalState, storeLocalState
-
Method Details
-
dispose
CompletableFuture<Void> dispose()Disposes the task local state store. Disposal can happen asynchronously and completion is signaled through the returned future.
-