Uses of Class
org.apache.hadoop.hdfs.server.balancer.NameNodeConnector
Packages that use NameNodeConnector
Package
Description
The Balancer is a tool for balancing the data across
the storage devices of an HDFS cluster.
Mover is a data migration tool for tiered storage.
This package provides a mechanism for satisfying the storage policy of a
path.
-
Uses of NameNodeConnector in org.apache.hadoop.hdfs.server.balancer
Methods in org.apache.hadoop.hdfs.server.balancer that return types with arguments of type NameNodeConnectorModifier and TypeMethodDescriptionstatic List<NameNodeConnector>NameNodeConnector.newNameNodeConnectors(Collection<URI> namenodes, String name, org.apache.hadoop.fs.Path idPath, org.apache.hadoop.conf.Configuration conf, int maxIdleIterations) CreateNameNodeConnectorfor the given namenodes.static List<NameNodeConnector>NameNodeConnector.newNameNodeConnectors(Collection<URI> namenodes, Collection<String> nsIds, String name, org.apache.hadoop.fs.Path idPath, org.apache.hadoop.conf.Configuration conf, int maxIdleIterations) static List<NameNodeConnector>NameNodeConnector.newNameNodeConnectors(Map<URI, List<org.apache.hadoop.fs.Path>> namenodes, String name, org.apache.hadoop.fs.Path idPath, org.apache.hadoop.conf.Configuration conf, int maxIdleIterations) Constructors in org.apache.hadoop.hdfs.server.balancer with parameters of type NameNodeConnectorModifierConstructorDescriptionDispatcher(NameNodeConnector nnc, Set<String> includedNodes, Set<String> excludedNodes, long movedWinWidth, int moverThreads, int dispatcherThreads, int maxConcurrentMovesPerNode, int maxNoMoveInterval, org.apache.hadoop.conf.Configuration conf) Constructor called by Mover. -
Uses of NameNodeConnector in org.apache.hadoop.hdfs.server.mover
Methods in org.apache.hadoop.hdfs.server.mover that return NameNodeConnector -
Uses of NameNodeConnector in org.apache.hadoop.hdfs.server.sps
Methods in org.apache.hadoop.hdfs.server.sps that return NameNodeConnectorModifier and TypeMethodDescriptionstatic NameNodeConnectorExternalStoragePolicySatisfier.getNameNodeConnector(org.apache.hadoop.conf.Configuration conf) Constructors in org.apache.hadoop.hdfs.server.sps with parameters of type NameNodeConnectorModifierConstructorDescriptionExternalSPSBlockMoveTaskHandler(org.apache.hadoop.conf.Configuration conf, NameNodeConnector nnc, SPSService spsService) ExternalSPSContext(SPSService service, NameNodeConnector nnc)