Package | Description |
---|---|
org.apache.accumulo.core.client.admin | |
org.apache.accumulo.core.client.impl | |
org.apache.accumulo.core.util.shell.commands |
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
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 © 2011–2016 The Apache Software Foundation. All rights reserved.