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   
 

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

Methods in org.apache.accumulo.core.client.admin that throw TableExistsException
 void TableOperationsImpl.create(java.lang.String tableName)
          Create a table with no special configuration
 void TableOperations.create(java.lang.String tableName)
          Create a table with no special configuration
 void TableOperationsImpl.create(java.lang.String tableName, TimeType timeType)
           
 void TableOperations.create(java.lang.String tableName, TimeType timeType)
           
 void TableOperationsImpl.rename(java.lang.String oldTableName, java.lang.String newTableName)
          Rename a table
 void TableOperations.rename(java.lang.String oldTableName, java.lang.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.create(java.lang.String tableName)
           
 void MockTableOperations.create(java.lang.String tableName, TimeType timeType)
           
 void MockTableOperations.rename(java.lang.String oldTableName, java.lang.String newTableName)
           
 

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

Methods in org.apache.accumulo.core.util.shell that throw TableExistsException
 int Shell.CreateUserCommand.execute(java.lang.String fullCommand, org.apache.commons.cli.CommandLine cl, Shell shellState)
           
 int Shell.CreateTableCommand.execute(java.lang.String fullCommand, org.apache.commons.cli.CommandLine cl, Shell shellState)
           
 int Shell.RenameTableCommand.execute(java.lang.String fullCommand, org.apache.commons.cli.CommandLine cl, Shell shellState)
           
 



Copyright © 2012 The Apache Software Foundation. All Rights Reserved.