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 | 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.subtract(EnumCounters<E> that)
Subtract that counters from this counters.
|
Copyright © 2013 Apache Software Foundation. All rights reserved.