public class TestScannerWithCorruptHFile extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TestScannerWithCorruptHFile.CorruptHFileCoprocessor |
| Modifier and Type | Field and Description |
|---|---|
static HBaseClassTestRule |
CLASS_RULE |
private static byte[] |
FAMILY_NAME |
org.junit.rules.TestName |
name |
private static HBaseTestingUtility |
TEST_UTIL |
| Constructor and Description |
|---|
TestScannerWithCorruptHFile() |
| Modifier and Type | Method and Description |
|---|---|
private void |
loadTable(org.apache.hadoop.hbase.client.Table table,
int numRows) |
private void |
scan(org.apache.hadoop.hbase.client.Table table) |
static void |
setup() |
static void |
tearDown() |
void |
testScanOnCorruptHFile() |
public static final HBaseClassTestRule CLASS_RULE
public org.junit.rules.TestName name
private static final byte[] FAMILY_NAME
private static final HBaseTestingUtility TEST_UTIL
public TestScannerWithCorruptHFile()
public void testScanOnCorruptHFile() throws IOException
IOExceptionprivate void loadTable(org.apache.hadoop.hbase.client.Table table, int numRows) throws IOException
IOExceptionprivate void scan(org.apache.hadoop.hbase.client.Table table) throws IOException
IOExceptionCopyright © 2007–2019 The Apache Software Foundation. All rights reserved.