Uses of Class
org.apache.hadoop.hbase.thrift2.generated.TScan

Packages that use TScan
org.apache.hadoop.hbase.thrift2 Provides an HBase Thrift service. 
org.apache.hadoop.hbase.thrift2.generated   
 

Uses of TScan in org.apache.hadoop.hbase.thrift2
 

Methods in org.apache.hadoop.hbase.thrift2 with parameters of type TScan
 int ThriftHBaseServiceHandler.openScanner(ByteBuffer table, TScan scan)
           
static Scan ThriftUtilities.scanFromThrift(TScan in)
           
 

Uses of TScan in org.apache.hadoop.hbase.thrift2.generated
 

Fields in org.apache.hadoop.hbase.thrift2.generated declared as TScan
 TScan THBaseService.openScanner_args.scan
          the scan object to get a Scanner for
 

Methods in org.apache.hadoop.hbase.thrift2.generated that return TScan
 TScan TScan.deepCopy()
           
 TScan THBaseService.openScanner_args.getScan()
          the scan object to get a Scanner for
 TScan TScan.setCaching(int caching)
           
 TScan TScan.setColumns(List<TColumn> columns)
           
 TScan TScan.setMaxVersions(int maxVersions)
           
 TScan TScan.setStartRow(byte[] startRow)
           
 TScan TScan.setStartRow(ByteBuffer startRow)
           
 TScan TScan.setStopRow(byte[] stopRow)
           
 TScan TScan.setStopRow(ByteBuffer stopRow)
           
 TScan TScan.setTimeRange(TTimeRange timeRange)
           
 

Methods in org.apache.hadoop.hbase.thrift2.generated with parameters of type TScan
 int TScan.compareTo(TScan other)
           
 boolean TScan.equals(TScan that)
           
 int THBaseService.Iface.openScanner(ByteBuffer table, TScan scan)
          Get a Scanner for the provided TScan object.
 int THBaseService.Client.openScanner(ByteBuffer table, TScan scan)
           
 void THBaseService.AsyncIface.openScanner(ByteBuffer table, TScan scan, org.apache.thrift.async.AsyncMethodCallback<THBaseService.AsyncClient.openScanner_call> resultHandler)
           
 void THBaseService.AsyncClient.openScanner(ByteBuffer table, TScan scan, org.apache.thrift.async.AsyncMethodCallback<THBaseService.AsyncClient.openScanner_call> resultHandler)
           
 void THBaseService.Client.send_openScanner(ByteBuffer table, TScan scan)
           
 THBaseService.openScanner_args THBaseService.openScanner_args.setScan(TScan scan)
          the scan object to get a Scanner for
 

Constructors in org.apache.hadoop.hbase.thrift2.generated with parameters of type TScan
THBaseService.AsyncClient.openScanner_call(ByteBuffer table, TScan scan, org.apache.thrift.async.AsyncMethodCallback<THBaseService.AsyncClient.openScanner_call> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)
           
THBaseService.openScanner_args(ByteBuffer table, TScan scan)
           
TScan(TScan other)
          Performs a deep copy on other.
 



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