Uses of Class
org.apache.accumulo.core.data.thrift.TColumn

Packages that use TColumn
org.apache.accumulo.core.client.impl   
org.apache.accumulo.core.data   
org.apache.accumulo.core.data.thrift   
org.apache.accumulo.core.tabletserver.thrift   
 

Uses of TColumn in org.apache.accumulo.core.client.impl
 

Methods in org.apache.accumulo.core.client.impl that return TColumn
 TColumn Translator.ColumnTranslator.translate(Column input)
           
 

Uses of TColumn in org.apache.accumulo.core.data
 

Methods in org.apache.accumulo.core.data that return TColumn
 TColumn Column.toThrift()
           
 

Constructors in org.apache.accumulo.core.data with parameters of type TColumn
Column(TColumn tcol)
           
 

Uses of TColumn in org.apache.accumulo.core.data.thrift
 

Methods in org.apache.accumulo.core.data.thrift that return TColumn
 TColumn TColumn.deepCopy()
           
 TColumn TColumn.setColumnFamily(byte[] columnFamily)
           
 TColumn TColumn.setColumnFamily(ByteBuffer columnFamily)
           
 TColumn TColumn.setColumnQualifier(byte[] columnQualifier)
           
 TColumn TColumn.setColumnQualifier(ByteBuffer columnQualifier)
           
 TColumn TColumn.setColumnVisibility(byte[] columnVisibility)
           
 TColumn TColumn.setColumnVisibility(ByteBuffer columnVisibility)
           
 

Methods in org.apache.accumulo.core.data.thrift with parameters of type TColumn
 int TColumn.compareTo(TColumn other)
           
 boolean TColumn.equals(TColumn that)
           
 

Constructors in org.apache.accumulo.core.data.thrift with parameters of type TColumn
TColumn(TColumn other)
          Performs a deep copy on other.
 

Uses of TColumn in org.apache.accumulo.core.tabletserver.thrift
 

Fields in org.apache.accumulo.core.tabletserver.thrift with type parameters of type TColumn
 List<TColumn> TabletClientService.startScan_args.columns
           
 List<TColumn> TabletClientService.startMultiScan_args.columns
           
 List<TColumn> ActiveScan.columns
           
 

Methods in org.apache.accumulo.core.tabletserver.thrift that return types with arguments of type TColumn
 List<TColumn> TabletClientService.startScan_args.getColumns()
           
 List<TColumn> TabletClientService.startMultiScan_args.getColumns()
           
 List<TColumn> ActiveScan.getColumns()
           
 Iterator<TColumn> TabletClientService.startScan_args.getColumnsIterator()
           
 Iterator<TColumn> TabletClientService.startMultiScan_args.getColumnsIterator()
           
 Iterator<TColumn> ActiveScan.getColumnsIterator()
           
 

Methods in org.apache.accumulo.core.tabletserver.thrift with parameters of type TColumn
 void TabletClientService.startScan_args.addToColumns(TColumn elem)
           
 void TabletClientService.startMultiScan_args.addToColumns(TColumn elem)
           
 void ActiveScan.addToColumns(TColumn elem)
           
 

Method parameters in org.apache.accumulo.core.tabletserver.thrift with type arguments of type TColumn
 void TabletClientService.Client.send_startMultiScan(TInfo tinfo, AuthInfo credentials, Map<TKeyExtent,List<TRange>> batch, List<TColumn> columns, List<IterInfo> ssiList, Map<String,Map<String,String>> ssio, List<ByteBuffer> authorizations, boolean waitForWrites)
           
 void TabletClientService.Client.send_startScan(TInfo tinfo, AuthInfo credentials, TKeyExtent extent, TRange range, List<TColumn> columns, int batchSize, List<IterInfo> ssiList, Map<String,Map<String,String>> ssio, List<ByteBuffer> authorizations, boolean waitForWrites, boolean isolated)
           
 TabletClientService.startScan_args TabletClientService.startScan_args.setColumns(List<TColumn> columns)
           
 TabletClientService.startMultiScan_args TabletClientService.startMultiScan_args.setColumns(List<TColumn> columns)
           
 ActiveScan ActiveScan.setColumns(List<TColumn> columns)
           
 InitialMultiScan TabletClientService.Iface.startMultiScan(TInfo tinfo, AuthInfo credentials, Map<TKeyExtent,List<TRange>> batch, List<TColumn> columns, List<IterInfo> ssiList, Map<String,Map<String,String>> ssio, List<ByteBuffer> authorizations, boolean waitForWrites)
           
 InitialMultiScan TabletClientService.Client.startMultiScan(TInfo tinfo, AuthInfo credentials, Map<TKeyExtent,List<TRange>> batch, List<TColumn> columns, List<IterInfo> ssiList, Map<String,Map<String,String>> ssio, List<ByteBuffer> authorizations, boolean waitForWrites)
           
 void TabletClientService.AsyncIface.startMultiScan(TInfo tinfo, AuthInfo credentials, Map<TKeyExtent,List<TRange>> batch, List<TColumn> columns, List<IterInfo> ssiList, Map<String,Map<String,String>> ssio, List<ByteBuffer> authorizations, boolean waitForWrites, org.apache.thrift.async.AsyncMethodCallback<TabletClientService.AsyncClient.startMultiScan_call> resultHandler)
           
 void TabletClientService.AsyncClient.startMultiScan(TInfo tinfo, AuthInfo credentials, Map<TKeyExtent,List<TRange>> batch, List<TColumn> columns, List<IterInfo> ssiList, Map<String,Map<String,String>> ssio, List<ByteBuffer> authorizations, boolean waitForWrites, org.apache.thrift.async.AsyncMethodCallback<TabletClientService.AsyncClient.startMultiScan_call> resultHandler)
           
 InitialScan TabletClientService.Iface.startScan(TInfo tinfo, AuthInfo credentials, TKeyExtent extent, TRange range, List<TColumn> columns, int batchSize, List<IterInfo> ssiList, Map<String,Map<String,String>> ssio, List<ByteBuffer> authorizations, boolean waitForWrites, boolean isolated)
           
 InitialScan TabletClientService.Client.startScan(TInfo tinfo, AuthInfo credentials, TKeyExtent extent, TRange range, List<TColumn> columns, int batchSize, List<IterInfo> ssiList, Map<String,Map<String,String>> ssio, List<ByteBuffer> authorizations, boolean waitForWrites, boolean isolated)
           
 void TabletClientService.AsyncIface.startScan(TInfo tinfo, AuthInfo credentials, TKeyExtent extent, TRange range, List<TColumn> columns, int batchSize, List<IterInfo> ssiList, Map<String,Map<String,String>> ssio, List<ByteBuffer> authorizations, boolean waitForWrites, boolean isolated, org.apache.thrift.async.AsyncMethodCallback<TabletClientService.AsyncClient.startScan_call> resultHandler)
           
 void TabletClientService.AsyncClient.startScan(TInfo tinfo, AuthInfo credentials, TKeyExtent extent, TRange range, List<TColumn> columns, int batchSize, List<IterInfo> ssiList, Map<String,Map<String,String>> ssio, List<ByteBuffer> authorizations, boolean waitForWrites, boolean isolated, org.apache.thrift.async.AsyncMethodCallback<TabletClientService.AsyncClient.startScan_call> resultHandler)
           
 

Constructor parameters in org.apache.accumulo.core.tabletserver.thrift with type arguments of type TColumn
ActiveScan(String client, String user, String tableId, long age, long idleTime, ScanType type, ScanState state, TKeyExtent extent, List<TColumn> columns, List<IterInfo> ssiList, Map<String,Map<String,String>> ssio)
           
TabletClientService.AsyncClient.startMultiScan_call(TInfo tinfo, AuthInfo credentials, Map<TKeyExtent,List<TRange>> batch, List<TColumn> columns, List<IterInfo> ssiList, Map<String,Map<String,String>> ssio, List<ByteBuffer> authorizations, boolean waitForWrites, org.apache.thrift.async.AsyncMethodCallback<TabletClientService.AsyncClient.startMultiScan_call> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)
           
TabletClientService.AsyncClient.startScan_call(TInfo tinfo, AuthInfo credentials, TKeyExtent extent, TRange range, List<TColumn> columns, int batchSize, List<IterInfo> ssiList, Map<String,Map<String,String>> ssio, List<ByteBuffer> authorizations, boolean waitForWrites, boolean isolated, org.apache.thrift.async.AsyncMethodCallback<TabletClientService.AsyncClient.startScan_call> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)
           
TabletClientService.startMultiScan_args(TInfo tinfo, AuthInfo credentials, Map<TKeyExtent,List<TRange>> batch, List<TColumn> columns, List<IterInfo> ssiList, Map<String,Map<String,String>> ssio, List<ByteBuffer> authorizations, boolean waitForWrites)
           
TabletClientService.startScan_args(TInfo tinfo, AuthInfo credentials, TKeyExtent extent, TRange range, List<TColumn> columns, int batchSize, List<IterInfo> ssiList, Map<String,Map<String,String>> ssio, List<ByteBuffer> authorizations, boolean waitForWrites, boolean isolated)
           
 



Copyright © 2012 The Apache Software Foundation. All Rights Reserved.