| Package | Description |
|---|---|
| org.apache.hadoop.hdfs.server.namenode | |
| org.apache.hadoop.hdfs.server.namenode.snapshot |
| Modifier and Type | Class | Description |
|---|---|---|
class |
INodeFile |
I-node for closed file.
|
static class |
INodeFileAttributes.SnapshotCopy |
A copy of the inode file attributes
|
| Modifier and Type | Method | Description |
|---|---|---|
INodeFileAttributes |
INodeFile.getSnapshotINode(int snapshotId) |
|
INodeFileAttributes |
FSImageFormat.Loader.loadINodeFileAttributes(java.io.DataInput in) |
Load
INodeFileAttributes. |
| Modifier and Type | Method | Description |
|---|---|---|
static FsImageProto.INodeSection.INodeFile.Builder |
FSImageFormatPBINode.Saver.buildINodeFile(INodeFileAttributes file,
FSImageFormatProtobuf.SaverContext state) |
|
boolean |
INodeFile.metadataEquals(INodeFileAttributes other) |
|
boolean |
INodeFileAttributes.metadataEquals(INodeFileAttributes other) |
|
boolean |
INodeFileAttributes.SnapshotCopy.metadataEquals(INodeFileAttributes other) |
|
static void |
FSImageSerialization.writeINodeFileAttributes(INodeFileAttributes file,
java.io.DataOutput out) |
Serialize an
INodeFileAttributes. |
| Modifier and Type | Method | Description |
|---|---|---|
void |
FileDiffList.saveSelf2Snapshot(int latestSnapshotId,
INodeFile iNodeFile,
INodeFileAttributes snapshotCopy,
boolean withBlocks) |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.