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. |