public static enum AlertConditionCacheCoordinator.Cache extends Enum<AlertConditionCacheCoordinator.Cache>
| Modifier and Type | Class and Description |
|---|---|
static class |
AlertConditionCacheCoordinator.Cache.Type |
| Enum Constant and Description |
|---|
AvailabilityCache |
AvailabilityDurationCache |
CallTimeDataCache |
DriftCache |
EventsCache |
MeasurementDataCache |
MeasurementTraitCache |
ResourceConfigurationCache |
ResourceOperationCache |
| Modifier and Type | Field and Description |
|---|---|
AlertConditionCacheCoordinator.Cache.Type |
type |
| Modifier and Type | Method and Description |
|---|---|
static AlertConditionCacheCoordinator.Cache |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AlertConditionCacheCoordinator.Cache[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AlertConditionCacheCoordinator.Cache MeasurementDataCache
public static final AlertConditionCacheCoordinator.Cache MeasurementTraitCache
public static final AlertConditionCacheCoordinator.Cache CallTimeDataCache
public static final AlertConditionCacheCoordinator.Cache ResourceOperationCache
public static final AlertConditionCacheCoordinator.Cache AvailabilityCache
public static final AlertConditionCacheCoordinator.Cache EventsCache
public static final AlertConditionCacheCoordinator.Cache ResourceConfigurationCache
public static final AlertConditionCacheCoordinator.Cache DriftCache
public static final AlertConditionCacheCoordinator.Cache AvailabilityDurationCache
public AlertConditionCacheCoordinator.Cache.Type type
public static AlertConditionCacheCoordinator.Cache[] values()
for (AlertConditionCacheCoordinator.Cache c : AlertConditionCacheCoordinator.Cache.values()) System.out.println(c);
public static AlertConditionCacheCoordinator.Cache valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.