Uses of Class
org.apache.accumulo.core.client.TableExistsException
Packages that use TableExistsException
- 
Uses of TableExistsException in org.apache.accumulo.core.client.adminMethods 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.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