| Package | Description |
|---|---|
| org.apache.hadoop.hdfs.server.federation.store.driver.impl |
Implementations of state store data providers/drivers.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
StateStoreFileBaseImpl |
StateStoreDriver implementation based on files. |
class |
StateStoreFileImpl |
StateStoreDriver implementation based on a local file.
|
class |
StateStoreFileSystemImpl |
StateStoreDriver implementation based on a filesystem. |
class |
StateStoreMySQLImpl |
StateStoreDriver implementation based on MySQL.
|
class |
StateStoreSerializableImpl |
State Store driver that stores a serialization of the records.
|
class |
StateStoreZooKeeperImpl |
StateStoreDriver driver implementation that uses ZooKeeper as a
backend. |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.