Package | Description |
---|---|
org.apache.hadoop.hdfs.server.namenode | |
org.apache.hadoop.hdfs.server.namenode.snapshot |
Modifier and Type | Method and Description |
---|---|
Quota.Counts |
INodeDirectory.cleanSubtree(org.apache.hadoop.hdfs.server.namenode.snapshot.Snapshot snapshot,
org.apache.hadoop.hdfs.server.namenode.snapshot.Snapshot prior,
INode.BlocksMapUpdateInfo collectedBlocks,
List<org.apache.hadoop.hdfs.server.namenode.INode> removedINodes,
boolean countDiffChange) |
Quota.Counts |
INodeReference.cleanSubtree(org.apache.hadoop.hdfs.server.namenode.snapshot.Snapshot snapshot,
org.apache.hadoop.hdfs.server.namenode.snapshot.Snapshot prior,
INode.BlocksMapUpdateInfo collectedBlocks,
List<org.apache.hadoop.hdfs.server.namenode.INode> removedINodes,
boolean countDiffChange) |
Quota.Counts |
INodeReference.WithName.cleanSubtree(org.apache.hadoop.hdfs.server.namenode.snapshot.Snapshot snapshot,
org.apache.hadoop.hdfs.server.namenode.snapshot.Snapshot prior,
INode.BlocksMapUpdateInfo collectedBlocks,
List<org.apache.hadoop.hdfs.server.namenode.INode> removedINodes,
boolean countDiffChange) |
Quota.Counts |
INodeReference.DstReference.cleanSubtree(org.apache.hadoop.hdfs.server.namenode.snapshot.Snapshot snapshot,
org.apache.hadoop.hdfs.server.namenode.snapshot.Snapshot prior,
INode.BlocksMapUpdateInfo collectedBlocks,
List<org.apache.hadoop.hdfs.server.namenode.INode> removedINodes,
boolean countDiffChange) |
Quota.Counts |
INodeDirectory.cleanSubtreeRecursively(org.apache.hadoop.hdfs.server.namenode.snapshot.Snapshot snapshot,
org.apache.hadoop.hdfs.server.namenode.snapshot.Snapshot prior,
INode.BlocksMapUpdateInfo collectedBlocks,
List<org.apache.hadoop.hdfs.server.namenode.INode> removedINodes,
Map<org.apache.hadoop.hdfs.server.namenode.INode,org.apache.hadoop.hdfs.server.namenode.INode> excludedNodes,
boolean countDiffChange)
Call cleanSubtree(..) recursively down the subtree.
|
Quota.Counts |
INodeDirectory.computeQuotaUsage(Quota.Counts counts,
boolean useCache,
int lastSnapshotId) |
Quota.Counts |
INodeDirectoryWithQuota.computeQuotaUsage(Quota.Counts counts,
boolean useCache,
int lastSnapshotId) |
Quota.Counts |
INodeReference.computeQuotaUsage(Quota.Counts counts,
boolean useCache,
int lastSnapshotId) |
Quota.Counts |
INodeReference.WithName.computeQuotaUsage(Quota.Counts counts,
boolean useCache,
int lastSnapshotId) |
Quota.Counts |
INodeDirectory.computeQuotaUsage4CurrentDirectory(Quota.Counts counts)
Add quota usage for this inode excluding children.
|
static Quota.Counts |
Quota.Counts.newInstance() |
static Quota.Counts |
Quota.Counts.newInstance(long namespace,
long diskspace) |
Modifier and Type | Method and Description |
---|---|
Quota.Counts |
INodeDirectory.computeQuotaUsage(Quota.Counts counts,
boolean useCache,
int lastSnapshotId) |
Quota.Counts |
INodeDirectoryWithQuota.computeQuotaUsage(Quota.Counts counts,
boolean useCache,
int lastSnapshotId) |
Quota.Counts |
INodeReference.computeQuotaUsage(Quota.Counts counts,
boolean useCache,
int lastSnapshotId) |
Quota.Counts |
INodeReference.WithName.computeQuotaUsage(Quota.Counts counts,
boolean useCache,
int lastSnapshotId) |
Quota.Counts |
INodeDirectory.computeQuotaUsage4CurrentDirectory(Quota.Counts counts)
Add quota usage for this inode excluding children.
|
Modifier and Type | Method and Description |
---|---|
Quota.Counts |
INodeDirectoryWithSnapshot.cleanSubtree(org.apache.hadoop.hdfs.server.namenode.snapshot.Snapshot snapshot,
org.apache.hadoop.hdfs.server.namenode.snapshot.Snapshot prior,
INode.BlocksMapUpdateInfo collectedBlocks,
List<org.apache.hadoop.hdfs.server.namenode.INode> removedINodes,
boolean countDiffChange) |
Quota.Counts |
INodeDirectoryWithSnapshot.computeQuotaUsage(Quota.Counts counts,
boolean useCache,
int lastSnapshotId) |
Quota.Counts |
INodeDirectoryWithSnapshot.computeQuotaUsage4CurrentDirectory(Quota.Counts counts) |
Modifier and Type | Method and Description |
---|---|
Quota.Counts |
INodeDirectoryWithSnapshot.computeQuotaUsage(Quota.Counts counts,
boolean useCache,
int lastSnapshotId) |
Quota.Counts |
INodeDirectoryWithSnapshot.computeQuotaUsage4CurrentDirectory(Quota.Counts counts) |
Copyright © 2014 Apache Software Foundation. All Rights Reserved.