Package com.yahoo.ycsb.generator

Class Summary
ChurnGenerator Generate a popularity distribution of items, skewed to favor recent items significantly more than older items.
CounterGenerator Generates a sequence of integers 0, 1, ...
DiscreteGenerator Generates a distribution by choosing from a discrete set of values.
Generator An expression that generates a sequence of string values, following some distribution (Uniform, Zipfian, Sequential, etc.)
IntegerGenerator A generator that is capable of generating ints as well as strings
ScrambledZipfianGenerator A generator of a zipfian distribution.
SkewedLatestGenerator Generate a popularity distribution of items, skewed to favor recent items significantly more than older items.
UniformGenerator An expression that generates a random integer in the specified range
UniformIntegerGenerator Generates integers randomly uniform from an interval.
ZipfianGenerator A generator of a zipfian distribution.