org.apache.accumulo.examples.client
Class RandomBatchWriter

java.lang.Object
  extended by org.apache.accumulo.examples.client.RandomBatchWriter

public class RandomBatchWriter
extends java.lang.Object


Constructor Summary
RandomBatchWriter()
           
 
Method Summary
static Mutation createMutation(long rowid, int dataSize, ColumnVisibility visibility)
           
static byte[] createValue(long rowid, int dataSize)
           
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

RandomBatchWriter

public RandomBatchWriter()
Method Detail

createValue

public static byte[] createValue(long rowid,
                                 int dataSize)

createMutation

public static Mutation createMutation(long rowid,
                                      int dataSize,
                                      ColumnVisibility visibility)

main

public static void main(java.lang.String[] args)
                 throws AccumuloException,
                        AccumuloSecurityException,
                        TableNotFoundException
Throws:
AccumuloException
AccumuloSecurityException
TableNotFoundException


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