public final class DirectoryWithQuotaFeature extends Object implements INode.Feature
INodeDirectory.| Modifier and Type | Field and Description |
|---|---|
static long |
DEFAULT_DISKSPACE_QUOTA |
static long |
DEFAULT_NAMESPACE_QUOTA |
| Modifier and Type | Method and Description |
|---|---|
void |
addSpaceConsumed2Cache(long nsDelta,
long dsDelta)
Update the size of the tree
|
Quota.Counts |
getSpaceConsumed() |
String |
toString() |
public static final long DEFAULT_NAMESPACE_QUOTA
public static final long DEFAULT_DISKSPACE_QUOTA
public void addSpaceConsumed2Cache(long nsDelta, long dsDelta)
nsDelta - the change of the tree sizedsDelta - change to disk space occupiedpublic Quota.Counts getSpaceConsumed()
Copyright © 2014 Apache Software Foundation. All Rights Reserved.