public static enum CacheMetricsHandler.CacheMetrics extends Enum<CacheMetricsHandler.CacheMetrics>
Modifier and Type | Method and Description |
---|---|
static CacheMetricsHandler.CacheMetrics |
getStat(String stringForm) |
String |
toString() |
static CacheMetricsHandler.CacheMetrics |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CacheMetricsHandler.CacheMetrics[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CacheMetricsHandler.CacheMetrics CACHE_STATUS
public static final CacheMetricsHandler.CacheMetrics NUMBER_OF_LOCKS_AVAILABLE
public static final CacheMetricsHandler.CacheMetrics NUMBER_OF_LOCKS_HELD
public static final CacheMetricsHandler.CacheMetrics CONCURRENCY_LEVEL
public static final CacheMetricsHandler.CacheMetrics AVERAGE_READ_TIME
public static final CacheMetricsHandler.CacheMetrics AVERAGE_WRITE_TIME
public static final CacheMetricsHandler.CacheMetrics ELAPSED_TIME
public static final CacheMetricsHandler.CacheMetrics EVICTIONS
public static final CacheMetricsHandler.CacheMetrics HIT_RATIO
public static final CacheMetricsHandler.CacheMetrics HITS
public static final CacheMetricsHandler.CacheMetrics MISSES
public static final CacheMetricsHandler.CacheMetrics NUMBER_OF_ENTRIES
public static final CacheMetricsHandler.CacheMetrics READ_WRITE_RATIO
public static final CacheMetricsHandler.CacheMetrics REMOVE_HITS
public static final CacheMetricsHandler.CacheMetrics REMOVE_MISSES
public static final CacheMetricsHandler.CacheMetrics STORES
public static final CacheMetricsHandler.CacheMetrics TIME_SINCE_RESET
public static final CacheMetricsHandler.CacheMetrics AVERAGE_REPLICATION_TIME
public static final CacheMetricsHandler.CacheMetrics REPLICATION_COUNT
public static final CacheMetricsHandler.CacheMetrics REPLICATION_FAILURES
public static final CacheMetricsHandler.CacheMetrics SUCCESS_RATIO
public static final CacheMetricsHandler.CacheMetrics COMMITS
public static final CacheMetricsHandler.CacheMetrics PREPARES
public static final CacheMetricsHandler.CacheMetrics ROLLBACKS
public static final CacheMetricsHandler.CacheMetrics INVALIDATIONS
public static final CacheMetricsHandler.CacheMetrics PASSIVATIONS
public static final CacheMetricsHandler.CacheMetrics ACTIVATIONS
public static final CacheMetricsHandler.CacheMetrics CACHE_LOADER_LOADS
public static final CacheMetricsHandler.CacheMetrics CACHE_LOADER_MISSES
public static CacheMetricsHandler.CacheMetrics[] values()
for (CacheMetricsHandler.CacheMetrics c : CacheMetricsHandler.CacheMetrics.values()) System.out.println(c);
public static CacheMetricsHandler.CacheMetrics 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 nullpublic final String toString()
toString
in class Enum<CacheMetricsHandler.CacheMetrics>
public static CacheMetricsHandler.CacheMetrics getStat(String stringForm)
Copyright © 2013 JBoss by Red Hat. All rights reserved.