Uses of Interface
org.apache.hadoop.hdfs.server.federation.store.driver.StateStoreRecordOperations
Packages that use StateStoreRecordOperations
Package
Description
The state store uses modular data storage classes derived from
StateStoreDriver to handle querying, updating and deleting data records.
Implementations of state store data providers/drivers.
-
Uses of StateStoreRecordOperations in org.apache.hadoop.hdfs.server.federation.store.driver
Classes in org.apache.hadoop.hdfs.server.federation.store.driver that implement StateStoreRecordOperationsModifier and TypeClassDescriptionclassDriver class for an implementation of aStateStoreServiceprovider. -
Uses of StateStoreRecordOperations in org.apache.hadoop.hdfs.server.federation.store.driver.impl
Classes in org.apache.hadoop.hdfs.server.federation.store.driver.impl that implement StateStoreRecordOperationsModifier and TypeClassDescriptionclassBase implementation of a State Store driver.classStateStoreDriverimplementation based on files.classStateStoreDriver implementation based on a local file.classStateStoreDriverimplementation based on a filesystem.classStateStoreDriver implementation based on MySQL.classState Store driver that stores a serialization of the records.classStateStoreDriverdriver implementation that uses ZooKeeper as a backend.