| Package | Description |
|---|---|
| org.apache.hadoop.hdfs.server.namenode | |
| org.apache.hadoop.hdfs.server.protocol |
| Modifier and Type | Field | Description |
|---|---|---|
protected NNStorage |
FSImage.storage |
| Modifier and Type | Method | Description |
|---|---|---|
NNStorage |
FSImage.getStorage() |
| Modifier and Type | Method | Description |
|---|---|---|
static void |
FSImage.checkUpgrade(NNStorage storage) |
Check if upgrade is in progress.
|
static boolean |
FSImage.recoverStorageDirs(HdfsServerConstants.StartupOption startOpt,
NNStorage storage,
java.util.Map<Storage.StorageDirectory,Storage.StorageState> dataDirStates) |
For each storage directory, performs recovery of incomplete transitions
(eg.
|
static TransferFsImage.TransferResult |
TransferFsImage.uploadImageFromStorage(java.net.URL fsName,
org.apache.hadoop.conf.Configuration conf,
NNStorage storage,
NNStorage.NameNodeFile nnf,
long txid,
Canceler canceler) |
Requests that the NameNode download an image from this node.
|
| Constructor | Description |
|---|---|
NNStorageRetentionManager(org.apache.hadoop.conf.Configuration conf,
NNStorage storage,
org.apache.hadoop.hdfs.server.namenode.LogsPurgeable purgeableLogs) |
|
NNStorageRetentionManager(org.apache.hadoop.conf.Configuration conf,
NNStorage storage,
org.apache.hadoop.hdfs.server.namenode.LogsPurgeable purgeableLogs,
org.apache.hadoop.hdfs.server.namenode.NNStorageRetentionManager.StoragePurger purger) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
NamespaceInfo.validateStorage(NNStorage storage) |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.