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

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

public class ReadData
extends Object

Reads all data between two rows; all data after a given row; or all data in a table, depending on the number of arguments given.


Constructor Summary
ReadData()
           
 
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

ReadData

public ReadData()
Method Detail

main

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


Copyright © 2013 Apache Accumulo Project. All Rights Reserved.