| Package | Description |
|---|---|
| org.apache.hadoop.hdfs.server.namenode | |
| org.apache.hadoop.hdfs.server.namenode.snapshot | |
| org.apache.hadoop.hdfs.util |
| Modifier and Type | Class | Description |
|---|---|---|
class |
INode |
We keep an in-memory representation of the file/block hierarchy.
|
class |
INodeDirectory |
Directory INode class.
|
class |
INodeFile |
I-node for closed file.
|
class |
INodeReference |
A reference to an inode.
|
static class |
INodeReference.DstReference |
|
static class |
INodeReference.WithCount |
An anonymous reference with reference count.
|
static class |
INodeReference.WithName |
A reference with a fixed name.
|
class |
INodeSymlink |
An
INode representing a symbolic link. |
class |
INodeWithAdditionalFields |
INode with additional fields including id, name, permission,
access time and modification time. |
| Modifier and Type | Class | Description |
|---|---|---|
static class |
Snapshot.Root |
The root directory of the snapshot.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
Diff<K,E extends Diff.Element<K>> |
The difference between the current state and a previous state of a list.
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.