| Package | Description |
|---|---|
| org.apache.phoenix.pherf.workload.mt.generators |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseLoadEventGenerator
A base class for all load event generators.
|
class |
SequentialLoadEventGenerator
A load generator that generates tenant operation events in the order specified in the
scenario file.
|
class |
UniformDistributionLoadEventGenerator
A load generator that generates a uniform distribution of operations among the given tenant group.
|
class |
WeightedRandomLoadEventGenerator
A perf load event generator based on the supplied load profile.
|
| Modifier and Type | Method and Description |
|---|---|
LoadEventGenerator<TenantOperationInfo> |
TenantLoadEventGeneratorFactory.newLoadEventGenerator(PhoenixUtil phoenixUtil,
DataModel model,
Scenario scenario,
List<PherfWorkHandler> workHandlers,
Properties properties) |
LoadEventGenerator<T> |
LoadEventGeneratorFactory.newLoadEventGenerator(PhoenixUtil phoenixUtil,
DataModel model,
Scenario scenario,
List<PherfWorkHandler> workHandlers,
Properties properties) |
LoadEventGenerator<TenantOperationInfo> |
TenantLoadEventGeneratorFactory.newLoadEventGenerator(PhoenixUtil phoenixUtil,
DataModel model,
Scenario scenario,
Properties properties) |
LoadEventGenerator<T> |
LoadEventGeneratorFactory.newLoadEventGenerator(PhoenixUtil phoenixUtil,
DataModel model,
Scenario scenario,
Properties properties) |
Copyright © 2023 Apache Software Foundation. All rights reserved.