Interface | Description |
---|---|
Sequence |
Represents an automatically generated sequence of values.
|
Class | Description |
---|---|
AbstractSequence |
This abstract sequence helps with pre-calculating the next value in the row in a background thread
if the computation of the value is complex.
|
FileLinesSequence |
Every single line in a given input file specifies a value of this sequence.
|
FilesContentSequence |
The individual sequence values are read from external files listed as separate lines in the provided index text file.
|
NumberSequence |
Simple sequence of numbers.
|
PrimitiveNumberSequence |
Just an ever increasing number sequence.
|
RandomSequence |
Sequence of random numbers in the given range <min, max).
|
RandomUuidSequence |
Sequence of random UUIDs.
|
SequenceManager |
Keeps a registry of existing sequences.
|
ThreadIdSequence |
Sequence that returns current thread id.
|
TimeStampSequence |
Sequence that returns current timestamp.
|
Copyright © 2010–2017 PerfCake Community. All rights reserved.