org.apache.accumulo.examples.simple.client
public class SequentialBatchWriter extends Object
Constructor and Description |
---|
SequentialBatchWriter() |
Modifier and Type | Method and Description |
---|---|
static void |
main(String[] args)
Writes a specified number of entries to Accumulo using a
BatchWriter . |
public static void main(String[] args) throws AccumuloException, AccumuloSecurityException, TableNotFoundException, MutationsRejectedException
BatchWriter
. The rows of the entries will be sequential starting at a specified number.
The column families will be "foo" and column qualifiers will be "1". The values will be random byte arrays of a specified size.Copyright © 2011-2015 The Apache Software Foundation. All Rights Reserved.