Uses of Class
org.apache.accumulo.core.client.TableExistsException
Packages that use TableExistsException
-
Uses of TableExistsException in org.apache.accumulo.core.client.admin
Methods in org.apache.accumulo.core.client.admin that throw TableExistsExceptionModifier and TypeMethodDescriptionvoidTableOperations.clone(String srcTableName, String newTableName, boolean flush, Map<String, String> propertiesToSet, Set<String> propertiesToExclude) Clone a table from an existing table.voidTableOperations.clone(String srcTableName, String newTableName, CloneConfiguration config) Clone a table from an existing table.voidCreate a table with no special configuration.default voidDeprecated.default voidDeprecated.since 1.7.0; useTableOperations.create(String, NewTableConfiguration)instead.voidTableOperations.create(String tableName, NewTableConfiguration ntc) Create a table with specified configuration.default voidTableOperations.importTable(String tableName, String importDir) Imports a table exported via exportTable and copied via hadoop distcp.voidTableOperations.importTable(String tableName, Set<String> importDirs, ImportConfiguration ic) Imports a table exported viaTableOperations.exportTable(String, String)and then copied via hadoop distcp.voidRename a table
TableOperations.create(String, NewTableConfiguration)instead.