public static enum CacheTopologyControlCommand.Type extends Enum<CacheTopologyControlCommand.Type>
Enum Constant and Description |
---|
CH_UPDATE |
GET_STATUS |
JOIN |
LEAVE |
POLICY_DISABLE |
POLICY_ENABLE |
POLICY_GET_STATUS |
REBALANCE_CONFIRM |
REBALANCE_START |
Modifier and Type | Method and Description |
---|---|
static CacheTopologyControlCommand.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CacheTopologyControlCommand.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CacheTopologyControlCommand.Type JOIN
public static final CacheTopologyControlCommand.Type LEAVE
public static final CacheTopologyControlCommand.Type REBALANCE_CONFIRM
public static final CacheTopologyControlCommand.Type CH_UPDATE
public static final CacheTopologyControlCommand.Type REBALANCE_START
public static final CacheTopologyControlCommand.Type GET_STATUS
public static final CacheTopologyControlCommand.Type POLICY_DISABLE
public static final CacheTopologyControlCommand.Type POLICY_ENABLE
public static final CacheTopologyControlCommand.Type POLICY_GET_STATUS
public static CacheTopologyControlCommand.Type[] values()
for (CacheTopologyControlCommand.Type c : CacheTopologyControlCommand.Type.values()) System.out.println(c);
public static CacheTopologyControlCommand.Type 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 nullCopyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.