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

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

public class NullTserver
extends 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.


Nested Class Summary
static class NullTserver.ThriftClientHandler
           
 
Constructor Summary
NullTserver()
           
 
Method Summary
static void main(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(String[] args)
                 throws Exception
Throws:
Exception


Copyright © 2013 Apache Accumulo Project. All Rights Reserved.