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


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)
           
 org.apache.hadoop.fs.FileSystem getFileSystem()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getFileSystem

public org.apache.hadoop.fs.FileSystem getFileSystem()

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 © 2013 The Apache Software Foundation. All Rights Reserved.