Package | Description |
---|---|
com.cloudera.gertrude | |
com.cloudera.gertrude.server.condition |
Modifier and Type | Method and Description |
---|---|
Condition.CacheLevel |
FlagValue.getCacheLevel() |
Condition.CacheLevel |
Condition.getCacheLevel()
Returns an indication of the level at which this
Condition instance may be
cached. |
abstract Condition.CacheLevel |
Condition.CacheLevel.merge(Condition.CacheLevel other) |
static Condition.CacheLevel |
Condition.CacheLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Condition.CacheLevel[] |
Condition.CacheLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
abstract Condition.CacheLevel |
Condition.CacheLevel.merge(Condition.CacheLevel other) |
static <T> FlagValue<T> |
FlagValue.of(T value,
Condition.CacheLevel cacheLevel) |
void |
FlagValue.update(T newValue,
Condition.CacheLevel newLevel) |
void |
FlagValue.updateCacheLevel(Condition.CacheLevel newLevel) |
Constructor and Description |
---|
FlagValue(T value,
Condition.CacheLevel cacheLevel) |
Modifier and Type | Method and Description |
---|---|
Condition.CacheLevel |
IntHeaderCondition.getCacheLevel() |
Copyright © 2013. All rights reserved.