public enum CacheMetric extends Enum<CacheMetric> implements Metric<org.infinispan.Cache<?,?>>
Enum Constant and Description |
---|
ACTIVATIONS |
AVERAGE_READ_TIME |
AVERAGE_WRITE_TIME |
CACHE_STATUS |
ELAPSED_TIME |
HIT_RATIO |
HITS |
INVALIDATIONS |
MISSES |
NUMBER_OF_ENTRIES |
PASSIVATIONS |
READ_WRITE_RATIO |
REMOVE_HITS |
REMOVE_MISSES |
STORES |
TIME_SINCE_RESET |
Modifier and Type | Method and Description |
---|---|
org.jboss.as.controller.AttributeDefinition |
getDefinition()
Returns the definition of this object.
|
static CacheMetric |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CacheMetric[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
execute
public static final CacheMetric ACTIVATIONS
public static final CacheMetric AVERAGE_READ_TIME
public static final CacheMetric AVERAGE_WRITE_TIME
public static final CacheMetric CACHE_STATUS
public static final CacheMetric ELAPSED_TIME
public static final CacheMetric HIT_RATIO
public static final CacheMetric HITS
public static final CacheMetric INVALIDATIONS
public static final CacheMetric MISSES
public static final CacheMetric NUMBER_OF_ENTRIES
public static final CacheMetric PASSIVATIONS
public static final CacheMetric READ_WRITE_RATIO
public static final CacheMetric REMOVE_HITS
public static final CacheMetric REMOVE_MISSES
public static final CacheMetric STORES
public static final CacheMetric TIME_SINCE_RESET
public static CacheMetric[] values()
for (CacheMetric c : CacheMetric.values()) System.out.println(c);
public static CacheMetric 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 org.jboss.as.controller.AttributeDefinition getDefinition()
Definable
getDefinition
in interface Definable<org.jboss.as.controller.AttributeDefinition>
Copyright © 2016 JBoss by Red Hat. All rights reserved.