org.apache.accumulo.core.client.mock
Class MockAccumulo

java.lang.Object
  extended by org.apache.accumulo.core.client.mock.MockAccumulo

public class MockAccumulo
extends java.lang.Object


Constructor Summary
MockAccumulo()
           
 
Method Summary
 void addAggregators(java.lang.String tableName, java.util.List<AggregatorConfiguration> aggregators)
           
 void addMutation(java.lang.String table, Mutation m)
           
 BatchScanner createBatchScanner(java.lang.String tableName, Authorizations authorizations)
           
 void createTable(java.lang.String username, java.lang.String tableName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MockAccumulo

public MockAccumulo()
Method Detail

addMutation

public void addMutation(java.lang.String table,
                        Mutation m)

createBatchScanner

public BatchScanner createBatchScanner(java.lang.String tableName,
                                       Authorizations authorizations)

createTable

public void createTable(java.lang.String username,
                        java.lang.String tableName)

addAggregators

public void addAggregators(java.lang.String tableName,
                           java.util.List<AggregatorConfiguration> aggregators)


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