| Package | Description |
|---|---|
| org.apache.hadoop.hdfs.server.namenode | |
| org.apache.hadoop.hdfs.server.namenode.snapshot |
| Modifier and Type | Class | Description |
|---|---|---|
class |
INodeDirectory |
Directory INode class.
|
static class |
INodeDirectoryAttributes.CopyWithQuota |
|
static class |
INodeDirectoryAttributes.SnapshotCopy |
A copy of the inode directory attributes
|
| Modifier and Type | Method | Description |
|---|---|---|
INodeDirectoryAttributes |
INodeDirectory.getSnapshotINode(int snapshotId) |
|
INodeDirectoryAttributes |
FSImageFormat.Loader.loadINodeDirectoryAttributes(java.io.DataInput in) |
| Modifier and Type | Method | Description |
|---|---|---|
static FsImageProto.INodeSection.INodeDirectory.Builder |
FSImageFormatPBINode.Saver.buildINodeDirectory(INodeDirectoryAttributes dir,
FSImageFormatProtobuf.SaverContext state) |
|
boolean |
INodeDirectory.metadataEquals(INodeDirectoryAttributes other) |
Compare the metadata with another INodeDirectory
|
boolean |
INodeDirectoryAttributes.metadataEquals(INodeDirectoryAttributes other) |
|
boolean |
INodeDirectoryAttributes.SnapshotCopy.metadataEquals(INodeDirectoryAttributes other) |
|
static void |
FSImageSerialization.writeINodeDirectoryAttributes(INodeDirectoryAttributes a,
java.io.DataOutput out) |
Serialize a
INodeDirectory |
| Modifier and Type | Class | Description |
|---|---|---|
static class |
Snapshot.Root |
The root directory of the snapshot.
|
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
Snapshot.Root.metadataEquals(INodeDirectoryAttributes other) |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.