Package | Description |
---|---|
alluxio.client.file |
Modifier and Type | Method and Description |
---|---|
static CacheContext.StatsUnit |
CacheContext.StatsUnit.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CacheContext.StatsUnit[] |
CacheContext.StatsUnit.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
CacheContext.incrementCounter(String name,
CacheContext.StatsUnit unit,
long value)
Increments the counter
name by value . |
Copyright © 2023. All Rights Reserved.