Uses of Class
org.apache.hadoop.hdfs.server.aliasmap.InMemoryAliasMap
Packages that use InMemoryAliasMap
-
Uses of InMemoryAliasMap in org.apache.hadoop.hdfs.server.aliasmap
Methods in org.apache.hadoop.hdfs.server.aliasmap that return InMemoryAliasMapModifier and TypeMethodDescriptionstatic InMemoryAliasMapInMemoryAliasMap.init(Configuration conf, String blockPoolID) Methods in org.apache.hadoop.hdfs.server.aliasmap with parameters of type InMemoryAliasMapModifier and TypeMethodDescriptionstatic voidInMemoryAliasMap.transferForBootstrap(javax.servlet.http.HttpServletResponse response, Configuration conf, InMemoryAliasMap aliasMap) Transfer this aliasmap for bootstrapping standby Namenodes.