com.yahoo.ycsb
Class Client
java.lang.Object
com.yahoo.ycsb.Client
public class Client
- extends java.lang.Object
Main class for executing YCSB.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OPERATION_COUNT_PROPERTY
public static final java.lang.String OPERATION_COUNT_PROPERTY
- See Also:
- Constant Field Values
RECORD_COUNT_PROPERTY
public static final java.lang.String RECORD_COUNT_PROPERTY
- See Also:
- Constant Field Values
WORKLOAD_PROPERTY
public static final java.lang.String WORKLOAD_PROPERTY
- See Also:
- Constant Field Values
PROTOCOL_PROPERTY
public static final java.lang.String PROTOCOL_PROPERTY
- See Also:
- Constant Field Values
INSERT_COUNT_PROPERTY
public static final java.lang.String INSERT_COUNT_PROPERTY
- Indicates how many inserts to do, if less than recordcount. Useful for
partitioning the load among multiple servers, if the client is the
bottleneck. Additionally, workloads should support the "insertstart"
property, which tells them which record to start at.
- See Also:
- Constant Field Values
PRINT_STATS_INTERVAL
public static final java.lang.String PRINT_STATS_INTERVAL
- See Also:
- Constant Field Values
PRINT_STATS_INTERVAL_DEFAULT
public static final java.lang.String PRINT_STATS_INTERVAL_DEFAULT
- See Also:
- Constant Field Values
Client
public Client()
usageMessage
public static void usageMessage()
checkRequiredProperties
public static boolean checkRequiredProperties(java.util.Properties props)
main
public static void main(java.lang.String[] args)