Package | Description |
---|---|
org.apache.accumulo.proxy | |
org.apache.accumulo.proxy.thrift |
Modifier and Type | Method and Description |
---|---|
void |
ProxyServer.closeWriter(String writer) |
void |
ProxyServer.flush(String writer) |
void |
ProxyServer.updateAndFlush(ByteBuffer login,
String tableName,
Map<ByteBuffer,List<ColumnUpdate>> cells) |
Modifier and Type | Field and Description |
---|---|
MutationsRejectedException |
AccumuloProxy.flush_result.ouch2 |
MutationsRejectedException |
AccumuloProxy.closeWriter_result.ouch2 |
MutationsRejectedException |
AccumuloProxy.updateAndFlush_result.ouch4 |
Modifier and Type | Method and Description |
---|---|
MutationsRejectedException |
MutationsRejectedException.deepCopy() |
MutationsRejectedException |
AccumuloProxy.flush_result.getOuch2() |
MutationsRejectedException |
AccumuloProxy.closeWriter_result.getOuch2() |
MutationsRejectedException |
AccumuloProxy.updateAndFlush_result.getOuch4() |
MutationsRejectedException |
MutationsRejectedException.setMsg(String msg) |
Modifier and Type | Method and Description |
---|---|
int |
MutationsRejectedException.compareTo(MutationsRejectedException other) |
boolean |
MutationsRejectedException.equals(MutationsRejectedException that) |
AccumuloProxy.flush_result |
AccumuloProxy.flush_result.setOuch2(MutationsRejectedException ouch2) |
AccumuloProxy.closeWriter_result |
AccumuloProxy.closeWriter_result.setOuch2(MutationsRejectedException ouch2) |
AccumuloProxy.updateAndFlush_result |
AccumuloProxy.updateAndFlush_result.setOuch4(MutationsRejectedException ouch4) |
Modifier and Type | Method and Description |
---|---|
void |
AccumuloProxy.Iface.closeWriter(String writer) |
void |
AccumuloProxy.Client.closeWriter(String writer) |
void |
AccumuloProxy.Iface.flush(String writer) |
void |
AccumuloProxy.Client.flush(String writer) |
void |
AccumuloProxy.AsyncClient.updateAndFlush_call.getResult() |
void |
AccumuloProxy.AsyncClient.flush_call.getResult() |
void |
AccumuloProxy.AsyncClient.closeWriter_call.getResult() |
void |
AccumuloProxy.Client.recv_closeWriter() |
void |
AccumuloProxy.Client.recv_flush() |
void |
AccumuloProxy.Client.recv_updateAndFlush() |
void |
AccumuloProxy.Iface.updateAndFlush(ByteBuffer login,
String tableName,
Map<ByteBuffer,List<ColumnUpdate>> cells) |
void |
AccumuloProxy.Client.updateAndFlush(ByteBuffer login,
String tableName,
Map<ByteBuffer,List<ColumnUpdate>> cells) |
Constructor and Description |
---|
AccumuloProxy.closeWriter_result(UnknownWriter ouch1,
MutationsRejectedException ouch2) |
AccumuloProxy.flush_result(UnknownWriter ouch1,
MutationsRejectedException ouch2) |
AccumuloProxy.updateAndFlush_result(AccumuloException outch1,
AccumuloSecurityException ouch2,
TableNotFoundException ouch3,
MutationsRejectedException ouch4) |
MutationsRejectedException(MutationsRejectedException other)
Performs a deep copy on other.
|
Copyright © 2015 Apache Accumulo Project. All Rights Reserved.