Uses of Interface
org.apache.hadoop.hdfs.server.federation.resolver.MountTableManager
Packages that use MountTableManager
Package
Description
This package contains the implementation of the Protocol Buffers
protocols related to HDFS Router.
FedBalance is a tool for balancing data across federation clusters.
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.
Contains implementations of the state store API interfaces.
-
Uses of MountTableManager in org.apache.hadoop.hdfs.protocolPB
Subinterfaces of MountTableManager in org.apache.hadoop.hdfs.protocolPBModifier and TypeInterfaceDescriptioninterfaceProtocol used by routeradmin to communicate with statestore.Classes in org.apache.hadoop.hdfs.protocolPB that implement MountTableManagerModifier and TypeClassDescriptionclassThis class forwards RouterAdminProtocol calls as RPC calls to the RouterAdmin server while translating from the parameter types used in RouterAdminProtocol to the new PB types. -
Uses of MountTableManager in org.apache.hadoop.hdfs.rbfbalance
Methods in org.apache.hadoop.hdfs.rbfbalance with parameters of type MountTableManagerModifier and TypeMethodDescriptionstatic MountTableMountTableProcedure.getMountEntry(String mount, MountTableManager mountTable) Gets the mount table entry. -
Uses of MountTableManager in org.apache.hadoop.hdfs.server.federation.router
Classes in org.apache.hadoop.hdfs.server.federation.router that implement MountTableManagerModifier and TypeClassDescriptionclassThis class is responsible for handling all the Admin calls to the HDFS router.Methods in org.apache.hadoop.hdfs.server.federation.router that return MountTableManagerConstructors in org.apache.hadoop.hdfs.server.federation.router with parameters of type MountTableManagerModifierConstructorDescriptionMountTableRefresherThread(MountTableManager manager, String adminAddress) -
Uses of MountTableManager in org.apache.hadoop.hdfs.server.federation.store
Classes in org.apache.hadoop.hdfs.server.federation.store that implement MountTableManagerModifier and TypeClassDescriptionclassManagement API for the HDFS mount table information stored inMountTablerecords. -
Uses of MountTableManager in org.apache.hadoop.hdfs.server.federation.store.impl
Classes in org.apache.hadoop.hdfs.server.federation.store.impl that implement MountTableManager