org.apache.accumulo.examples.simple.client
Class RowOperations

java.lang.Object
  extended by org.apache.accumulo.examples.simple.client.RowOperations

public class RowOperations
extends Object

A demonstration of reading entire rows and deleting entire rows.


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

RowOperations

public RowOperations()
Method Detail

main

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


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