@Private @Evolving

Package org.apache.hadoop.hdfs.server.federation.store.driver

The state store uses modular data storage classes derived from StateStoreDriver to handle querying, updating and deleting data records. The data storage driver is initialized and maintained by the StateStoreService. The state store supports fetching all records of a type, filtering by column values or fetching a single record by its primary key.

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.

Skip navigation links

Copyright © 2008–2025 Apache Software Foundation. All rights reserved.