@Deprecated public class MockAccumulo extends Object
| Modifier and Type | Method and Description | 
|---|---|
| void | addMutation(String table,
           Mutation m)Deprecated.  | 
| void | addSplits(String tableName,
         SortedSet<org.apache.hadoop.io.Text> partitionKeys)Deprecated.  | 
| BatchScanner | createBatchScanner(String tableName,
                  Authorizations authorizations)Deprecated.  | 
| void | createNamespace(String username,
               String namespace)Deprecated.  | 
| void | createTable(String username,
           String tableName,
           boolean useVersions,
           TimeType timeType)Deprecated.  | 
| void | createTable(String username,
           String tableName,
           boolean useVersions,
           TimeType timeType,
           Map<String,String> properties)Deprecated.  | 
| void | createTable(String username,
           String tableName,
           TimeType timeType,
           Map<String,String> properties)Deprecated.  | 
| org.apache.hadoop.fs.FileSystem | getFileSystem()Deprecated.  | 
| Collection<org.apache.hadoop.io.Text> | getSplits(String tableName)Deprecated.  | 
| void | merge(String tableName,
     org.apache.hadoop.io.Text start,
     org.apache.hadoop.io.Text end)Deprecated.  | 
public org.apache.hadoop.fs.FileSystem getFileSystem()
public BatchScanner createBatchScanner(String tableName, Authorizations authorizations)
public void createTable(String username, String tableName, boolean useVersions, TimeType timeType)
public void createTable(String username, String tableName, boolean useVersions, TimeType timeType, Map<String,String> properties)
public void createTable(String username, String tableName, TimeType timeType, Map<String,String> properties)
public void addSplits(String tableName, SortedSet<org.apache.hadoop.io.Text> partitionKeys)
public Collection<org.apache.hadoop.io.Text> getSplits(String tableName)
public void merge(String tableName, org.apache.hadoop.io.Text start, org.apache.hadoop.io.Text end)
Copyright © 2011–2017 The Apache Software Foundation. All rights reserved.