Package com.yahoo.ycsb

Class Summary
BasicDB Basic DB that just prints out the requested operations, instead of doing them against a database.
Client Main class for executing YCSB.
CommandLine A simple command line client to a database, using the appropriate com.yahoo.ycsb.DB implementation.
DB A layer for accessing a database to be benchmarked.
DBFactory Creates a DB layer by dynamically classloading the specified DB class.
DBWrapper Wrapper around a "real" DB that measures latencies and counts return codes.
Utils Utility functions.
Workload One experiment scenario.
 

Exception Summary
DBException Something bad happened while interacting with the database.
UnknownDBException Could not create the specified DB.
WorkloadException The workload tried to do something bad.