@Internal public interface OwnedTaskLocalStateStore extends TaskLocalStateStore
TaskLocalStateStore, that only
the owner of the object should see. All clients that want to use the service should only see the
TaskLocalStateStore interface.| 限定符和类型 | 方法和说明 |
|---|---|
CompletableFuture<Void> |
dispose()
Disposes the task local state store.
|
abortCheckpoint, confirmCheckpoint, getLocalRecoveryConfig, pruneMatchingCheckpoints, retrieveLocalState, storeLocalStateCompletableFuture<Void> dispose()
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.