| Package | Description |
|---|---|
| org.apache.phoenix.pherf.configuration | |
| org.apache.phoenix.pherf.rules |
| Modifier and Type | Method and Description |
|---|---|
List<DataValue> |
Column.getDataValues() |
| Modifier and Type | Method and Description |
|---|---|
void |
Column.setDataValues(List<DataValue> dataValues) |
| Modifier and Type | Method and Description |
|---|---|
DataValue |
RulesApplier.getDataForRule(Scenario scenario,
Column phxMetaColumn)
Get a data value based on rules.
|
DataValue |
SequentialVarcharDataGenerator.getDataValue()
Add a numerically increasing counter onto the and of a random string.
|
DataValue |
SequentialListDataGenerator.getDataValue()
Note that this method rolls over for attempts to get larger than maxValue
|
DataValue |
SequentialIntegerDataGenerator.getDataValue()
Note that this method rolls over for attempts to get larger than maxValue
|
DataValue |
SequentialDateDataGenerator.getDataValue()
Note that this method rolls over for attempts to get larger than maxValue
|
DataValue |
RuleBasedDataGenerator.getDataValue()
Get data value based on the rules
Implementations should be thread safe as multiple theads will call it in parallel
|
DataValue |
RulesApplier.getDataValue(Column column)
Get data value based on the supplied rule
|
| Constructor and Description |
|---|
DataValue(DataValue dataValue) |
Copyright © 2022 Apache Software Foundation. All rights reserved.