public class TestScannerHeartbeatMessages extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TestScannerHeartbeatMessages.SparseCellFilter |
static class |
TestScannerHeartbeatMessages.SparseRowFilter |
| Modifier and Type | Field and Description |
|---|---|
static HBaseClassTestRule |
CLASS_RULE |
| Constructor and Description |
|---|
TestScannerHeartbeatMessages() |
| Modifier and Type | Method and Description |
|---|---|
static void |
setUpBeforeClass() |
void |
setupBeforeTest() |
static void |
tearDownAfterClass() |
void |
teardownAfterTest() |
void |
testHeartbeatBetweenColumnFamilies()
Test the case that the time limit for scans is reached in between column families
|
void |
testHeartbeatBetweenRows()
Test the case that the time limit for the scan is reached after each full row of cells is
fetched.
|
void |
testHeartbeatWithSparseCellFilter()
Test the case that there is a filter which filters most of cells
|
void |
testHeartbeatWithSparseRowFilter()
Test the case that there is a filter which filters most of rows
|
public static final HBaseClassTestRule CLASS_RULE
public TestScannerHeartbeatMessages()
public static void setUpBeforeClass() throws Exception
Exceptionpublic static void tearDownAfterClass() throws Exception
Exceptionpublic void setupBeforeTest() throws Exception
Exceptionpublic void teardownAfterTest() throws Exception
Exceptionpublic void testHeartbeatBetweenRows() throws Exception
Exceptionpublic void testHeartbeatBetweenColumnFamilies() throws Exception
Exceptionpublic void testHeartbeatWithSparseCellFilter() throws Exception
Exceptionpublic void testHeartbeatWithSparseRowFilter() throws Exception
ExceptionCopyright © 2007–2019 Cloudera. All rights reserved.