| Package | Description |
|---|---|
| org.apache.hadoop.hdfs.server.aliasmap |
| Modifier and Type | Method | Description |
|---|---|---|
InMemoryAliasMap |
InMemoryLevelDBAliasMapServer.getAliasMap() |
Get the
InMemoryAliasMap used by this server. |
static InMemoryAliasMap |
InMemoryAliasMap.init(org.apache.hadoop.conf.Configuration conf,
java.lang.String blockPoolID) |
| Modifier and Type | Method | Description |
|---|---|---|
static void |
InMemoryAliasMap.transferForBootstrap(javax.servlet.http.HttpServletResponse response,
org.apache.hadoop.conf.Configuration conf,
InMemoryAliasMap aliasMap) |
Transfer this aliasmap for bootstrapping standby Namenodes.
|
| Constructor | Description |
|---|---|
InMemoryLevelDBAliasMapServer(InMemoryAliasMap.CheckedFunction2<org.apache.hadoop.conf.Configuration,java.lang.String,InMemoryAliasMap> initFun,
java.lang.String blockPoolId) |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.