public enum CacheMetric extends Enum<CacheMetric> implements org.jboss.as.clustering.controller.Metric<org.infinispan.interceptors.impl.CacheMgmtInterceptor>
| Enum Constant and Description |
|---|
AVERAGE_READ_TIME |
AVERAGE_REMOVE_TIME |
AVERAGE_WRITE_TIME |
EVICTIONS |
HIT_RATIO |
HITS |
MISSES |
NUMBER_OF_ENTRIES |
NUMBER_OF_ENTRIES_IN_MEMORY |
READ_WRITE_RATIO |
REMOVE_HITS |
REMOVE_MISSES |
TIME_SINCE_RESET |
TIME_SINCE_START |
WRITES |
| Modifier and Type | Method and Description |
|---|---|
org.jboss.as.controller.AttributeDefinition |
getDefinition() |
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, valueOfpublic static final CacheMetric AVERAGE_READ_TIME
public static final CacheMetric AVERAGE_REMOVE_TIME
public static final CacheMetric AVERAGE_WRITE_TIME
public static final CacheMetric EVICTIONS
public static final CacheMetric HIT_RATIO
public static final CacheMetric HITS
public static final CacheMetric MISSES
public static final CacheMetric NUMBER_OF_ENTRIES
public static final CacheMetric NUMBER_OF_ENTRIES_IN_MEMORY
public static final CacheMetric READ_WRITE_RATIO
public static final CacheMetric REMOVE_HITS
public static final CacheMetric REMOVE_MISSES
public static final CacheMetric TIME_SINCE_RESET
public static final CacheMetric TIME_SINCE_START
public static final CacheMetric WRITES
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()
getDefinition in interface org.jboss.as.clustering.controller.Definable<org.jboss.as.controller.AttributeDefinition>Copyright © 2021 JBoss by Red Hat. All rights reserved.