| Package | Description |
|---|---|
| org.apache.hadoop.hdfs.server.namenode |
| Modifier and Type | Method | Description |
|---|---|---|
static NNStorage.NameNodeDirType |
NNStorage.NameNodeDirType.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static NNStorage.NameNodeDirType[] |
NNStorage.NameNodeDirType.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
NNStorage.writeTransactionIdFileToStorage(long txid,
NNStorage.NameNodeDirType type) |
Write a small file in all available storage directories that
indicates that the namespace has reached some given transaction ID.
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.