@Experimental public enum RegionType extends java.lang.Enum<RegionType>
| Modifier and Type | Method and Description |
|---|---|
static RegionType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RegionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RegionType PARTITION
public static final RegionType PARTITION_REDUNDANT
public static final RegionType PARTITION_PERSISTENT
public static final RegionType PARTITION_REDUNDANT_PERSISTENT
public static final RegionType PARTITION_OVERFLOW
public static final RegionType PARTITION_REDUNDANT_OVERFLOW
public static final RegionType PARTITION_PERSISTENT_OVERFLOW
public static final RegionType PARTITION_REDUNDANT_PERSISTENT_OVERFLOW
public static final RegionType PARTITION_HEAP_LRU
public static final RegionType PARTITION_REDUNDANT_HEAP_LRU
public static final RegionType PARTITION_PROXY
public static final RegionType PARTITION_PROXY_REDUNDANT
public static final RegionType REPLICATE
public static final RegionType REPLICATE_PERSISTENT
public static final RegionType REPLICATE_OVERFLOW
public static final RegionType REPLICATE_PERSISTENT_OVERFLOW
public static final RegionType REPLICATE_HEAP_LRU
public static final RegionType REPLICATE_PROXY
public static RegionType[] values()
for (RegionType c : RegionType.values()) System.out.println(c);
public static RegionType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null