org.apache.accumulo.test
public class TestIngest extends Object
Modifier and Type | Field and Description |
---|---|
static Authorizations |
AUTHS |
Constructor and Description |
---|
TestIngest() |
Modifier and Type | Method and Description |
---|---|
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) |
public static final Authorizations AUTHS
public static void createTable(org.apache.accumulo.test.TestIngest.Opts args) throws Exception
Exception
public static TreeSet<org.apache.hadoop.io.Text> getSplitPoints(long start, long end, long numsplits)
public static byte[][] generateValues(org.apache.accumulo.test.TestIngest.Opts ingestArgs)
public static org.apache.hadoop.io.Text generateRow(int rowid, int startRow)
public static byte[] genRandomValue(Random random, byte[] dest, int seed, int row, int col)
public static void toPrintableChars(byte[] dest)
Copyright © 2015 Apache Accumulo Project. All Rights Reserved.