Package | Description |
---|---|
org.apache.hadoop.hdfs.server.namenode | |
org.apache.hadoop.hdfs.server.namenode.snapshot |
Modifier and Type | Class and Description |
---|---|
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 |
INodeSymlink
An
INode representing a symbolic link. |
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.
|
Copyright © 2013 Apache Software Foundation. All rights reserved.