| Package | Description |
|---|---|
| org.apache.hadoop.fs |
An abstract file system API.
|
| Modifier and Type | Field | Description |
|---|---|---|
static org.apache.hadoop.thirdparty.com.google.common.collect.ImmutableSet<Statistic> |
Statistic.VALUES |
| Modifier and Type | Method | Description |
|---|---|---|
static Statistic |
Statistic.fromSymbol(java.lang.String symbol) |
Get a statistic from a symbol.
|
static Statistic |
Statistic.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static Statistic[] |
Statistic.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
long |
FileSystemStorageStatistics.getLong(Statistic op) |
|
long |
FileSystemStorageStatistics.incrementCounter(Statistic op,
long count) |
Increment a specific counter.
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.