@Private @Evolving
BaseRecord.
Each driver implements the
StateStoreDriver interface.
Currently supported drivers:
StateStoreFileImpl A file-based data storage backend.
StateStoreZooKeeperImpl A zookeeper based data storage backend.
| Class | Description |
|---|---|
| StateStoreBaseImpl |
Base implementation of a State Store driver.
|
| StateStoreFileBaseImpl |
StateStoreDriver implementation based on files. |
| StateStoreFileImpl |
StateStoreDriver implementation based on a local file.
|
| StateStoreFileSystemImpl |
StateStoreDriver implementation based on a filesystem. |
| StateStoreMySQLImpl |
StateStoreDriver implementation based on MySQL.
|
| StateStoreSerializableImpl |
State Store driver that stores a serialization of the records.
|
| StateStoreSerializerPBImpl |
Protobuf implementation of the State Store serializer.
|
| StateStoreZooKeeperImpl |
StateStoreDriver driver implementation that uses ZooKeeper as a
backend. |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.