Package org.apache.hadoop.hbase.client
Class TestTableOperationException
java.lang.Object
org.apache.hadoop.hbase.client.TestTableOperationException
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
-
Field Summary
Modifier and TypeFieldDescriptionprivate static byte[]
static final HBaseClassTestRule
private static byte[]
private static org.apache.hadoop.hbase.TableName
private static org.apache.hadoop.hbase.TableName
private static org.apache.hadoop.hbase.client.Table
private static org.apache.hadoop.hbase.client.Table
private static final HBaseTestingUtility
-
Constructor Summary
-
Method Summary
-
Field Details
-
CLASS_RULE
-
UTIL
-
TABLE_DONOT_RETRY
-
TABLE_RETRY
-
tableDoNotRetry
-
tableRetry
-
CF
-
CQ
-
-
Constructor Details
-
TestTableOperationException
public TestTableOperationException()
-
-
Method Details
-
setUp
- Throws:
Exception
-
tearDown
- Throws:
Exception
-
testGetWithDoNotRetryIOException
- Throws:
Exception
-
testPutWithDoNotRetryIOException
- Throws:
Exception
-
testDeleteWithDoNotRetryIOException
- Throws:
Exception
-
testAppendWithDoNotRetryIOException
- Throws:
Exception
-
testIncrementWithDoNotRetryIOException
- Throws:
Exception
-
testGetWithIOException
- Throws:
Exception
-
testPutWithIOException
- Throws:
Exception
-
testDeleteWithIOException
- Throws:
Exception
-
testAppendWithIOException
- Throws:
Exception
-
testIncrementWithIOException
- Throws:
Exception
-