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

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

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

Methods in org.apache.hadoop.hbase.thrift with parameters of type TScan
 int ThriftServerRunner.HBaseHandler.scannerOpenWithScan(ByteBuffer tableName, TScan tScan, Map<ByteBuffer,ByteBuffer> attributes)
           
 

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

Fields in org.apache.hadoop.hbase.thrift.generated declared as TScan
 TScan Hbase.scannerOpenWithScan_args.scan
          Scan instance
 

Methods in org.apache.hadoop.hbase.thrift.generated that return TScan
 TScan TScan.deepCopy()
           
 TScan Hbase.scannerOpenWithScan_args.getScan()
          Scan instance
 TScan TScan.setBatchSize(int batchSize)
           
 TScan TScan.setCaching(int caching)
           
 TScan TScan.setColumns(List<ByteBuffer> columns)
           
 TScan TScan.setFilterString(byte[] filterString)
           
 TScan TScan.setFilterString(ByteBuffer filterString)
           
 TScan TScan.setReversed(boolean reversed)
           
 TScan TScan.setSortColumns(boolean sortColumns)
           
 TScan TScan.setStartRow(byte[] startRow)
           
 TScan TScan.setStartRow(ByteBuffer startRow)
           
 TScan TScan.setStopRow(byte[] stopRow)
           
 TScan TScan.setStopRow(ByteBuffer stopRow)
           
 TScan TScan.setTimestamp(long timestamp)
           
 

Methods in org.apache.hadoop.hbase.thrift.generated with parameters of type TScan
 int TScan.compareTo(TScan other)
           
 boolean TScan.equals(TScan that)
           
 int Hbase.Iface.scannerOpenWithScan(ByteBuffer tableName, TScan scan, Map<ByteBuffer,ByteBuffer> attributes)
          Get a scanner on the current table, using the Scan instance for the scan parameters.
 int Hbase.Client.scannerOpenWithScan(ByteBuffer tableName, TScan scan, Map<ByteBuffer,ByteBuffer> attributes)
           
 void Hbase.AsyncIface.scannerOpenWithScan(ByteBuffer tableName, TScan scan, Map<ByteBuffer,ByteBuffer> attributes, org.apache.thrift.async.AsyncMethodCallback<Hbase.AsyncClient.scannerOpenWithScan_call> resultHandler)
           
 void Hbase.AsyncClient.scannerOpenWithScan(ByteBuffer tableName, TScan scan, Map<ByteBuffer,ByteBuffer> attributes, org.apache.thrift.async.AsyncMethodCallback<Hbase.AsyncClient.scannerOpenWithScan_call> resultHandler)
           
 void Hbase.Client.send_scannerOpenWithScan(ByteBuffer tableName, TScan scan, Map<ByteBuffer,ByteBuffer> attributes)
           
 Hbase.scannerOpenWithScan_args Hbase.scannerOpenWithScan_args.setScan(TScan scan)
          Scan instance
 

Constructors in org.apache.hadoop.hbase.thrift.generated with parameters of type TScan
Hbase.AsyncClient.scannerOpenWithScan_call(ByteBuffer tableName, TScan scan, Map<ByteBuffer,ByteBuffer> attributes, org.apache.thrift.async.AsyncMethodCallback<Hbase.AsyncClient.scannerOpenWithScan_call> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)
           
Hbase.scannerOpenWithScan_args(ByteBuffer tableName, TScan scan, Map<ByteBuffer,ByteBuffer> attributes)
           
TScan(TScan other)
          Performs a deep copy on other.
 



Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.