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 TypeMethodDescriptionInMemoryLevelDBAliasMapServer.getAliasMap()Get theInMemoryAliasMapused by this server.static InMemoryAliasMapMethods in org.apache.hadoop.hdfs.server.aliasmap with parameters of type InMemoryAliasMapModifier and TypeMethodDescriptionstatic voidInMemoryAliasMap.transferForBootstrap(javax.servlet.http.HttpServletResponse response, org.apache.hadoop.conf.Configuration conf, InMemoryAliasMap aliasMap) Transfer this aliasmap for bootstrapping standby Namenodes.Constructor parameters in org.apache.hadoop.hdfs.server.aliasmap with type arguments of type InMemoryAliasMapModifierConstructorDescriptionInMemoryLevelDBAliasMapServer(InMemoryAliasMap.CheckedFunction2<org.apache.hadoop.conf.Configuration, String, InMemoryAliasMap> initFun, String blockPoolId)