org.apache.accumulo.server.test.scalability
Class ScaleTest

java.lang.Object
  extended by org.apache.accumulo.server.test.scalability.ScaleTest
Direct Known Subclasses:
Ingest

public abstract class ScaleTest
extends Object


Constructor Summary
ScaleTest()
           
 
Method Summary
 TreeSet<org.apache.hadoop.io.Text> calculateSplits()
           
abstract  void client()
           
 Connector getConnector()
           
 String getTestProperty(String key)
           
 void init(Properties scaleProps, Properties testProps, int numTabletServers)
           
abstract  void setup()
           
protected  void startTimer()
           
protected  void stopTimer(long numEntries, long numBytes)
           
abstract  void teardown()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScaleTest

public ScaleTest()
Method Detail

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 © 2012 The Apache Software Foundation. All Rights Reserved.