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

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

public class MockAccumulo
extends Object


Constructor Summary
MockAccumulo()
           
 
Method Summary
 void addAggregators(String tableName, List<? extends PerColumnIteratorConfig> aggregators)
          Deprecated. since 1.4
 void addMutation(String table, Mutation m)
           
 BatchScanner createBatchScanner(String tableName, Authorizations authorizations)
           
 void createTable(String username, String tableName, boolean useVersions, TimeType timeType)
           
 
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(String table,
                        Mutation m)

createBatchScanner

public BatchScanner createBatchScanner(String tableName,
                                       Authorizations authorizations)

addAggregators

public void addAggregators(String tableName,
                           List<? extends PerColumnIteratorConfig> aggregators)
Deprecated. since 1.4


createTable

public void createTable(String username,
                        String tableName,
                        boolean useVersions,
                        TimeType timeType)


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