public enum ETablePartitionType extends Enum<ETablePartitionType>
| Enum Constant and Description |
|---|
composite_hash |
composite_list |
composite_range |
consistent_hash |
consistent_hash_with_subpartition |
hash |
key |
list |
partitionset_clauses |
range |
reference |
system |
vertica |
| Modifier and Type | Method and Description |
|---|---|
static ETablePartitionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ETablePartitionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ETablePartitionType range
public static final ETablePartitionType list
public static final ETablePartitionType hash
public static final ETablePartitionType key
public static final ETablePartitionType composite_range
public static final ETablePartitionType composite_list
public static final ETablePartitionType composite_hash
public static final ETablePartitionType reference
public static final ETablePartitionType system
public static final ETablePartitionType consistent_hash
public static final ETablePartitionType consistent_hash_with_subpartition
public static final ETablePartitionType partitionset_clauses
public static final ETablePartitionType vertica
public static ETablePartitionType[] values()
for (ETablePartitionType c : ETablePartitionType.values()) System.out.println(c);
public static ETablePartitionType 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 null