| Package | Description |
|---|---|
| org.apache.phoenix.pherf.configuration | |
| org.apache.phoenix.pherf.rules | |
| org.apache.phoenix.pherf.util | |
| org.apache.phoenix.pherf.workload |
| Modifier and Type | Method and Description |
|---|---|
List<Column> |
DataOverride.getColumn() |
List<Column> |
DataModel.getDataMappingColumns() |
| Modifier and Type | Method and Description |
|---|---|
void |
Column.mutate(Column column)
Changes fields of this object to match existing fields from the passed Column
null object members are ignored.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DataOverride.setColumn(List<Column> column) |
void |
DataModel.setDataMappingColumns(List<Column> dataMappingColumns) |
| Constructor and Description |
|---|
Column(Column column) |
| Modifier and Type | Method and Description |
|---|---|
Column |
RulesApplier.getRule(Column phxMetaColumn) |
Column |
RulesApplier.getRule(String columnName) |
Column |
RulesApplier.getRule(String columnName,
Scenario scenario) |
| Modifier and Type | Method and Description |
|---|---|
DataValue |
RulesApplier.getDataForRule(Scenario scenario,
Column phxMetaColumn)
Get a data value based on rules.
|
DataValue |
RulesApplier.getDataValue(Column column)
Get data value based on the supplied rule
|
Column |
RulesApplier.getRule(Column phxMetaColumn) |
| Modifier and Type | Method and Description |
|---|---|
List<Column> |
PhoenixUtil.getColumnsFromPhoenix(String schemaName,
String tableName,
Connection connection) |
| Modifier and Type | Method and Description |
|---|---|
Future<org.apache.phoenix.pherf.workload.WriteWorkload.Info> |
WriteWorkload.upsertData(Scenario scenario,
List<Column> columns,
String tableName,
int rowCount,
DataLoadThreadTime dataLoadThreadTime,
boolean useBatchApi) |
Copyright © 2018 Apache Software Foundation. All Rights Reserved.