org.apache.accumulo.test
Class TestIngest
java.lang.Object
org.apache.accumulo.test.TestIngest
public class TestIngest
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AUTHS
public static final Authorizations AUTHS
TestIngest
public TestIngest()
createTable
public static void createTable(org.apache.accumulo.test.TestIngest.Opts args)
throws Exception
- Throws:
Exception
getSplitPoints
public static TreeSet<org.apache.hadoop.io.Text> getSplitPoints(long start,
long end,
long numsplits)
generateValues
public static byte[][] generateValues(org.apache.accumulo.test.TestIngest.Opts ingestArgs)
generateRow
public static org.apache.hadoop.io.Text generateRow(int rowid,
int startRow)
genRandomValue
public static byte[] genRandomValue(Random random,
byte[] dest,
int seed,
int row,
int col)
toPrintableChars
public static void toPrintableChars(byte[] dest)
main
public static void main(String[] args)
throws Exception
- Throws:
Exception
Copyright © 2013 Apache Accumulo Project. All Rights Reserved.