Uses of Class
org.apache.accumulo.core.client.TableExistsException

Packages that use TableExistsException
org.apache.accumulo.core.client.admin   
org.apache.accumulo.core.client.impl   
org.apache.accumulo.core.util.shell.commands   
 

Uses of TableExistsException in org.apache.accumulo.core.client.admin
 

Methods in org.apache.accumulo.core.client.admin that throw TableExistsException
 void TableOperations.clone(String srcTableName, String newTableName, boolean flush, Map<String,String> propertiesToSet, Set<String> propertiesToExclude)
          Clone a table from an existing table.
 void TableOperations.create(String tableName)
          Create a table with no special configuration
 void TableOperations.create(String tableName, boolean limitVersion)
           
 void TableOperations.create(String tableName, boolean versioningIter, TimeType timeType)
           
 void TableOperations.importTable(String tableName, String importDir)
          Imports a table exported via exportTable and copied via hadoop distcp.
 void TableOperations.rename(String oldTableName, String newTableName)
          Rename a table
 

Uses of TableExistsException in org.apache.accumulo.core.client.impl
 

Methods in org.apache.accumulo.core.client.impl that throw TableExistsException
 void TableOperationsImpl.clone(String srcTableName, String newTableName, boolean flush, Map<String,String> propertiesToSet, Set<String> propertiesToExclude)
           
 void TableOperationsImpl.create(String tableName)
          Create a table with no special configuration
 void TableOperationsImpl.create(String tableName, boolean limitVersion)
           
 void TableOperationsImpl.create(String tableName, boolean limitVersion, TimeType timeType)
           
 void TableOperationsImpl.importTable(String tableName, String importDir)
           
 void TableOperationsImpl.rename(String oldTableName, String newTableName)
          Rename a table
 

Uses of TableExistsException in org.apache.accumulo.core.util.shell.commands
 

Methods in org.apache.accumulo.core.util.shell.commands that throw TableExistsException
 int RenameTableCommand.execute(String fullCommand, org.apache.commons.cli.CommandLine cl, Shell shellState)
           
 int RenameNamespaceCommand.execute(String fullCommand, org.apache.commons.cli.CommandLine cl, Shell shellState)
           
 int ImportTableCommand.execute(String fullCommand, org.apache.commons.cli.CommandLine cl, Shell shellState)
           
 int ExportTableCommand.execute(String fullCommand, org.apache.commons.cli.CommandLine cl, Shell shellState)
           
 int CreateUserCommand.execute(String fullCommand, org.apache.commons.cli.CommandLine cl, Shell shellState)
           
 int CreateTableCommand.execute(String fullCommand, org.apache.commons.cli.CommandLine cl, Shell shellState)
           
 int CreateNamespaceCommand.execute(String fullCommand, org.apache.commons.cli.CommandLine cl, Shell shellState)
           
 int CloneTableCommand.execute(String fullCommand, org.apache.commons.cli.CommandLine cl, Shell shellState)
           
 



Copyright © 2015 Apache Accumulo Project. All rights reserved.