org.apache.accumulo.server.util
Class MapFilePerformanceTest

java.lang.Object
  extended by org.apache.accumulo.server.util.MapFilePerformanceTest

Deprecated. since 1.4

public class MapFilePerformanceTest
extends Object


Constructor Summary
MapFilePerformanceTest()
          Deprecated.  
 
Method Summary
static String[] createMapFiles(String input, String output, int blocksize, int mapFiles)
          Deprecated.  
static void main(String[] args)
          Deprecated.  
static void runTest(String testName, String[] mapFiles, ArrayList<Key> queries)
          Deprecated.  
static void selectRandomKeys(String input, double percentage, ArrayList<Key> keys)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapFilePerformanceTest

public MapFilePerformanceTest()
Deprecated. 
Method Detail

createMapFiles

public static String[] createMapFiles(String input,
                                      String output,
                                      int blocksize,
                                      int mapFiles)
                               throws IOException
Deprecated. 
Throws:
IOException

selectRandomKeys

public static void selectRandomKeys(String input,
                                    double percentage,
                                    ArrayList<Key> keys)
                             throws IOException
Deprecated. 
Throws:
IOException

runTest

public static void runTest(String testName,
                           String[] mapFiles,
                           ArrayList<Key> queries)
                    throws IOException
Deprecated. 
Throws:
IOException

main

public static void main(String[] args)
                 throws IOException,
                        InterruptedException
Deprecated. 
Throws:
IOException
InterruptedException


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