public class TestBlocksRead extends Object
| Modifier and Type | Field and Description |
|---|---|
static HBaseClassTestRule |
CLASS_RULE |
org.junit.rules.TestName |
testName |
| Constructor and Description |
|---|
TestBlocksRead() |
| Modifier and Type | Method and Description |
|---|---|
static void |
setUp() |
static void |
tearDown() |
void |
testBlocksRead()
Test # of blocks read for some simple seek cases.
|
void |
testBlocksStoredWhenCachingDisabled()
Test # of blocks read to ensure disabling cache-fill on Scan works.
|
void |
testLazySeekBlocksRead()
Test # of blocks read (targeted at some of the cases Lazy Seek optimizes).
|
void |
testLazySeekBlocksReadWithDelete() |
public static final HBaseClassTestRule CLASS_RULE
public org.junit.rules.TestName testName
public TestBlocksRead()
public void testBlocksRead() throws Exception
Exceptionpublic void testLazySeekBlocksRead() throws Exception
Exceptionpublic void testBlocksStoredWhenCachingDisabled() throws Exception
Exceptionpublic void testLazySeekBlocksReadWithDelete() throws Exception
ExceptionCopyright © 2007–2019 Cloudera. All rights reserved.