Package | Description |
---|---|
org.apache.hadoop.hdfs.server.namenode | |
org.apache.hadoop.hdfs.server.namenode.snapshot |
Modifier and Type | Interface and Description |
---|---|
interface |
INodeDirectoryAttributes
The attributes of an inode.
|
interface |
INodeFileAttributes
The attributes of a file.
|
Modifier and Type | Class and Description |
---|---|
class |
INode
We keep an in-memory representation of the file/block hierarchy.
|
static class |
INodeAttributes.SnapshotCopy
A read-only copy of the inode attributes.
|
class |
INodeDirectory
Directory INode class.
|
static class |
INodeDirectoryAttributes.CopyWithQuota |
static class |
INodeDirectoryAttributes.SnapshotCopy
A copy of the inode directory attributes
|
class |
INodeDirectoryWithQuota
Directory INode class that has a quota restriction
|
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.
|
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 | Method and Description |
---|---|
INodeAttributes |
INodeReference.getSnapshotINode(Snapshot snapshot) |
INodeAttributes |
INode.getSnapshotINode(Snapshot snapshot) |
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.