Package | Description |
---|---|
org.apache.accumulo.proxy | |
org.apache.accumulo.proxy.thrift |
Modifier and Type | Method and Description |
---|---|
void |
ProxyServer.update(String writer,
Map<ByteBuffer,List<ColumnUpdate>> cells) |
void |
ProxyServer.updateAndFlush(ByteBuffer login,
String tableName,
Map<ByteBuffer,List<ColumnUpdate>> cells) |
Modifier and Type | Field and Description |
---|---|
Map<ByteBuffer,List<ColumnUpdate>> |
AccumuloProxy.updateAndFlush_args.cells |
Map<ByteBuffer,List<ColumnUpdate>> |
AccumuloProxy.update_args.cells |
Modifier and Type | Method and Description |
---|---|
ColumnUpdate |
ColumnUpdate.deepCopy() |
ColumnUpdate |
ColumnUpdate.setColFamily(byte[] colFamily) |
ColumnUpdate |
ColumnUpdate.setColFamily(ByteBuffer colFamily) |
ColumnUpdate |
ColumnUpdate.setColQualifier(byte[] colQualifier) |
ColumnUpdate |
ColumnUpdate.setColQualifier(ByteBuffer colQualifier) |
ColumnUpdate |
ColumnUpdate.setColVisibility(byte[] colVisibility) |
ColumnUpdate |
ColumnUpdate.setColVisibility(ByteBuffer colVisibility) |
ColumnUpdate |
ColumnUpdate.setDeleteCell(boolean deleteCell) |
ColumnUpdate |
ColumnUpdate.setTimestamp(long timestamp) |
ColumnUpdate |
ColumnUpdate.setValue(byte[] value) |
ColumnUpdate |
ColumnUpdate.setValue(ByteBuffer value) |
Modifier and Type | Method and Description |
---|---|
Map<ByteBuffer,List<ColumnUpdate>> |
AccumuloProxy.updateAndFlush_args.getCells() |
Map<ByteBuffer,List<ColumnUpdate>> |
AccumuloProxy.update_args.getCells() |
Modifier and Type | Method and Description |
---|---|
int |
ColumnUpdate.compareTo(ColumnUpdate other) |
boolean |
ColumnUpdate.equals(ColumnUpdate that) |
Modifier and Type | Method and Description |
---|---|
void |
AccumuloProxy.updateAndFlush_args.putToCells(ByteBuffer key,
List<ColumnUpdate> val) |
void |
AccumuloProxy.update_args.putToCells(ByteBuffer key,
List<ColumnUpdate> val) |
void |
AccumuloProxy.Client.send_update(String writer,
Map<ByteBuffer,List<ColumnUpdate>> cells) |
void |
AccumuloProxy.Client.send_updateAndFlush(ByteBuffer login,
String tableName,
Map<ByteBuffer,List<ColumnUpdate>> cells) |
AccumuloProxy.updateAndFlush_args |
AccumuloProxy.updateAndFlush_args.setCells(Map<ByteBuffer,List<ColumnUpdate>> cells) |
AccumuloProxy.update_args |
AccumuloProxy.update_args.setCells(Map<ByteBuffer,List<ColumnUpdate>> cells) |
void |
AccumuloProxy.Iface.update(String writer,
Map<ByteBuffer,List<ColumnUpdate>> cells) |
void |
AccumuloProxy.Client.update(String writer,
Map<ByteBuffer,List<ColumnUpdate>> cells) |
void |
AccumuloProxy.AsyncIface.update(String writer,
Map<ByteBuffer,List<ColumnUpdate>> cells,
org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.update_call> resultHandler) |
void |
AccumuloProxy.AsyncClient.update(String writer,
Map<ByteBuffer,List<ColumnUpdate>> cells,
org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.update_call> resultHandler) |
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) |
void |
AccumuloProxy.AsyncIface.updateAndFlush(ByteBuffer login,
String tableName,
Map<ByteBuffer,List<ColumnUpdate>> cells,
org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.updateAndFlush_call> resultHandler) |
void |
AccumuloProxy.AsyncClient.updateAndFlush(ByteBuffer login,
String tableName,
Map<ByteBuffer,List<ColumnUpdate>> cells,
org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.updateAndFlush_call> resultHandler) |
Constructor and Description |
---|
ColumnUpdate(ColumnUpdate other)
Performs a deep copy on other.
|
Constructor and Description |
---|
AccumuloProxy.AsyncClient.update_call(String writer,
Map<ByteBuffer,List<ColumnUpdate>> cells,
org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.update_call> resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport) |
AccumuloProxy.AsyncClient.updateAndFlush_call(ByteBuffer login,
String tableName,
Map<ByteBuffer,List<ColumnUpdate>> cells,
org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.updateAndFlush_call> resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport) |
AccumuloProxy.update_args(String writer,
Map<ByteBuffer,List<ColumnUpdate>> cells) |
AccumuloProxy.updateAndFlush_args(ByteBuffer login,
String tableName,
Map<ByteBuffer,List<ColumnUpdate>> cells) |
Copyright © 2011-2015 The Apache Software Foundation. All Rights Reserved.