private static class TestStoreScanner.KeyValueHeapWithCount extends org.apache.hadoop.hbase.regionserver.KeyValueHeap
Modifier and Type | Field and Description |
---|---|
(package private) AtomicInteger |
count |
Constructor and Description |
---|
KeyValueHeapWithCount(List<? extends org.apache.hadoop.hbase.regionserver.KeyValueScanner> scanners,
org.apache.hadoop.hbase.CellComparator comparator,
AtomicInteger count) |
Modifier and Type | Method and Description |
---|---|
org.apache.hadoop.hbase.Cell |
peek() |
close, getCurrentForTesting, getHeap, getNextIndexedKey, isLatestCellFromMemstore, next, next, pollRealKV, requestSeek, reseek, seek, shipped
backwardSeek, seekToLastRow, seekToPreviousRow
doRealSeek, enforceSeek, getFilePath, isFileScanner, realSeekDone, shouldUseScanner
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
final AtomicInteger count
public KeyValueHeapWithCount(List<? extends org.apache.hadoop.hbase.regionserver.KeyValueScanner> scanners, org.apache.hadoop.hbase.CellComparator comparator, AtomicInteger count) throws IOException
IOException
public org.apache.hadoop.hbase.Cell peek()
peek
in interface org.apache.hadoop.hbase.regionserver.KeyValueScanner
peek
in class org.apache.hadoop.hbase.regionserver.KeyValueHeap
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.