@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.Modifier and Type | Method and Description |
---|---|
CompletableFuture<Void> |
dispose()
Disposes the task local state store.
|
abortCheckpoint, confirmCheckpoint, getLocalRecoveryConfig, pruneMatchingCheckpoints, retrieveLocalState, storeLocalState
CompletableFuture<Void> dispose()
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.