public enum TableProperty extends Enum<TableProperty>
Enum Constant and Description |
---|
DEFAULT_COLUMN_FAMILY |
DISABLE_WAL |
IMMUTABLE_ROWS |
MULTI_TENANT |
SALT_BUCKETS |
STORE_NULLS |
TTL |
Modifier and Type | Method and Description |
---|---|
static boolean |
isPhoenixTableProperty(String property) |
void |
validate(boolean isMutating,
boolean isQualified,
PTableType tableType) |
static TableProperty |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TableProperty[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TableProperty IMMUTABLE_ROWS
public static final TableProperty MULTI_TENANT
public static final TableProperty DISABLE_WAL
public static final TableProperty SALT_BUCKETS
public static final TableProperty DEFAULT_COLUMN_FAMILY
public static final TableProperty TTL
public static final TableProperty STORE_NULLS
public static TableProperty[] values()
for (TableProperty c : TableProperty.values()) System.out.println(c);
public static TableProperty 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 static boolean isPhoenixTableProperty(String property)
public void validate(boolean isMutating, boolean isQualified, PTableType tableType) throws SQLException
SQLException
Copyright © 2015 Apache Software Foundation. All Rights Reserved.