Package | Description |
---|---|
org.apache.accumulo.proxy | |
org.apache.accumulo.proxy.thrift |
Modifier and Type | Method and Description |
---|---|
void |
ProxyServer.cloneTable(ByteBuffer login,
String tableName,
String newTableName,
boolean flush,
Map<String,String> propertiesToSet,
Set<String> propertiesToExclude) |
void |
ProxyServer.createTable(ByteBuffer login,
String tableName,
boolean versioningIter,
TimeType type) |
void |
ProxyServer.importTable(ByteBuffer login,
String tableName,
String importDir) |
void |
ProxyServer.renameTable(ByteBuffer login,
String oldTableName,
String newTableName) |
Modifier and Type | Field and Description |
---|---|
TableExistsException |
AccumuloProxy.importTable_result.ouch1 |
TableExistsException |
AccumuloProxy.createTable_result.ouch3 |
TableExistsException |
AccumuloProxy.cloneTable_result.ouch4 |
TableExistsException |
AccumuloProxy.renameTable_result.ouch4 |
Modifier and Type | Method and Description |
---|---|
TableExistsException |
TableExistsException.deepCopy() |
TableExistsException |
AccumuloProxy.importTable_result.getOuch1() |
TableExistsException |
AccumuloProxy.createTable_result.getOuch3() |
TableExistsException |
AccumuloProxy.cloneTable_result.getOuch4() |
TableExistsException |
AccumuloProxy.renameTable_result.getOuch4() |
TableExistsException |
TableExistsException.setMsg(String msg) |
Modifier and Type | Method and Description |
---|---|
int |
TableExistsException.compareTo(TableExistsException other) |
boolean |
TableExistsException.equals(TableExistsException that) |
AccumuloProxy.importTable_result |
AccumuloProxy.importTable_result.setOuch1(TableExistsException ouch1) |
AccumuloProxy.createTable_result |
AccumuloProxy.createTable_result.setOuch3(TableExistsException ouch3) |
AccumuloProxy.cloneTable_result |
AccumuloProxy.cloneTable_result.setOuch4(TableExistsException ouch4) |
AccumuloProxy.renameTable_result |
AccumuloProxy.renameTable_result.setOuch4(TableExistsException ouch4) |
Modifier and Type | Method and Description |
---|---|
void |
AccumuloProxy.Iface.cloneTable(ByteBuffer login,
String tableName,
String newTableName,
boolean flush,
Map<String,String> propertiesToSet,
Set<String> propertiesToExclude) |
void |
AccumuloProxy.Client.cloneTable(ByteBuffer login,
String tableName,
String newTableName,
boolean flush,
Map<String,String> propertiesToSet,
Set<String> propertiesToExclude) |
void |
AccumuloProxy.Iface.createTable(ByteBuffer login,
String tableName,
boolean versioningIter,
TimeType type) |
void |
AccumuloProxy.Client.createTable(ByteBuffer login,
String tableName,
boolean versioningIter,
TimeType type) |
void |
AccumuloProxy.AsyncClient.cloneTable_call.getResult() |
void |
AccumuloProxy.AsyncClient.createTable_call.getResult() |
void |
AccumuloProxy.AsyncClient.importTable_call.getResult() |
void |
AccumuloProxy.AsyncClient.renameTable_call.getResult() |
void |
AccumuloProxy.Iface.importTable(ByteBuffer login,
String tableName,
String importDir) |
void |
AccumuloProxy.Client.importTable(ByteBuffer login,
String tableName,
String importDir) |
void |
AccumuloProxy.Client.recv_cloneTable() |
void |
AccumuloProxy.Client.recv_createTable() |
void |
AccumuloProxy.Client.recv_importTable() |
void |
AccumuloProxy.Client.recv_renameTable() |
void |
AccumuloProxy.Iface.renameTable(ByteBuffer login,
String oldTableName,
String newTableName) |
void |
AccumuloProxy.Client.renameTable(ByteBuffer login,
String oldTableName,
String newTableName) |
Constructor and Description |
---|
AccumuloProxy.cloneTable_result(AccumuloException ouch1,
AccumuloSecurityException ouch2,
TableNotFoundException ouch3,
TableExistsException ouch4) |
AccumuloProxy.createTable_result(AccumuloException ouch1,
AccumuloSecurityException ouch2,
TableExistsException ouch3) |
AccumuloProxy.importTable_result(TableExistsException ouch1,
AccumuloException ouch2,
AccumuloSecurityException ouch3) |
AccumuloProxy.renameTable_result(AccumuloException ouch1,
AccumuloSecurityException ouch2,
TableNotFoundException ouch3,
TableExistsException ouch4) |
TableExistsException(TableExistsException other)
Performs a deep copy on other.
|
Copyright © 2011-2015 The Apache Software Foundation. All Rights Reserved.