@InterfaceAudience.Private public class CollectionBackedScanner extends NonReversedNonLazyKeyValueScanner
NO_NEXT_INDEXED_KEY| Constructor and Description |
|---|
CollectionBackedScanner(org.apache.hadoop.hbase.CellComparator comparator,
org.apache.hadoop.hbase.Cell... array) |
CollectionBackedScanner(List<org.apache.hadoop.hbase.Cell> list) |
CollectionBackedScanner(List<org.apache.hadoop.hbase.Cell> list,
org.apache.hadoop.hbase.CellComparator comparator) |
CollectionBackedScanner(SortedSet<org.apache.hadoop.hbase.Cell> set) |
CollectionBackedScanner(SortedSet<org.apache.hadoop.hbase.Cell> set,
org.apache.hadoop.hbase.CellComparator comparator) |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Close the KeyValue scanner.
|
org.apache.hadoop.hbase.Cell |
next()
Return the next Cell in this scanner, iterating the scanner
|
org.apache.hadoop.hbase.Cell |
peek()
Look at the next Cell in this scanner, but do not iterate scanner.
|
boolean |
reseek(org.apache.hadoop.hbase.Cell seekCell)
Reseek the scanner at or after the specified KeyValue.
|
boolean |
seek(org.apache.hadoop.hbase.Cell seekCell)
Seek the scanner at or after the specified KeyValue.
|
backwardSeek, seekToLastRow, seekToPreviousRowdoRealSeek, enforceSeek, getFilePath, getNextIndexedKey, isFileScanner, realSeekDone, requestSeek, shipped, shouldUseScannerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetScannerOrderpublic CollectionBackedScanner(SortedSet<org.apache.hadoop.hbase.Cell> set)
public CollectionBackedScanner(SortedSet<org.apache.hadoop.hbase.Cell> set, org.apache.hadoop.hbase.CellComparator comparator)
public CollectionBackedScanner(List<org.apache.hadoop.hbase.Cell> list)
public CollectionBackedScanner(List<org.apache.hadoop.hbase.Cell> list, org.apache.hadoop.hbase.CellComparator comparator)
public CollectionBackedScanner(org.apache.hadoop.hbase.CellComparator comparator,
org.apache.hadoop.hbase.Cell... array)
public org.apache.hadoop.hbase.Cell peek()
KeyValueScannerpublic org.apache.hadoop.hbase.Cell next()
KeyValueScannerpublic boolean seek(org.apache.hadoop.hbase.Cell seekCell)
KeyValueScannerseekCell - seek valuepublic boolean reseek(org.apache.hadoop.hbase.Cell seekCell)
KeyValueScannerseekCell - seek value (should be non-null)public void close()
KeyValueScannerCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.