Class MockAccumulo

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

@Deprecated public class MockAccumulo extends Object
Deprecated.
since 1.8.0; use MiniAccumuloCluster or a standard mock framework instead.
  • Method Details

    • getFileSystem

      public org.apache.hadoop.fs.FileSystem getFileSystem()
      Deprecated.
    • addMutation

      public void addMutation(String table, Mutation m)
      Deprecated.
    • createBatchScanner

      public BatchScanner createBatchScanner(String tableName, Authorizations authorizations)
      Deprecated.
    • createTable

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

      public void createTable(String username, String tableName, boolean useVersions, TimeType timeType, Map<String,String> properties)
      Deprecated.
    • createTable

      public void createTable(String username, String tableName, TimeType timeType, Map<String,String> properties)
      Deprecated.
    • createNamespace

      public void createNamespace(String username, String namespace)
      Deprecated.
    • addSplits

      public void addSplits(String tableName, SortedSet<org.apache.hadoop.io.Text> partitionKeys)
      Deprecated.
    • getSplits

      public Collection<org.apache.hadoop.io.Text> getSplits(String tableName)
      Deprecated.
    • merge

      public void merge(String tableName, org.apache.hadoop.io.Text start, org.apache.hadoop.io.Text end)
      Deprecated.