Uses of Class
org.apache.hadoop.hdfs.server.federation.store.driver.StateStoreDriver
Packages that use StateStoreDriver
Package
Description
The router package includes the core services for a HDFS federation router.
The federation state store tracks persistent values that are shared between
multiple routers.
Implementations of state store data providers/drivers.
Contains implementations of the state store API interfaces.
-
Uses of StateStoreDriver in org.apache.hadoop.hdfs.server.federation.router
Fields in org.apache.hadoop.hdfs.server.federation.router with type parameters of type StateStoreDriverModifier and TypeFieldDescriptionstatic final Class<? extends StateStoreDriver>RBFConfigKeys.FEDERATION_STORE_DRIVER_CLASS_DEFAULT -
Uses of StateStoreDriver in org.apache.hadoop.hdfs.server.federation.store
Methods in org.apache.hadoop.hdfs.server.federation.store that return StateStoreDriverModifier and TypeMethodDescriptionRecordStore.getDriver()Get the State Store driver.StateStoreService.getDriver()Get the state store driver.Methods in org.apache.hadoop.hdfs.server.federation.store with parameters of type StateStoreDriverModifier and TypeMethodDescriptionstatic <T extends RecordStore<?>>
TRecordStore.newInstance(Class<T> clazz, StateStoreDriver driver) Build a state store API implementation interface.Constructors in org.apache.hadoop.hdfs.server.federation.store with parameters of type StateStoreDriverModifierConstructorDescriptionprotectedCachedRecordStore(Class<R> clazz, StateStoreDriver driver) Create a new cached record store.protectedCachedRecordStore(Class<R> clazz, StateStoreDriver driver, boolean over) Create a new cached record store.protectedMembershipStore(StateStoreDriver driver) MountTableStore(StateStoreDriver driver) protectedRecordStore(Class<R> clazz, StateStoreDriver stateStoreDriver) Create a new store for records.RouterStore(StateStoreDriver driver) -
Uses of StateStoreDriver in org.apache.hadoop.hdfs.server.federation.store.driver.impl
Modifier 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. -
Uses of StateStoreDriver in org.apache.hadoop.hdfs.server.federation.store.impl
Constructors in org.apache.hadoop.hdfs.server.federation.store.impl with parameters of type StateStoreDriverModifierConstructorDescriptionMembershipStoreImpl(StateStoreDriver driver) MountTableStoreImpl(StateStoreDriver driver) RouterStoreImpl(StateStoreDriver driver)