com.datastax.driver.stress
Class Stress

java.lang.Object
  extended by com.datastax.driver.stress.Stress

public class Stress
extends Object

A simple stress tool to demonstrate the use of the driver. Sample usage: stress insert -n 100000 stress read -n 10000


Constructor Summary
Stress()
           
 
Method Summary
static void main(String[] args)
           
static void register(String name, QueryGenerator.Builder generator)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Stress

public Stress()
Method Detail

register

public static void register(String name,
                            QueryGenerator.Builder generator)

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception


Copyright © 2013. All Rights Reserved.