Uses of Class
org.apache.accumulo.core.client.TableExistsException
-
Uses of TableExistsException in org.apache.accumulo.core.client.admin
Modifier and TypeMethodDescriptionvoid
TableOperations.clone
(String srcTableName, String newTableName, boolean flush, Map<String, String> propertiesToSet, Set<String> propertiesToExclude) Clone a table from an existing table.void
TableOperations.clone
(String srcTableName, String newTableName, CloneConfiguration config) Clone a table from an existing table.void
Create a table with no special configurationvoid
Deprecated.void
Deprecated.since 1.7.0; useTableOperations.create(String, NewTableConfiguration)
instead.void
TableOperations.create
(String tableName, NewTableConfiguration ntc) void
TableOperations.importTable
(String tableName, String importDir) Imports a table exported via exportTable and copied via hadoop distcp.void
Rename a table
TableOperations.create(String, NewTableConfiguration)
instead.