| Methods in org.apache.hadoop.hdfs.server.namenode that return Quota.Counts |
Quota.Counts |
INodeReference.cleanSubtree(int snapshot,
int prior,
INode.BlocksMapUpdateInfo collectedBlocks,
List<org.apache.hadoop.hdfs.server.namenode.INode> removedINodes,
boolean countDiffChange)
|
Quota.Counts |
INodeReference.WithName.cleanSubtree(int snapshot,
int prior,
INode.BlocksMapUpdateInfo collectedBlocks,
List<org.apache.hadoop.hdfs.server.namenode.INode> removedINodes,
boolean countDiffChange)
|
Quota.Counts |
INodeReference.DstReference.cleanSubtree(int snapshot,
int prior,
INode.BlocksMapUpdateInfo collectedBlocks,
List<org.apache.hadoop.hdfs.server.namenode.INode> removedINodes,
boolean countDiffChange)
|
Quota.Counts |
INodeDirectory.cleanSubtree(int snapshotId,
int priorSnapshotId,
INode.BlocksMapUpdateInfo collectedBlocks,
List<org.apache.hadoop.hdfs.server.namenode.INode> removedINodes,
boolean countDiffChange)
|
Quota.Counts |
INodeDirectory.cleanSubtreeRecursively(int snapshot,
int 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 |
INodeReference.computeQuotaUsage(Quota.Counts counts,
boolean useCache,
int lastSnapshotId)
|
Quota.Counts |
INodeReference.WithName.computeQuotaUsage(Quota.Counts counts,
boolean useCache,
int lastSnapshotId)
|
Quota.Counts |
INodeDirectory.computeQuotaUsage(Quota.Counts counts,
boolean useCache,
int lastSnapshotId)
|
Quota.Counts |
INodeDirectory.computeQuotaUsage4CurrentDirectory(Quota.Counts counts)
Add quota usage for this inode excluding children. |
Quota.Counts |
INodeReference.getQuotaCounts()
|
Quota.Counts |
INodeDirectory.getQuotaCounts()
|
Quota.Counts |
INodeDirectoryAttributes.SnapshotCopy.getQuotaCounts()
|
Quota.Counts |
INodeDirectoryAttributes.CopyWithQuota.getQuotaCounts()
|
Quota.Counts |
DirectoryWithQuotaFeature.getSpaceConsumed()
|
static Quota.Counts |
Quota.Counts.newInstance()
|
static Quota.Counts |
Quota.Counts.newInstance(long namespace,
long diskspace)
|