Class TestScannerRetriableFailure
java.lang.Object
org.apache.hadoop.hbase.regionserver.TestScannerRetriableFailure
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionstatic final HBaseClassTestRule
private static final byte[]
private static final String
private static final org.slf4j.Logger
private static final HBaseTestingUtil
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprivate void
checkTableRows
(org.apache.hadoop.hbase.client.Table table, int numRows) private org.apache.hadoop.fs.FileSystem
private org.apache.hadoop.fs.Path
void
loadTable
(org.apache.hadoop.hbase.client.Table table, int numRows) static void
setup()
private static void
setupConf
(org.apache.hadoop.conf.Configuration conf) static void
tearDown()
void
-
Field Details
-
CLASS_RULE
-
LOG
-
UTIL
-
FAMILY_NAME_STR
- See Also:
-
FAMILY_NAME
-
testTable
-
-
Constructor Details
-
TestScannerRetriableFailure
public TestScannerRetriableFailure()
-
-
Method Details
-
setupConf
-
setup
- Throws:
Exception
-
tearDown
- Throws:
Exception
-
testFaultyScanner
- Throws:
Exception
-
getFileSystem
-
getRootDir
-
loadTable
- Throws:
IOException
-
checkTableRows
private void checkTableRows(org.apache.hadoop.hbase.client.Table table, int numRows) throws Exception - Throws:
Exception
-