| Package | Description |
|---|---|
| org.apache.phoenix.pherf.configuration | |
| org.apache.phoenix.pherf.rules |
| Modifier and Type | Method and Description |
|---|---|
DataTypeMapping |
Column.getType() |
static DataTypeMapping |
DataTypeMapping.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataTypeMapping[] |
DataTypeMapping.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Column.setType(DataTypeMapping type) |
| Modifier and Type | Method and Description |
|---|---|
DataTypeMapping |
DataValue.getType() |
| Modifier and Type | Method and Description |
|---|---|
void |
DataValue.setType(DataTypeMapping type) |
| Constructor and Description |
|---|
DataValue(DataTypeMapping type,
String value) |
Copyright © 2017 Apache Software Foundation. All Rights Reserved.