public static enum ConfigurableQuorumPolicy.PartitionedCacheQuorumPolicy.ActionRule extends Enum<ConfigurableQuorumPolicy.PartitionedCacheQuorumPolicy.ActionRule>
ConfigurableQuorumPolicy.PartitionedCacheQuorumPolicy| Enum Constant and Description | 
|---|
DISTRIBUTION  | 
READ  | 
RECOVER  | 
RESTORE  | 
WRITE  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getElementName()
Get the configuration element name for this  
ConfigurableQuorumPolicy.PartitionedCacheQuorumPolicy.ActionRule. | 
int | 
getMask()
Get the mask for this  
ConfigurableQuorumPolicy.PartitionedCacheQuorumPolicy.ActionRule. | 
static ConfigurableQuorumPolicy.PartitionedCacheQuorumPolicy.ActionRule | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static ConfigurableQuorumPolicy.PartitionedCacheQuorumPolicy.ActionRule[] | 
values()
Returns an array containing the constants of this enum type, in the order they are declared. 
 | 
public static final ConfigurableQuorumPolicy.PartitionedCacheQuorumPolicy.ActionRule DISTRIBUTION
public static final ConfigurableQuorumPolicy.PartitionedCacheQuorumPolicy.ActionRule RESTORE
public static final ConfigurableQuorumPolicy.PartitionedCacheQuorumPolicy.ActionRule RECOVER
public static final ConfigurableQuorumPolicy.PartitionedCacheQuorumPolicy.ActionRule READ
public static final ConfigurableQuorumPolicy.PartitionedCacheQuorumPolicy.ActionRule WRITE
public static ConfigurableQuorumPolicy.PartitionedCacheQuorumPolicy.ActionRule[] values()
for (ConfigurableQuorumPolicy.PartitionedCacheQuorumPolicy.ActionRule c : ConfigurableQuorumPolicy.PartitionedCacheQuorumPolicy.ActionRule.values())
    System.out.println(c);
public static ConfigurableQuorumPolicy.PartitionedCacheQuorumPolicy.ActionRule 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 String getElementName()
ConfigurableQuorumPolicy.PartitionedCacheQuorumPolicy.ActionRule.public int getMask()
ConfigurableQuorumPolicy.PartitionedCacheQuorumPolicy.ActionRule.