| Package | Description |
|---|---|
| org.apache.phoenix.pherf.workload.mt | |
| org.apache.phoenix.pherf.workload.mt.generators | |
| org.apache.phoenix.pherf.workload.mt.handlers |
| Constructor and Description |
|---|
MultiTenantWorkload(PhoenixUtil phoenixUtil,
DataModel model,
Scenario scenario,
List<PherfWorkHandler> workHandlers,
Properties properties) |
| Modifier and Type | Field and Description |
|---|---|
protected List<PherfWorkHandler> |
BaseLoadEventGenerator.handlers |
| Modifier and Type | Method and Description |
|---|---|
List<PherfWorkHandler> |
BaseLoadEventGenerator.getWorkHandlers(Properties properties) |
List<PherfWorkHandler> |
LoadEventGenerator.getWorkHandlers(Properties properties) |
List<PherfWorkHandler> |
SequentialLoadEventGenerator.getWorkHandlers(Properties properties) |
| 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) |
| Constructor and Description |
|---|
BaseLoadEventGenerator(PhoenixUtil phoenixUtil,
DataModel model,
Scenario scenario,
List<PherfWorkHandler> workers,
com.lmax.disruptor.ExceptionHandler exceptionHandler,
Properties properties) |
BaseLoadEventGenerator(PhoenixUtil phoenixUtil,
DataModel model,
Scenario scenario,
List<PherfWorkHandler> workers,
Properties properties) |
SequentialLoadEventGenerator(PhoenixUtil phoenixUtil,
DataModel model,
Scenario scenario,
List<PherfWorkHandler> workHandlers,
Properties properties) |
UniformDistributionLoadEventGenerator(PhoenixUtil phoenixUtil,
DataModel model,
Scenario scenario,
List<PherfWorkHandler> workHandlers,
Properties properties) |
WeightedRandomLoadEventGenerator(PhoenixUtil phoenixUtil,
DataModel model,
Scenario scenario,
List<PherfWorkHandler> workHandlers,
Properties properties) |
| Modifier and Type | Class and Description |
|---|---|
class |
RendezvousingWorkHandler
A handler
WorkHandler for simple orchestrations using the supplied rendezvous points
The handler will wait for the rendezvous to happen before executing the operations Operation
The handlers as in the basic TenantOperationWorkHandler will pick up the operation events
as and when they become available on the RingBuffer
when published by the workload generator MultiTenantWorkload |
class |
TenantOperationWorkHandler
A handler
WorkHandler for
executing the operations Operation
as and when they become available on the RingBuffer
when published by the workload generator MultiTenantWorkload |
Copyright © 2023 Apache Software Foundation. All rights reserved.