org.apache.accumulo.server.test.continuous
Class ContinuousIngest

java.lang.Object
  extended by org.apache.accumulo.server.test.continuous.ContinuousIngest

public class ContinuousIngest
extends java.lang.Object


Constructor Summary
ContinuousIngest()
           
 
Method Summary
static long genLong(long min, long max, java.util.Random r)
           
static Mutation genMutation(long rowLong, int cfInt, int cqInt, byte[] ingestInstanceId, long count, byte[] prevRow, java.util.Random r)
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContinuousIngest

public ContinuousIngest()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception

genMutation

public static Mutation genMutation(long rowLong,
                                   int cfInt,
                                   int cqInt,
                                   byte[] ingestInstanceId,
                                   long count,
                                   byte[] prevRow,
                                   java.util.Random r)

genLong

public static final long genLong(long min,
                                 long max,
                                 java.util.Random r)


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.