public enum ClusteredCacheMetric extends Enum<ClusteredCacheMetric> implements org.jboss.as.clustering.controller.Metric<org.infinispan.remoting.rpc.RpcManagerImpl>
| Enum Constant and Description |
|---|
AVERAGE_REPLICATION_TIME |
REPLICATION_COUNT |
REPLICATION_FAILURES |
SUCCESS_RATIO |
| Modifier and Type | Method and Description |
|---|---|
org.jboss.as.controller.AttributeDefinition |
getDefinition() |
static ClusteredCacheMetric |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClusteredCacheMetric[] |
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 ClusteredCacheMetric AVERAGE_REPLICATION_TIME
public static final ClusteredCacheMetric REPLICATION_COUNT
public static final ClusteredCacheMetric REPLICATION_FAILURES
public static final ClusteredCacheMetric SUCCESS_RATIO
public static ClusteredCacheMetric[] values()
for (ClusteredCacheMetric c : ClusteredCacheMetric.values()) System.out.println(c);
public static ClusteredCacheMetric 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 © 2020 JBoss by Red Hat. All rights reserved.