org.apache.accumulo.test
Class TestIngest

java.lang.Object
  extended by org.apache.accumulo.test.TestIngest

public class TestIngest
extends Object


Field Summary
static Authorizations AUTHS
           
 
Constructor Summary
TestIngest()
           
 
Method Summary
static void createTable(org.apache.accumulo.test.TestIngest.Opts args)
           
static org.apache.hadoop.io.Text generateRow(int rowid, int startRow)
           
static byte[][] generateValues(org.apache.accumulo.test.TestIngest.Opts ingestArgs)
           
static byte[] genRandomValue(Random random, byte[] dest, int seed, int row, int col)
           
static TreeSet<org.apache.hadoop.io.Text> getSplitPoints(long start, long end, long numsplits)
           
static void main(String[] args)
           
static void toPrintableChars(byte[] dest)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

AUTHS

public static final Authorizations AUTHS
Constructor Detail

TestIngest

public TestIngest()
Method Detail

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.