public class TestSeekBeforeWithReverseScan extends Object
Modifier and Type | Field and Description |
---|---|
private byte[] |
cfName |
static HBaseClassTestRule |
CLASS_RULE |
private byte[] |
cqName |
private org.apache.hadoop.hbase.regionserver.HRegion |
region |
private HBaseTestingUtility |
testUtil |
Constructor and Description |
---|
TestSeekBeforeWithReverseScan() |
Modifier and Type | Method and Description |
---|---|
private byte[] |
invert(byte[] bytes) |
void |
setUp() |
void |
tearDown() |
void |
testReverseScanWithoutPadding() |
void |
testReverseScanWithPadding() |
public static final HBaseClassTestRule CLASS_RULE
private final HBaseTestingUtility testUtil
private org.apache.hadoop.hbase.regionserver.HRegion region
private byte[] cfName
private byte[] cqName
public TestSeekBeforeWithReverseScan()
public void testReverseScanWithoutPadding() throws Exception
Exception
public void testReverseScanWithPadding() throws Exception
Exception
private byte[] invert(byte[] bytes)
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.