| Interface | Description |
|---|---|
| LoadEventGenerator<T> |
An interface that implementers can use to generate load events that can be consumed by
|
| LoadEventGeneratorFactory<T> |
An interface that factory implementers need to implement
for creating various supported load generators
LoadEventGenerator |
| Class | Description |
|---|---|
| BaseLoadEventGenerator |
A base class for all load event generators.
|
| BaseLoadEventGenerator.TenantOperationEvent | |
| SequentialLoadEventGenerator |
A load generator that generates tenant operation events in the order specified in the
scenario file.
|
| TenantLoadEventGeneratorFactory |
A factory class for creating various supported load generators
LoadEventGenerator |
| TenantOperationInfo |
Holds information on the tenant operation details.
|
| UniformDistributionLoadEventGenerator |
A load generator that generates a uniform distribution of operations among the given tenant group.
|
| WeightedRandomLoadEventGenerator |
A perf load event generator based on the supplied load profile.
|
| Enum | Description |
|---|---|
| TenantLoadEventGeneratorFactory.GeneratorType |
Copyright © 2023 Apache Software Foundation. All rights reserved.