org.apache.accumulo.server.util
Class MapFilePerformanceTest
java.lang.Object
org.apache.accumulo.server.util.MapFilePerformanceTest
Deprecated. since 1.4
public class MapFilePerformanceTest
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MapFilePerformanceTest
public MapFilePerformanceTest()
- Deprecated.
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.