| Class | Description |
|---|---|
| DeleteGeneratorIterator |
Lazy delete record generator.
|
| DeltaGenerator |
The delta generator generates all types of workloads (insert, update) for the given configs.
|
| FlexibleSchemaRecordGenerationIterator |
A GenericRecordGeneratorIterator for the custom schema of the workload.
|
| GenericRecordFullPayloadGenerator |
This is a GenericRecord payload generator that generates full generic records
GenericRecord. |
| GenericRecordFullPayloadSizeEstimator |
This is a GenericRecord payload estimator estimates the size of a full generic record
GenericRecord. |
| GenericRecordPartialPayloadGenerator |
This is a GenericRecord payload generator that generates partial generic records
GenericRecord. |
| LazyRecordGeneratorIterator |
A lazy record generator to generate
GenericRecords lazily and not hold a list of records in memory. |
| UpdateGeneratorIterator |
A lazy update payload generator to generate
GenericRecords lazily. |
Copyright © 2023 The Apache Software Foundation. All rights reserved.