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   
org.apache.accumulo.examples.client   
org.apache.accumulo.examples.helloworld   
org.apache.accumulo.examples.mapreduce.bulk   
org.apache.accumulo.server.test   
org.apache.accumulo.server.test.functional   
 

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)
           
 

Uses of TableExistsException in org.apache.accumulo.examples.client
 

Methods in org.apache.accumulo.examples.client that throw TableExistsException
static void RowOperations.main(java.lang.String[] args)
           
 

Uses of TableExistsException in org.apache.accumulo.examples.helloworld
 

Methods in org.apache.accumulo.examples.helloworld that throw TableExistsException
static void InsertWithBatchWriter.main(java.lang.String[] args)
           
 

Uses of TableExistsException in org.apache.accumulo.examples.mapreduce.bulk
 

Methods in org.apache.accumulo.examples.mapreduce.bulk that throw TableExistsException
static void SetupTable.main(java.lang.String[] args)
           
 

Uses of TableExistsException in org.apache.accumulo.server.test
 

Methods in org.apache.accumulo.server.test that throw TableExistsException
static void TestIngest.CreateTable.main(java.lang.String[] args)
           
 

Uses of TableExistsException in org.apache.accumulo.server.test.functional
 

Methods in org.apache.accumulo.server.test.functional that throw TableExistsException
 void PermissionsTest.SystemPermissionsTest.run()
           
 void PermissionsTest.TablePermissionsTest.run()
           
 



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