org.apache.hadoop.hbase.client.transactional
Class TransactionalTable.TransactionalClientScanner
java.lang.Object
org.apache.hadoop.hbase.client.HTable.ClientScanner
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TransactionalTable.TransactionalClientScanner
protected TransactionalTable.TransactionalClientScanner(TransactionState transactionState,
byte[][] columns,
byte[] startRow,
long timestamp,
RowFilterInterface filter)
getScannerCallable
protected ScannerCallable getScannerCallable(byte[] localStartKey)
- Overrides:
getScannerCallable
in class HTable.ClientScanner
Copyright © 2008 The Apache Software Foundation