| Interface | Description |
|---|---|
| IdleTimeOperation |
Defines a no op operation, typically used to simulate idle time.
|
| Operation |
An interface that defines the type of operation included in the load profile.
|
| PreScenarioOperation |
Defines a pre scenario operation.
|
| QueryOperation |
Defines a query operation.
|
| UpsertOperation |
Defines an upsert operation.
|
| UserDefinedOperation |
Defines an user defined operation.
|
| Class | Description |
|---|---|
| BaseOperationSupplier |
An abstract base class for all OperationSuppliers
|
| IdleTimeOperationSupplier |
A supplier of
Function that takes IdleTimeOperation as an input. |
| OperationStats |
Holds metrics + contextual info on the operation run.
|
| PreScenarioOperationSupplier |
A supplier of
Function that takes PreScenarioOperation as an input |
| QueryOperationSupplier |
A supplier of
Function that takes QueryOperation as an input. |
| TenantOperationFactory |
Factory class for operation suppliers.
|
| UpsertOperationSupplier |
A supplier of
Function that takes UpsertOperation as an input |
| UserDefinedOperationSupplier |
A supplier of
Function that takes UserDefinedOperation as an input |
| Enum | Description |
|---|---|
| Operation.OperationType |
Copyright © 2022 Apache Software Foundation. All rights reserved.