Package | Description |
---|---|
org.apache.hadoop.hdfs.server.namenode |
Modifier and Type | Method and Description |
---|---|
QuotaCounts |
QuotaCounts.Builder.build() |
QuotaCounts |
INodeReference.cleanSubtree(BlockStoragePolicySuite bsps,
int snapshot,
int prior,
INode.BlocksMapUpdateInfo collectedBlocks,
List<org.apache.hadoop.hdfs.server.namenode.INode> removedINodes) |
QuotaCounts |
INodeReference.WithName.cleanSubtree(BlockStoragePolicySuite bsps,
int snapshot,
int prior,
INode.BlocksMapUpdateInfo collectedBlocks,
List<org.apache.hadoop.hdfs.server.namenode.INode> removedINodes) |
QuotaCounts |
INodeReference.DstReference.cleanSubtree(BlockStoragePolicySuite bsps,
int snapshot,
int prior,
INode.BlocksMapUpdateInfo collectedBlocks,
List<org.apache.hadoop.hdfs.server.namenode.INode> removedINodes) |
QuotaCounts |
INodeDirectory.cleanSubtree(BlockStoragePolicySuite bsps,
int snapshotId,
int priorSnapshotId,
INode.BlocksMapUpdateInfo collectedBlocks,
List<org.apache.hadoop.hdfs.server.namenode.INode> removedINodes) |
QuotaCounts |
INodeDirectory.cleanSubtreeRecursively(BlockStoragePolicySuite bsps,
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)
Call cleanSubtree(..) recursively down the subtree.
|
QuotaCounts |
INodeReference.computeQuotaUsage(BlockStoragePolicySuite bsps,
byte blockStoragePolicyId,
QuotaCounts counts,
boolean useCache,
int lastSnapshotId) |
QuotaCounts |
INodeReference.WithName.computeQuotaUsage(BlockStoragePolicySuite bsps,
byte blockStoragePolicyId,
QuotaCounts counts,
boolean useCache,
int lastSnapshotId) |
QuotaCounts |
INodeDirectory.computeQuotaUsage(BlockStoragePolicySuite bsps,
byte blockStoragePolicyId,
QuotaCounts counts,
boolean useCache,
int lastSnapshotId) |
QuotaCounts |
INodeDirectory.computeQuotaUsage4CurrentDirectory(BlockStoragePolicySuite bsps,
byte storagePolicyId,
QuotaCounts counts)
Add quota usage for this inode excluding children.
|
QuotaCounts |
INodeReference.getQuotaCounts() |
QuotaCounts |
INodeDirectoryAttributes.SnapshotCopy.getQuotaCounts() |
QuotaCounts |
INodeDirectoryAttributes.CopyWithQuota.getQuotaCounts() |
QuotaCounts |
INodeDirectory.getQuotaCounts() |
QuotaCounts |
DirectoryWithQuotaFeature.getSpaceConsumed() |
QuotaCounts |
QuotaCounts.negation()
Returns a QuotaCounts whose value is
(-this) . |
Modifier and Type | Method and Description |
---|---|
void |
QuotaCounts.add(QuotaCounts that) |
void |
INodeDirectory.addSpaceConsumed(QuotaCounts counts,
boolean verify) |
void |
DirectoryWithQuotaFeature.addSpaceConsumed2Cache(QuotaCounts delta)
Update the space/namespace/type usage of the tree
|
QuotaCounts |
INodeReference.computeQuotaUsage(BlockStoragePolicySuite bsps,
byte blockStoragePolicyId,
QuotaCounts counts,
boolean useCache,
int lastSnapshotId) |
QuotaCounts |
INodeReference.WithName.computeQuotaUsage(BlockStoragePolicySuite bsps,
byte blockStoragePolicyId,
QuotaCounts counts,
boolean useCache,
int lastSnapshotId) |
QuotaCounts |
INodeDirectory.computeQuotaUsage(BlockStoragePolicySuite bsps,
byte blockStoragePolicyId,
QuotaCounts counts,
boolean useCache,
int lastSnapshotId) |
QuotaCounts |
INodeDirectory.computeQuotaUsage4CurrentDirectory(BlockStoragePolicySuite bsps,
byte storagePolicyId,
QuotaCounts counts)
Add quota usage for this inode excluding children.
|
QuotaCounts.Builder |
QuotaCounts.Builder.quotaCount(QuotaCounts that) |
void |
QuotaCounts.subtract(QuotaCounts that) |
Copyright © 2015 Apache Software Foundation. All Rights Reserved.