Uses of Class
org.apache.hadoop.hdfs.server.federation.store.StateStoreService
Packages that use StateStoreService
Package
Description
Report metrics for Router-based Federation.
The resolver package contains indepedent data resolvers used in HDFS
federation.
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.
-
Uses of StateStoreService in org.apache.hadoop.hdfs.server.federation.metrics
Methods in org.apache.hadoop.hdfs.server.federation.metrics with parameters of type StateStoreServiceModifier and TypeMethodDescriptionvoidFederationRPCPerformanceMonitor.init(org.apache.hadoop.conf.Configuration configuration, RouterRpcServer rpcServer, StateStoreService stateStore) -
Uses of StateStoreService in org.apache.hadoop.hdfs.server.federation.resolver
Constructors in org.apache.hadoop.hdfs.server.federation.resolver with parameters of type StateStoreServiceModifierConstructorDescriptionMembershipNamenodeResolver(org.apache.hadoop.conf.Configuration conf, StateStoreService store) MountTableResolver(org.apache.hadoop.conf.Configuration conf, Router routerService, StateStoreService store) MountTableResolver(org.apache.hadoop.conf.Configuration conf, StateStoreService store) -
Uses of StateStoreService in org.apache.hadoop.hdfs.server.federation.router
Methods in org.apache.hadoop.hdfs.server.federation.router that return StateStoreServiceMethods in org.apache.hadoop.hdfs.server.federation.router with parameters of type StateStoreServiceModifier and TypeMethodDescriptionvoidRouterRpcMonitor.init(org.apache.hadoop.conf.Configuration conf, RouterRpcServer server, StateStoreService store) Initialize the monitor.static ActiveNamenodeResolverFederationUtil.newActiveNamenodeResolver(org.apache.hadoop.conf.Configuration conf, StateStoreService stateStore) Creates an instance of an ActiveNamenodeResolver from the configuration. -
Uses of StateStoreService in org.apache.hadoop.hdfs.server.federation.store
Constructors in org.apache.hadoop.hdfs.server.federation.store with parameters of type StateStoreServiceModifierConstructorDescriptionStateStoreCacheUpdateService(StateStoreService stateStore) Create a new Cache update service.Create a new service to monitor the connectivity of the state store driver.