org.apache.accumulo.test.continuous
public class ContinuousIngest extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ContinuousIngest.BaseOpts |
static class |
ContinuousIngest.Opts |
static class |
ContinuousIngest.ShortConverter |
Constructor and Description |
---|
ContinuousIngest() |
Modifier and Type | Method and Description |
---|---|
static long |
genLong(long min,
long max,
Random r) |
static Mutation |
genMutation(long rowLong,
int cfInt,
int cqInt,
ColumnVisibility cv,
byte[] ingestInstanceId,
long count,
byte[] prevRow,
Random r,
boolean checksum) |
static void |
main(String[] args) |
public static Mutation genMutation(long rowLong, int cfInt, int cqInt, ColumnVisibility cv, byte[] ingestInstanceId, long count, byte[] prevRow, Random r, boolean checksum)
public static final long genLong(long min, long max, Random r)
Copyright © 2011-2015 The Apache Software Foundation. All Rights Reserved.