|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MutationsRejectedException | |
---|---|
org.apache.accumulo.proxy | |
org.apache.accumulo.proxy.thrift |
Uses of MutationsRejectedException in org.apache.accumulo.proxy |
---|
Methods in org.apache.accumulo.proxy that throw MutationsRejectedException | |
---|---|
void |
ProxyServer.closeWriter(String writer)
|
void |
ProxyServer.flush(String writer)
|
void |
ProxyServer.updateAndFlush(ByteBuffer login,
String tableName,
Map<ByteBuffer,List<ColumnUpdate>> cells)
|
Uses of MutationsRejectedException in org.apache.accumulo.proxy.thrift |
---|
Fields in org.apache.accumulo.proxy.thrift declared as MutationsRejectedException | |
---|---|
MutationsRejectedException |
AccumuloProxy.flush_result.ouch2
|
MutationsRejectedException |
AccumuloProxy.closeWriter_result.ouch2
|
MutationsRejectedException |
AccumuloProxy.updateAndFlush_result.ouch4
|
Methods in org.apache.accumulo.proxy.thrift that return MutationsRejectedException | |
---|---|
MutationsRejectedException |
MutationsRejectedException.deepCopy()
|
MutationsRejectedException |
AccumuloProxy.flush_result.getOuch2()
|
MutationsRejectedException |
AccumuloProxy.closeWriter_result.getOuch2()
|
MutationsRejectedException |
AccumuloProxy.updateAndFlush_result.getOuch4()
|
MutationsRejectedException |
MutationsRejectedException.setMsg(String msg)
|
Methods in org.apache.accumulo.proxy.thrift with parameters of type MutationsRejectedException | |
---|---|
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)
|
Methods in org.apache.accumulo.proxy.thrift that throw MutationsRejectedException | |
---|---|
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)
|
Constructors in org.apache.accumulo.proxy.thrift with parameters of type MutationsRejectedException | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |