| Package | Description |
|---|---|
| io.rainfall.generator | |
| io.rainfall.utils |
| Modifier and Type | Class and Description |
|---|---|
class |
DistributedLongSequenceGenerator
This generator is used for a distrbtued Rainfall test and uses the Rainfall master/slave capabilities to spread the indexes amongst
the distributed Rainfall test instances
It uses StripedLongSequenceGenerator that stripes the indexes distribution, but which requires a rank value which is given by an
InstanceIndexSupplier.
|
class |
IterationSequenceGenerator |
class |
RandomSequenceGenerator |
class |
StripedLongSequenceGenerator
Striped
SequenceGenerator that divides the range of generated sequences into instanceCount
sub-ranges. |
| Modifier and Type | Method and Description |
|---|---|
static SequenceGenerator |
SequencesGenerator.atRandom(Distribution distribution,
long min,
long max,
long width) |
static SequenceGenerator |
SequencesGenerator.sequentially() |
| Modifier and Type | Class and Description |
|---|---|
class |
NullSequenceGenerator |
| Modifier and Type | Method and Description |
|---|---|
static SequenceGenerator |
NullSequenceGenerator.instance() |
Copyright © 2023. All rights reserved.