Uses of Class
org.apache.hadoop.hdfs.server.federation.router.PeriodicService
Packages that use PeriodicService
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.
-
Uses of PeriodicService in org.apache.hadoop.hdfs.server.federation.router
Subclasses of PeriodicService in org.apache.hadoop.hdfs.server.federation.routerModifier and TypeClassDescriptionclassTheRouterperiodically checks the state of a Namenode (usually on the same server) and reports their high availability (HA) state and load/space status to theStateStoreService.classService to periodically update the Router current state in the State Store.classService to periodically update theRouterQuotaUsagecached information in theRouter.classService to periodically check if theStateStoreServicecached information in theRouteris up to date. -
Uses of PeriodicService in org.apache.hadoop.hdfs.server.federation.store
Subclasses of PeriodicService in org.apache.hadoop.hdfs.server.federation.storeModifier and TypeClassDescriptionclassService to periodically update theStateStoreServicecached information in theRouter.classService to periodically monitor the connection of the StateStoreStateStoreServicedata store and to re-open the connection to the data store if required.