public class TestSeekHints extends Object
Modifier and Type | Class and Description |
---|---|
static class |
TestSeekHints.KeepAllButSeekFilter |
Modifier and Type | Field and Description |
---|---|
private static String |
cf |
static HBaseClassTestRule |
CLASS_RULE |
private static String |
cq |
private static org.apache.hadoop.hbase.client.Table |
ht |
org.junit.rules.TestName |
name |
private static String |
table |
private static HBaseTestingUtility |
TEST_UTIL |
Constructor and Description |
---|
TestSeekHints() |
Modifier and Type | Method and Description |
---|---|
static void |
setUpBeforeClass() |
static void |
tearDownAfterClass() |
void |
testNormalScanForwardsSeek() |
void |
testReversedScanBackwardsSeek() |
private static final HBaseTestingUtility TEST_UTIL
private static org.apache.hadoop.hbase.client.Table ht
public static final HBaseClassTestRule CLASS_RULE
public org.junit.rules.TestName name
public TestSeekHints()
public static void setUpBeforeClass() throws Exception
Exception
public static void tearDownAfterClass() throws Exception
Exception
public void testNormalScanForwardsSeek() throws IOException
IOException
public void testReversedScanBackwardsSeek() throws IOException
IOException
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.