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<Result>, ResultScanner
Enclosing class:
TransactionalTable

protected class TransactionalTable.TransactionalClientScanner
extends HTable.ClientScanner


Constructor Summary
protected TransactionalTable.TransactionalClientScanner(TransactionState transactionState, Scan scan)
           
 
Method Summary
protected  ScannerCallable getScannerCallable(byte[] localStartKey, int caching)
           
 
Methods inherited from class org.apache.hadoop.hbase.client.HTable.ClientScanner
close, getScan, 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,
                                                        Scan scan)
Method Detail

getScannerCallable

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


Copyright © 2010 The Apache Software Foundation