| 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 and Description |
|---|---|
static AbfsStatistic |
AbfsStatistic.valueOf(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 and Description |
|---|---|
void |
AbfsCountersImpl.incrementCounter(AbfsStatistic statistic,
long value)
Increment a AbfsStatistic by a long value.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbfsCounters.incrementCounter(AbfsStatistic statistic,
long value)
Increment a AbfsStatistic by a long value.
|
Copyright © 2008–2022 Apache Software Foundation. All rights reserved.