Uses of Class
org.apache.hadoop.hdfs.server.federation.store.RecordStore
Packages that use RecordStore
Package
Description
The federation state store tracks persistent values that are shared between
multiple routers.
Contains implementations of the state store API interfaces.
-
Uses of RecordStore in org.apache.hadoop.hdfs.server.federation.store
Subclasses of RecordStore in org.apache.hadoop.hdfs.server.federation.storeModifier and TypeClassDescriptionclassCachedRecordStore<R extends BaseRecord>Record store that takes care of caching the records in memory.classState store record to track disabled name services.classManagement API for NameNode registrations stored inMembershipStaterecords.classManagement API for the HDFS mount table information stored inMountTablerecords.classManagement API forRouterStaterecords in the state store.Methods in org.apache.hadoop.hdfs.server.federation.store with type parameters of type RecordStoreModifier and TypeMethodDescription<T extends RecordStore<? extends BaseRecord>>
List<T>StateStoreService.getRecordStores()Get the list of all RecordStores.<T extends RecordStore<?>>
TStateStoreService.getRegisteredRecordStore(Class<T> recordStoreClass) Get the record store in this State Store for a given interface.static <T extends RecordStore<?>>
TRecordStore.newInstance(Class<T> clazz, StateStoreDriver driver) Build a state store API implementation interface. -
Uses of RecordStore in org.apache.hadoop.hdfs.server.federation.store.impl
Subclasses of RecordStore in org.apache.hadoop.hdfs.server.federation.store.implModifier and TypeClassDescriptionclassImplementation ofDisabledNameserviceStore.classImplementation of theMembershipStoreState Store API.classImplementation of theMountTableStorestate store API.classImplementation of theRouterStorestate store API.