public enum RemoteCacheOperation extends Enum<RemoteCacheOperation> implements org.jboss.as.clustering.controller.Operation<org.infinispan.client.hotrod.jmx.RemoteCacheClientStatisticsMXBean>
| Enum Constant and Description |
|---|
RESET_STATISTICS |
| Modifier and Type | Method and Description |
|---|---|
org.jboss.as.controller.OperationDefinition |
getDefinition() |
static RemoteCacheOperation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RemoteCacheOperation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RemoteCacheOperation RESET_STATISTICS
public static RemoteCacheOperation[] values()
for (RemoteCacheOperation c : RemoteCacheOperation.values()) System.out.println(c);
public static RemoteCacheOperation 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.OperationDefinition getDefinition()
getDefinition in interface org.jboss.as.clustering.controller.Definable<org.jboss.as.controller.OperationDefinition>Copyright © 2020 JBoss by Red Hat. All rights reserved.