public enum RemoteCacheMetric extends Enum<RemoteCacheMetric> implements org.jboss.as.clustering.controller.Metric<org.infinispan.client.hotrod.jmx.RemoteCacheClientStatisticsMXBean>, ToLongFunction<org.infinispan.client.hotrod.jmx.RemoteCacheClientStatisticsMXBean>
| Enum Constant and Description |
|---|
AVERAGE_READ_TIME |
AVERAGE_REMOVE_TIME |
AVERAGE_WRITE_TIME |
HITS |
MISSES |
NEAR_CACHE_HITS |
NEAR_CACHE_INVALIDATIONS |
NEAR_CACHE_MISSES |
NEAR_CACHE_SIZE |
REMOVES |
TIME_SINCE_RESET |
WRITES |
| Modifier and Type | Method and Description |
|---|---|
org.jboss.dmr.ModelNode |
execute(org.infinispan.client.hotrod.jmx.RemoteCacheClientStatisticsMXBean statistics) |
org.jboss.as.controller.AttributeDefinition |
getDefinition() |
static RemoteCacheMetric |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RemoteCacheMetric[] |
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, valueOfgetName, resolveModelAttributeapplyAsLongpublic static final RemoteCacheMetric AVERAGE_READ_TIME
public static final RemoteCacheMetric AVERAGE_REMOVE_TIME
public static final RemoteCacheMetric AVERAGE_WRITE_TIME
public static final RemoteCacheMetric NEAR_CACHE_HITS
public static final RemoteCacheMetric NEAR_CACHE_INVALIDATIONS
public static final RemoteCacheMetric NEAR_CACHE_MISSES
public static final RemoteCacheMetric NEAR_CACHE_SIZE
public static final RemoteCacheMetric HITS
public static final RemoteCacheMetric MISSES
public static final RemoteCacheMetric REMOVES
public static final RemoteCacheMetric WRITES
public static final RemoteCacheMetric TIME_SINCE_RESET
public static RemoteCacheMetric[] values()
for (RemoteCacheMetric c : RemoteCacheMetric.values()) System.out.println(c);
public static RemoteCacheMetric 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>public org.jboss.dmr.ModelNode execute(org.infinispan.client.hotrod.jmx.RemoteCacheClientStatisticsMXBean statistics)
execute in interface org.jboss.as.clustering.controller.Executable<org.infinispan.client.hotrod.jmx.RemoteCacheClientStatisticsMXBean>Copyright © 2020 JBoss by Red Hat. All rights reserved.