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

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

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

Methods in org.apache.accumulo.core.client.mock that throw TableExistsException
 void MockTableOperations.clone(String srcTableName, String newTableName, boolean flush, Map<String,String> propertiesToSet, Set<String> propertiesToExclude)
           
 void MockTableOperations.create(String tableName)
           
 void MockTableOperations.create(String tableName, boolean versioningIter)
           
 void MockTableOperations.create(String tableName, boolean versioningIter, TimeType timeType)
           
 void MockTableOperations.importTable(String tableName, String exportDir)
           
 void MockTableOperations.rename(String oldTableName, String newTableName)
           
 

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

Methods in org.apache.accumulo.core.util.shell.commands that throw TableExistsException
 int CloneTableCommand.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 CreateUserCommand.execute(String fullCommand, org.apache.commons.cli.CommandLine cl, Shell shellState)
           
 int RenameTableCommand.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)
           
 



Copyright © 2013 Apache Accumulo Project. All Rights Reserved.