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 TypeMethodDescriptionvoidaddMutation(String table, Mutation m) Deprecated.voidDeprecated.createBatchScanner(String tableName, Authorizations authorizations) Deprecated.voidcreateNamespace(String username, String namespace) Deprecated.voidcreateTable(String username, String tableName, boolean useVersions, TimeType timeType) Deprecated.voidcreateTable(String username, String tableName, boolean useVersions, TimeType timeType, Map<String, String> properties) Deprecated.voidDeprecated.org.apache.hadoop.fs.FileSystemDeprecated.Collection<org.apache.hadoop.io.Text>Deprecated.voidDeprecated.
-
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.
-