com.netflix.astyanax.test
Class TestDriver

java.lang.Object
  extended by com.netflix.astyanax.test.TestDriver

public class TestDriver
extends java.lang.Object


Nested Class Summary
static class TestDriver.Builder
           
static class TestDriver.Event
           
static class TestDriver.RecurringEvent
           
 
Constructor Summary
TestDriver()
           
 
Method Summary
 void await()
           
 long getCallCount()
           
 long getOperationCount()
           
 long getRuntime()
           
 void start()
           
 void stop()
           
 void updateDelta()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestDriver

public TestDriver()
Method Detail

start

public void start()

updateDelta

public void updateDelta()

stop

public void stop()

await

public void await()
           throws java.lang.InterruptedException
Throws:
java.lang.InterruptedException

getCallCount

public long getCallCount()

getRuntime

public long getRuntime()

getOperationCount

public long getOperationCount()