public class KeyValueScanFixture extends org.apache.hadoop.hbase.util.CollectionBackedScanner
| Constructor and Description |
|---|
KeyValueScanFixture(org.apache.hadoop.hbase.CellComparator comparator,
org.apache.hadoop.hbase.Cell... cells) |
| Modifier and Type | Method and Description |
|---|---|
static List<org.apache.hadoop.hbase.regionserver.KeyValueScanner> |
scanFixture(org.apache.hadoop.hbase.KeyValue[]... kvArrays) |
close, next, peek, reseek, seekbackwardSeek, seekToLastRow, seekToPreviousRowdoRealSeek, enforceSeek, getFilePath, getNextIndexedKey, isFileScanner, realSeekDone, requestSeek, shipped, shouldUseScannerpublic KeyValueScanFixture(org.apache.hadoop.hbase.CellComparator comparator, org.apache.hadoop.hbase.Cell... cells)
public static List<org.apache.hadoop.hbase.regionserver.KeyValueScanner> scanFixture(org.apache.hadoop.hbase.KeyValue[]... kvArrays)
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.