org.apache.accumulo.examples.simple.helloworld
Class InsertWithBatchWriter

java.lang.Object
  extended by org.apache.accumulo.examples.simple.helloworld.InsertWithBatchWriter

public class InsertWithBatchWriter
extends Object

Inserts 10K rows (50K entries) into accumulo with each row having 5 entries.


Constructor Summary
InsertWithBatchWriter()
           
 
Method Summary
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InsertWithBatchWriter

public InsertWithBatchWriter()
Method Detail

main

public static void main(String[] args)
                 throws AccumuloException,
                        AccumuloSecurityException,
                        MutationsRejectedException,
                        TableExistsException,
                        TableNotFoundException
Throws:
AccumuloException
AccumuloSecurityException
MutationsRejectedException
TableExistsException
TableNotFoundException


Copyright © 2013 Apache Accumulo Project. All Rights Reserved.