org.apache.accumulo.server.test.performance.thrift
Class NullTserver

java.lang.Object
  extended by org.apache.accumulo.server.test.performance.thrift.NullTserver

public class NullTserver
extends java.lang.Object

The purpose of this class is to server as fake tserver that is a data sink like /dev/null. NullTserver modifies the !METADATA location entries for a table to point to it. This allows thrift performance to be measured by running any client code that writes to a table.


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

Constructor Detail

NullTserver

public NullTserver()
Method Detail

main

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


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.