org.apache.hadoop.hbase.client.transactional
Class TransactionalTable.TransactionalClientScanner

java.lang.Object
  extended by org.apache.hadoop.hbase.client.HTable.ClientScanner
      extended by org.apache.hadoop.hbase.client.transactional.TransactionalTable.TransactionalClientScanner
All Implemented Interfaces:
Closeable, Iterable<RowResult>, Scanner
Enclosing class:
TransactionalTable

protected class TransactionalTable.TransactionalClientScanner
extends HTable.ClientScanner


Field Summary
 
Fields inherited from class org.apache.hadoop.hbase.client.HTable.ClientScanner
filter, scanTime
 
Constructor Summary
protected TransactionalTable.TransactionalClientScanner(TransactionState transactionState, byte[][] columns, byte[] startRow, long timestamp, RowFilterInterface filter)
           
 
Method Summary
protected  ScannerCallable getScannerCallable(byte[] localStartKey, int caching)
           
 
Methods inherited from class org.apache.hadoop.hbase.client.HTable.ClientScanner
close, getColumns, getFilter, getTimestamp, initialize, iterator, next, next
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransactionalTable.TransactionalClientScanner

protected TransactionalTable.TransactionalClientScanner(TransactionState transactionState,
                                                        byte[][] columns,
                                                        byte[] startRow,
                                                        long timestamp,
                                                        RowFilterInterface filter)
Method Detail

getScannerCallable

protected ScannerCallable getScannerCallable(byte[] localStartKey,
                                             int caching)
Overrides:
getScannerCallable in class HTable.ClientScanner


Copyright © 2008 The Apache Software Foundation