Class MockAccumulo
java.lang.Object
org.apache.accumulo.core.client.mock.MockAccumulo
Deprecated.
since 1.8.0; use MiniAccumuloCluster or a standard mock framework instead.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addMutation
(String table, Mutation m) Deprecated.void
Deprecated.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
Deprecated.org.apache.hadoop.fs.FileSystem
Deprecated.Collection<org.apache.hadoop.io.Text>
Deprecated.void
Deprecated.
-
Method Details
-
getFileSystem
public org.apache.hadoop.fs.FileSystem getFileSystem()Deprecated. -
addMutation
Deprecated. -
createBatchScanner
Deprecated. -
createTable
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
Deprecated. -
addSplits
Deprecated. -
getSplits
Deprecated. -
merge
Deprecated.
-