|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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.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.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 |
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 |
CloneTableCommand.execute(String fullCommand,
org.apache.commons.cli.CommandLine cl,
Shell shellState)
|
int |
RenameTableCommand.execute(String fullCommand,
org.apache.commons.cli.CommandLine cl,
Shell shellState)
|
Uses of TableExistsException in org.apache.accumulo.examples.simple.client |
---|
Methods in org.apache.accumulo.examples.simple.client that throw TableExistsException | |
---|---|
static void |
RowOperations.main(String[] args)
|
Uses of TableExistsException in org.apache.accumulo.examples.simple.helloworld |
---|
Methods in org.apache.accumulo.examples.simple.helloworld that throw TableExistsException | |
---|---|
static void |
InsertWithBatchWriter.main(String[] args)
|
Uses of TableExistsException in org.apache.accumulo.examples.simple.mapreduce.bulk |
---|
Methods in org.apache.accumulo.examples.simple.mapreduce.bulk that throw TableExistsException | |
---|---|
static void |
SetupTable.main(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(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()
|
Uses of TableExistsException in org.apache.accumulo.server.test.randomwalk.security |
---|
Methods in org.apache.accumulo.server.test.randomwalk.security that throw TableExistsException | |
---|---|
static void |
AlterTable.renameTable(Connector conn,
State state,
String oldName,
String newName,
boolean hasPermission,
boolean tableExists)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |