Uses of Class
org.apache.hadoop.hdfs.server.namenode.Quota.Counts

Packages that use Quota.Counts
org.apache.hadoop.hdfs.server.namenode   
 

Uses of Quota.Counts in org.apache.hadoop.hdfs.server.namenode
 

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 INodeDirectoryAttributes.SnapshotCopy.getQuotaCounts()
           
 Quota.Counts INodeDirectoryAttributes.CopyWithQuota.getQuotaCounts()
           
 Quota.Counts INodeDirectory.getQuotaCounts()
           
 Quota.Counts DirectoryWithQuotaFeature.getSpaceConsumed()
           
static Quota.Counts Quota.Counts.newInstance()
           
static Quota.Counts Quota.Counts.newInstance(long namespace, long diskspace)
           
 

Methods in org.apache.hadoop.hdfs.server.namenode with parameters of type Quota.Counts
 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.
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.