Class TestScannerRetriableFailure
java.lang.Object
org.apache.hadoop.hbase.regionserver.TestScannerRetriableFailure
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final HBaseClassTestRuleprivate static final byte[]private static final Stringprivate static final org.slf4j.Loggerprivate static final HBaseTestingUtility -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate voidcheckTableRows(org.apache.hadoop.hbase.client.Table table, int numRows) private org.apache.hadoop.fs.FileSystemprivate org.apache.hadoop.fs.PathvoidloadTable(org.apache.hadoop.hbase.client.Table table, int numRows) static voidsetup()private static voidsetupConf(org.apache.hadoop.conf.Configuration conf) static voidtearDown()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
-