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.
|
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
|
Modifier and Type | Method and Description |
---|---|
INodeDirectoryAttributes |
FSImageFormat.Loader.loadINodeDirectoryAttributes(DataInput in) |
Modifier and Type | Method and Description |
---|---|
boolean |
INodeDirectory.metadataEquals(INodeDirectoryAttributes other)
Compare the metadata with another INodeDirectory
|
boolean |
INodeDirectoryAttributes.metadataEquals(INodeDirectoryAttributes other) |
boolean |
INodeDirectoryAttributes.SnapshotCopy.metadataEquals(INodeDirectoryAttributes other) |
static void |
FSImageSerialization.writeINodeDirectoryAttributes(INodeDirectoryAttributes a,
DataOutput out)
Serialize a
INodeDirectory |
Modifier and Type | Class and Description |
---|---|
class |
INodeDirectorySnapshottable
Directories where taking snapshots is allowed.
|
class |
INodeDirectoryWithSnapshot
The directory with snapshots.
|
static class |
Snapshot.Root
The root directory of the snapshot.
|
Modifier and Type | Method and Description |
---|---|
INodeDirectoryAttributes |
INodeDirectoryWithSnapshot.getSnapshotINode(Snapshot snapshot) |
Copyright © 2013 Apache Software Foundation. All rights reserved.