| Package | Description |
|---|---|
| org.apache.hadoop.hdfs.server.namenode | |
| org.apache.hadoop.hdfs.server.namenode.snapshot |
| Modifier and Type | Class and Description |
|---|---|
class |
INodeFile
I-node for closed file.
|
static class |
INodeFileAttributes.SnapshotCopy
A copy of the inode file attributes
|
class |
INodeFileUnderConstruction
I-node for file being written.
|
| Modifier and Type | Method and Description |
|---|---|
INodeFileAttributes |
INodeFile.getSnapshotINode(Snapshot snapshot) |
INodeFileAttributes |
FSImageFormat.Loader.loadINodeFileAttributes(DataInput in)
Load
INodeFileAttributes. |
| Modifier and Type | Method and Description |
|---|---|
static void |
FSImageSerialization.writeINodeFileAttributes(INodeFileAttributes file,
DataOutput out)
Serialize an
INodeFileAttributes. |
| Modifier and Type | Class and Description |
|---|---|
class |
INodeFileUnderConstructionWithSnapshot
Represent an
INodeFileUnderConstruction that is snapshotted. |
class |
INodeFileWithSnapshot
Represent an
INodeFile that is snapshotted. |
| Modifier and Type | Method and Description |
|---|---|
INodeFileAttributes |
INodeFileUnderConstructionWithSnapshot.getSnapshotINode(Snapshot snapshot) |
INodeFileAttributes |
INodeFileWithSnapshot.getSnapshotINode(Snapshot snapshot) |
Copyright © 2013 Apache Software Foundation. All rights reserved.