Methods in org.apache.accumulo.core.client.admin that throw TableExistsException |
void |
TableOperations.clone(String srcTableName,
String newTableName,
boolean flush,
Map<String,String> propertiesToSet,
Set<String> propertiesToExclude)
Clone a table from an existing table. |
void |
TableOperations.create(String tableName)
Create a table with no special configuration |
void |
TableOperations.create(String tableName,
boolean limitVersion)
|
void |
TableOperations.create(String tableName,
boolean versioningIter,
TimeType timeType)
|
void |
TableOperations.importTable(String tableName,
String importDir)
Imports a table exported via exportTable and copied via hadoop distcp. |
void |
TableOperations.rename(String oldTableName,
String newTableName)
Rename a table |
Methods in org.apache.accumulo.core.util.shell.commands that throw TableExistsException |
int |
RenameTableCommand.execute(String fullCommand,
org.apache.commons.cli.CommandLine cl,
Shell shellState)
|
int |
RenameNamespaceCommand.execute(String fullCommand,
org.apache.commons.cli.CommandLine cl,
Shell shellState)
|
int |
ImportTableCommand.execute(String fullCommand,
org.apache.commons.cli.CommandLine cl,
Shell shellState)
|
int |
ExportTableCommand.execute(String fullCommand,
org.apache.commons.cli.CommandLine cl,
Shell shellState)
|
int |
CreateUserCommand.execute(String fullCommand,
org.apache.commons.cli.CommandLine cl,
Shell shellState)
|
int |
CreateTableCommand.execute(String fullCommand,
org.apache.commons.cli.CommandLine cl,
Shell shellState)
|
int |
CreateNamespaceCommand.execute(String fullCommand,
org.apache.commons.cli.CommandLine cl,
Shell shellState)
|
int |
CloneTableCommand.execute(String fullCommand,
org.apache.commons.cli.CommandLine cl,
Shell shellState)
|