org.apache.accumulo.test.scalability
Class ScaleTest
java.lang.Object
org.apache.accumulo.test.scalability.ScaleTest
- Direct Known Subclasses:
- Ingest
public abstract class ScaleTest
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ScaleTest
public ScaleTest()
init
public void init(Properties scaleProps,
Properties testProps,
int numTabletServers)
throws AccumuloException,
AccumuloSecurityException
- Throws:
AccumuloException
AccumuloSecurityException
startTimer
protected void startTimer()
stopTimer
protected void stopTimer(long numEntries,
long numBytes)
setup
public abstract void setup()
client
public abstract void client()
teardown
public abstract void teardown()
calculateSplits
public TreeSet<org.apache.hadoop.io.Text> calculateSplits()
getConnector
public Connector getConnector()
getTestProperty
public String getTestProperty(String key)
Copyright © 2013 Apache Accumulo Project. All Rights Reserved.