|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use KeyValueScanner | |
|---|---|
| org.apache.hadoop.hbase.regionserver | |
| Uses of KeyValueScanner in org.apache.hadoop.hbase.regionserver |
|---|
| Classes in org.apache.hadoop.hbase.regionserver that implement KeyValueScanner | |
|---|---|
class |
KeyValueHeap
Implements a heap merge across any number of KeyValueScanners. |
protected class |
MemStore.MemStoreScanner
|
class |
MinorCompactingStoreScanner
A scanner that does a minor compaction at the same time. |
| Methods in org.apache.hadoop.hbase.regionserver that return KeyValueScanner | |
|---|---|
KeyValueScanner |
Store.getScanner(Scan scan,
NavigableSet<byte[]> targetCols)
Return a scanner for both the memstore and the HStore files |
| Methods in org.apache.hadoop.hbase.regionserver that return types with arguments of type KeyValueScanner | |
|---|---|
PriorityQueue<KeyValueScanner> |
KeyValueHeap.getHeap()
|
| Method parameters in org.apache.hadoop.hbase.regionserver with type arguments of type KeyValueScanner | |
|---|---|
protected InternalScanner |
HRegion.getScanner(Scan scan,
List<KeyValueScanner> additionalScanners)
|
protected InternalScanner |
HRegion.instantiateInternalScanner(Scan scan,
List<KeyValueScanner> additionalScanners)
|
| Constructor parameters in org.apache.hadoop.hbase.regionserver with type arguments of type KeyValueScanner | |
|---|---|
KeyValueHeap(List<? extends KeyValueScanner> scanners,
KeyValue.KVComparator comparator)
Constructor. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||