|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use INodeDirectory | |
|---|---|
| org.apache.hadoop.hdfs.server.namenode | |
| org.apache.hadoop.hdfs.server.namenode.snapshot | |
| Uses of INodeDirectory in org.apache.hadoop.hdfs.server.namenode |
|---|
| Subclasses of INodeDirectory in org.apache.hadoop.hdfs.server.namenode | |
|---|---|
class |
INodeDirectoryWithQuota
Directory INode class that has a quota restriction |
| Methods in org.apache.hadoop.hdfs.server.namenode that return INodeDirectory | |
|---|---|
INodeDirectory |
INodeReference.asDirectory()
|
INodeDirectory |
INodeDirectory.asDirectory()
|
INodeDirectory |
INodeDirectory.recordModification(org.apache.hadoop.hdfs.server.namenode.snapshot.Snapshot latest,
INodeMap inodeMap)
|
INodeDirectory |
INodeDirectory.replaceSelf4INodeDirectory(INodeMap inodeMap)
Replace itself with INodeDirectory. |
static INodeDirectory |
INodeDirectory.valueOf(org.apache.hadoop.hdfs.server.namenode.INode inode,
Object path)
Cast INode to INodeDirectory. |
| Constructors in org.apache.hadoop.hdfs.server.namenode with parameters of type INodeDirectory | |
|---|---|
INodeDirectory(INodeDirectory other,
boolean adopt)
Copy constructor |
|
INodeDirectoryAttributes.CopyWithQuota(INodeDirectory dir)
|
|
INodeDirectoryAttributes.SnapshotCopy(INodeDirectory dir)
|
|
INodeDirectoryWithQuota(INodeDirectory other,
boolean adopt,
long nsQuota,
long dsQuota)
Convert an existing directory inode to one with the given quota |
|
INodeReference.DstReference(INodeDirectory parent,
INodeReference.WithCount referred,
int dstSnapshotId)
|
|
INodeReference.WithName(INodeDirectory parent,
INodeReference.WithCount referred,
byte[] name,
int lastSnapshotId)
|
|
| Uses of INodeDirectory in org.apache.hadoop.hdfs.server.namenode.snapshot |
|---|
| Subclasses of INodeDirectory in org.apache.hadoop.hdfs.server.namenode.snapshot | |
|---|---|
class |
INodeDirectoryWithSnapshot
The directory with snapshots. |
static class |
Snapshot.Root
The root directory of the snapshot. |
| Methods in org.apache.hadoop.hdfs.server.namenode.snapshot with parameters of type INodeDirectory | |
|---|---|
static void |
SnapshotFSImageFormat.loadDirectoryDiffList(INodeDirectory dir,
DataInput in,
FSImageFormat.Loader loader)
Load the SnapshotDiff list for the INodeDirectoryWithSnapshot
directory. |
static void |
SnapshotFSImageFormat.saveDirectoryDiffList(INodeDirectory dir,
DataOutput out,
SnapshotFSImageFormat.ReferenceMap referenceMap)
|
INodeDirectoryWithSnapshot |
INodeDirectoryWithSnapshot.saveSelf2Snapshot(org.apache.hadoop.hdfs.server.namenode.snapshot.Snapshot latest,
INodeDirectory snapshotCopy)
Save the snapshot copy to the latest snapshot. |
| Method parameters in org.apache.hadoop.hdfs.server.namenode.snapshot with type arguments of type INodeDirectory | |
|---|---|
void |
INodeDirectoryWithSnapshot.getSnapshotDirectory(List<INodeDirectory> snapshotDir)
Get all the directories that are stored in some snapshot but not in the current children list. |
| Constructors in org.apache.hadoop.hdfs.server.namenode.snapshot with parameters of type INodeDirectory | |
|---|---|
INodeDirectoryWithSnapshot(INodeDirectory that)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||