Uses of Class
org.apache.accumulo.core.client.TableExistsException
-
Packages that use TableExistsException Package Description org.apache.accumulo.core.client.admin org.apache.accumulo.core.clientImpl -
-
Uses of TableExistsException in org.apache.accumulo.core.client.admin
Methods in org.apache.accumulo.core.client.admin that throw TableExistsException Modifier and Type Method Description voidTableOperations. 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.voidTableOperations. create(String tableName)Create a table with no special configuration.default voidTableOperations. create(String tableName, boolean limitVersion)Deprecated.since 1.7.0; useTableOperations.create(String, NewTableConfiguration)instead.default voidTableOperations. create(String tableName, boolean versioningIter, TimeType timeType)Deprecated.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)Imports a table exported via exportTable and copied via hadoop distcp.voidTableOperations. rename(String oldTableName, String newTableName)Rename a table -
Uses of TableExistsException in org.apache.accumulo.core.clientImpl
Methods in org.apache.accumulo.core.clientImpl that throw TableExistsException Modifier and Type Method Description voidTableOperationsImpl. clone(String srcTableName, String newTableName, boolean flush, Map<String,String> propertiesToSet, Set<String> propertiesToExclude)voidTableOperationsImpl. clone(String srcTableName, String newTableName, CloneConfiguration config)voidTableOperationsImpl. create(String tableName)voidTableOperationsImpl. create(String tableName, NewTableConfiguration ntc)voidTableOperationsImpl. importTable(String tableName, Set<String> importDirs)voidTableOperationsImpl. rename(String oldTableName, String newTableName)
-