| Package | Description |
|---|---|
| org.apache.hadoop.hdfs.server.blockmanagement | |
| org.apache.hadoop.hdfs.server.namenode | |
| org.apache.hadoop.hdfs.util |
| Modifier and Type | Class | Description |
|---|---|---|
class |
NumberReplicas |
A immutable object that stores the number of live replicas and
the number of decommissioned Replicas.
|
| Modifier and Type | Class | Description |
|---|---|---|
static class |
Quota.Counts |
Counters for quota counts.
|
| Modifier and Type | Method | Description |
|---|---|---|
EnumCounters<org.apache.hadoop.fs.StorageType> |
FSDirectory.getStorageTypeDeltas(byte storagePolicyID,
long dsDelta,
short oldRep,
short newRep) |
|
EnumCounters<org.apache.hadoop.fs.StorageType> |
QuotaCounts.getTypeSpaces() |
| Modifier and Type | Method | 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 | Description |
|---|---|
CopyWithQuota(byte[] name,
org.apache.hadoop.fs.permission.PermissionStatus permissions,
AclFeature aclFeature,
long modificationTime,
long nsQuota,
long dsQuota,
EnumCounters<org.apache.hadoop.fs.StorageType> typeQuotas,
XAttrFeature xAttrsFeature) |
| Modifier and Type | Class | Description |
|---|---|---|
class |
ConstEnumCounters<E extends java.lang.Enum<E>> |
Const Counters for an enum type.
|
| Modifier and Type | Method | Description |
|---|---|---|
EnumCounters<E> |
EnumCounters.deepCopyEnumCounter() |
Return a deep copy of EnumCounter.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
ConstEnumCounters.add(EnumCounters<E> that) |
|
void |
EnumCounters.add(EnumCounters<E> that) |
Add that counters to this counters.
|
void |
ConstEnumCounters.set(EnumCounters<E> that) |
|
void |
EnumCounters.set(EnumCounters<E> that) |
Set this counters to that counters.
|
void |
ConstEnumCounters.subtract(EnumCounters<E> that) |
|
void |
EnumCounters.subtract(EnumCounters<E> that) |
Subtract this counters from that counters.
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.