@Private @Evolving
Each data storage backend is required to implement the methods contained in the StateStoreDriver interface. These methods allow the querying, updating, inserting and deleting of data records into the state store.
| Interface | Description |
|---|---|
| StateStoreRecordOperations |
Operations for a driver to manage records in the State Store.
|
| Class | Description |
|---|---|
| StateStoreDriver |
Driver class for an implementation of a
StateStoreService
provider. |
| StateStoreOperationResult |
State store operation result with list of failed records.
|
| StateStoreSerializer |
Serializer to store and retrieve data in the State Store.
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.