| Package | Description |
|---|---|
| org.apache.hadoop.fs.azurebfs |
A distributed implementation of
FileSystem for reading and writing files on
Azure Storage. |
| org.apache.hadoop.fs.azurebfs.services |
| Modifier and Type | Method | Description |
|---|---|---|
static AbfsStatistic |
AbfsStatistic.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static AbfsStatistic[] |
AbfsStatistic.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
AbfsCountersImpl.incrementCounter(AbfsStatistic statistic,
long value) |
Increment a AbfsStatistic by a long value.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
AbfsCounters.incrementCounter(AbfsStatistic statistic,
long value) |
Increment a AbfsStatistic by a long value.
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.