Package | Description |
---|---|
org.apache.hadoop.hdfs.server.namenode | |
org.apache.hadoop.hdfs.server.namenode.snapshot | |
org.apache.hadoop.hdfs.util |
Modifier and Type | Class and Description |
---|---|
class |
INode
We keep an in-memory representation of the file/block hierarchy.
|
class |
INodeDirectory
Directory INode class.
|
class |
INodeDirectoryWithQuota
Directory INode class that has a quota restriction
|
class |
INodeFile
I-node for closed file.
|
class |
INodeFileUnderConstruction
I-node for file being written.
|
class |
INodeReference
An anonymous 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 and Description |
---|---|
class |
INodeDirectorySnapshottable
Directories where taking snapshots is allowed.
|
class |
INodeDirectoryWithSnapshot
The directory with snapshots.
|
class |
INodeFileUnderConstructionWithSnapshot
Represent an
INodeFileUnderConstruction that is snapshotted. |
class |
INodeFileWithSnapshot
Represent an
INodeFile that is snapshotted. |
static class |
Snapshot.Root
The root directory of the snapshot.
|
Modifier and Type | Class and Description |
---|---|
class |
Diff<K,E extends Diff.Element<K>>
The difference between the current state and a previous state of a list.
|
Copyright © 2013 Apache Software Foundation. All rights reserved.