| Package | Description |
|---|---|
| com.google.cloud.hadoop.fs.gcs |
| Modifier and Type | Field and Description |
|---|---|
static com.google.common.collect.ImmutableSet<GhfsStatistic> |
GhfsStatistic.VALUES |
| Modifier and Type | Method and Description |
|---|---|
static GhfsStatistic |
GhfsStatistic.fromSymbol(String symbol)
Get a statistic from a symbol.
|
static GhfsStatistic |
GhfsStatistic.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GhfsStatistic[] |
GhfsStatistic.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
long |
GhfsStorageStatistics.incrementCounter(GhfsStatistic op,
long count)
Increment a specific counter.
|
protected void |
GoogleHadoopFileSystemBase.incrementStatistic(GhfsStatistic statistic)
Increment a statistic by 1.
|
protected void |
GoogleHadoopFileSystemBase.incrementStatistic(GhfsStatistic statistic,
long count)
Increment a statistic by a specific value.
|
Copyright © 2023. All rights reserved.