org.apache.accumulo.server.test.continuous
Class ContinuousIngest
java.lang.Object
org.apache.accumulo.server.test.continuous.ContinuousIngest
public class ContinuousIngest
- extends Object
Method Summary |
static long |
genLong(long min,
long max,
Random r)
|
static Mutation |
genMutation(long rowLong,
int cfInt,
int cqInt,
byte[] ingestInstanceId,
long count,
byte[] prevRow,
Random r,
boolean checksum)
|
static void |
main(String[] args)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ContinuousIngest
public ContinuousIngest()
main
public static void main(String[] args)
throws Exception
- Throws:
Exception
genMutation
public static Mutation genMutation(long rowLong,
int cfInt,
int cqInt,
byte[] ingestInstanceId,
long count,
byte[] prevRow,
Random r,
boolean checksum)
genLong
public static final long genLong(long min,
long max,
Random r)
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.