com.yahoo.ycsb
Class CommandLine

java.lang.Object
  extended by com.yahoo.ycsb.CommandLine

public class CommandLine
extends java.lang.Object

A simple command line client to a database, using the appropriate com.yahoo.ycsb.DB implementation.


Field Summary
static java.lang.String DEFAULT_DB
           
 
Constructor Summary
CommandLine()
           
 
Method Summary
static void help()
           
static void main(java.lang.String[] args)
           
static void usageMessage()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_DB

public static final java.lang.String DEFAULT_DB
See Also:
Constant Field Values
Constructor Detail

CommandLine

public CommandLine()
Method Detail

usageMessage

public static void usageMessage()

help

public static void help()

main

public static void main(java.lang.String[] args)