Package com.yahoo.ycsb

Class Summary
BasicDB Basic DB that just prints out the requested operations, instead of doing them against a database.
Client  
CounterGenerator Generates a sequence of integers 0, 1, ...
DB A layer for accessing a database to be benchmarked.
DBFactory  
DBWrapper Wrapper around a "real" DB that measures latencies and counts return codes.
DiscreteGenerator  
FindGoodAB  
FindGoodScrambleVector  
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
Measurements Collects latency measurements, and reports them when requested.
OneMeasurement  
OneMeasurementHistogram Take measurements and maintain a histogram of latencies.
OneMeasurementTimeSeries  
ScrambledZipfianGenerator A generator of a zipfian distribution.
SkewedLatestGenerator  
TestCollisions  
TestExpandedZipfian  
TestZipfian  
UniformGenerator An expression that generates a random integer in the specified range
UniformIntegerGenerator  
Utils  
Workload One experiment scenario.
ZipfianGenerator A generator of a zipfian distribution.
 

Exception Summary
DBException  
UnknownDBException  
WorkloadException