org.apache.accumulo.test.randomwalk.bulk
Class BulkPlusOne

java.lang.Object
  extended by org.apache.accumulo.test.randomwalk.Node
      extended by org.apache.accumulo.test.randomwalk.Test
          extended by org.apache.accumulo.test.randomwalk.bulk.BulkTest
              extended by org.apache.accumulo.test.randomwalk.bulk.BulkPlusOne

public class BulkPlusOne
extends BulkTest


Field Summary
static org.apache.hadoop.io.Text CHECK_COLUMN_FAMILY
           
static List<IteratorSetting.Column> COLNAMES
           
static int COLS
           
static String FMT
           
static int HEX_SIZE
           
static int LOTS
           
static org.apache.hadoop.io.Text MARKER_CF
           
 
Fields inherited from class org.apache.accumulo.test.randomwalk.Node
log
 
Constructor Summary
BulkPlusOne()
           
 
Method Summary
protected  void runLater(State state)
           
 
Methods inherited from class org.apache.accumulo.test.randomwalk.bulk.BulkTest
visit
 
Methods inherited from class org.apache.accumulo.test.randomwalk.Test
toString
 
Methods inherited from class org.apache.accumulo.test.randomwalk.Node
equals, hashCode, lastProgress, makingProgress
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

LOTS

public static final int LOTS
See Also:
Constant Field Values

COLS

public static final int COLS
See Also:
Constant Field Values

HEX_SIZE

public static final int HEX_SIZE

FMT

public static final String FMT

COLNAMES

public static final List<IteratorSetting.Column> COLNAMES

CHECK_COLUMN_FAMILY

public static final org.apache.hadoop.io.Text CHECK_COLUMN_FAMILY

MARKER_CF

public static final org.apache.hadoop.io.Text MARKER_CF
Constructor Detail

BulkPlusOne

public BulkPlusOne()
Method Detail

runLater

protected void runLater(State state)
                 throws Exception
Specified by:
runLater in class BulkTest
Throws:
Exception


Copyright © 2013 Apache Accumulo Project. All Rights Reserved.