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 configuration.default void
Deprecated.default void
Deprecated.since 1.7.0; useTableOperations.create(String, NewTableConfiguration)
instead.void
TableOperations.create
(String tableName, NewTableConfiguration ntc) Create a table with specified configuration.default void
TableOperations.importTable
(String tableName, String importDir) Imports a table exported via exportTable and copied via hadoop distcp.void
TableOperations.importTable
(String tableName, Set<String> importDirs, ImportConfiguration ic) Imports a table exported viaTableOperations.exportTable(String, String)
and then copied via hadoop distcp.void
Rename a table
TableOperations.create(String, NewTableConfiguration)
instead.