org.apache.accumulo.test.performance.metadata
Class MetadataBatchScanTest

java.lang.Object
  extended by org.apache.accumulo.test.performance.metadata.MetadataBatchScanTest

public class MetadataBatchScanTest
extends Object

This little program can be used to write a lot of entries to the !METADATA table and measure the performance of varying numbers of threads doing !METADATA lookups using the batch scanner.


Constructor Summary
MetadataBatchScanTest()
           
 
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

MetadataBatchScanTest

public MetadataBatchScanTest()
Method Detail

main

public static void main(String[] args)
                 throws Exception
Parameters:
args -
Throws:
Exception


Copyright © 2013 Apache Accumulo Project. All Rights Reserved.