Uses of Class
org.apache.accumulo.proxy.thrift.ColumnUpdate

Packages that use ColumnUpdate
org.apache.accumulo.proxy   
org.apache.accumulo.proxy.thrift   
 

Uses of ColumnUpdate in org.apache.accumulo.proxy
 

Method parameters in org.apache.accumulo.proxy with type arguments of type ColumnUpdate
 void ProxyServer.update(String writer, Map<ByteBuffer,List<ColumnUpdate>> cells)
           
 void ProxyServer.updateAndFlush(ByteBuffer login, String tableName, Map<ByteBuffer,List<ColumnUpdate>> cells)
           
 

Uses of ColumnUpdate in org.apache.accumulo.proxy.thrift
 

Fields in org.apache.accumulo.proxy.thrift with type parameters of type ColumnUpdate
 Map<ByteBuffer,List<ColumnUpdate>> AccumuloProxy.updateAndFlush_args.cells
           
 Map<ByteBuffer,List<ColumnUpdate>> AccumuloProxy.update_args.cells
           
 

Methods in org.apache.accumulo.proxy.thrift that return ColumnUpdate
 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)
           
 

Methods in org.apache.accumulo.proxy.thrift that return types with arguments of type ColumnUpdate
 Map<ByteBuffer,List<ColumnUpdate>> AccumuloProxy.updateAndFlush_args.getCells()
           
 Map<ByteBuffer,List<ColumnUpdate>> AccumuloProxy.update_args.getCells()
           
 

Methods in org.apache.accumulo.proxy.thrift with parameters of type ColumnUpdate
 int ColumnUpdate.compareTo(ColumnUpdate other)
           
 boolean ColumnUpdate.equals(ColumnUpdate that)
           
 

Method parameters in org.apache.accumulo.proxy.thrift with type arguments of type ColumnUpdate
 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)
           
 

Constructors in org.apache.accumulo.proxy.thrift with parameters of type ColumnUpdate
ColumnUpdate(ColumnUpdate other)
          Performs a deep copy on other.
 

Constructor parameters in org.apache.accumulo.proxy.thrift with type arguments of type ColumnUpdate
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 © 2013 Apache Accumulo Project. All Rights Reserved.