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 configurationvoidDeprecated.voidDeprecated.since 1.7.0; useTableOperations.create(String, NewTableConfiguration)instead.voidTableOperations.create(String tableName, NewTableConfiguration ntc) voidTableOperations.importTable(String tableName, String importDir) Imports a table exported via exportTable and copied via hadoop distcp.voidRename a table
TableOperations.create(String, NewTableConfiguration)instead.