Package | Description |
---|---|
org.apache.hadoop.hdfs.server.namenode | |
org.apache.hadoop.hdfs.util |
Modifier and Type | Class and Description |
---|---|
static class |
Content.Counts
Content counts.
|
static class |
Quota.Counts
Counters for quota counts.
|
Modifier and Type | Method and Description |
---|---|
EnumCounters<org.apache.hadoop.fs.StorageType> |
QuotaCounts.getTypeSpaces() |
Modifier and Type | Method and Description |
---|---|
void |
ContentCounts.addTypeSpaces(EnumCounters<org.apache.hadoop.fs.StorageType> that) |
DirectoryWithQuotaFeature.Builder |
DirectoryWithQuotaFeature.Builder.typeQuotas(EnumCounters<org.apache.hadoop.fs.StorageType> typeQuotas) |
QuotaCounts.Builder |
QuotaCounts.Builder.typeSpaces(EnumCounters<org.apache.hadoop.fs.StorageType> val) |
Constructor and Description |
---|
INodeDirectoryAttributes.CopyWithQuota(byte[] name,
org.apache.hadoop.fs.permission.PermissionStatus permissions,
org.apache.hadoop.hdfs.server.namenode.AclFeature aclFeature,
long modificationTime,
long nsQuota,
long dsQuota,
EnumCounters<org.apache.hadoop.fs.StorageType> typeQuotas,
org.apache.hadoop.hdfs.server.namenode.XAttrFeature xAttrsFeature) |
Modifier and Type | Interface and Description |
---|---|
static interface |
EnumCounters.Factory<E extends Enum<E>,C extends EnumCounters<E>>
A factory for creating counters.
|
static class |
EnumCounters.Map<K,E extends Enum<E>,C extends EnumCounters<E>>
A key-value map which maps the keys to
EnumCounters . |
Modifier and Type | Method and Description |
---|---|
void |
EnumCounters.add(EnumCounters<E> that)
Add that counters to this counters.
|
void |
EnumCounters.set(EnumCounters<E> that)
Set this counters to that counters.
|
void |
EnumCounters.subtract(EnumCounters<E> that)
Subtract this counters from that counters.
|
Copyright © 2017 Apache Software Foundation. All Rights Reserved.