Package | Description |
---|---|
org.apache.accumulo.core.client.admin | |
org.apache.accumulo.core.client.mock |
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
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) |
Copyright © 2011-2016 The Apache Software Foundation. All Rights Reserved.