Package | Description |
---|---|
org.apache.hadoop.hdfs.server.blockmanagement | |
org.apache.hadoop.hdfs.server.namenode | |
org.apache.hadoop.hdfs.util |
Modifier and Type | Class and Description |
---|---|
class |
NumberReplicas
A immutable object that stores the number of live replicas and
the number of decommissioned Replicas.
|
Modifier and Type | Class and Description |
---|---|
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 |
---|
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 | Class and Description |
---|---|
class |
ConstEnumCounters<E extends Enum<E>>
Const Counters for an enum type.
|
Modifier and Type | Method and Description |
---|---|
EnumCounters<E> |
EnumCounters.deepCopyEnumCounter()
Return a deep copy of EnumCounter.
|
Modifier and Type | Method and Description |
---|---|
void |
EnumCounters.add(EnumCounters<E> that)
Add that counters to this counters.
|
void |
ConstEnumCounters.add(EnumCounters<E> that) |
void |
EnumCounters.set(EnumCounters<E> that)
Set this counters to that counters.
|
void |
ConstEnumCounters.set(EnumCounters<E> that) |
void |
EnumCounters.subtract(EnumCounters<E> that)
Subtract this counters from that counters.
|
void |
ConstEnumCounters.subtract(EnumCounters<E> that) |
Copyright © 2008–2022 Apache Software Foundation. All rights reserved.