Package org.apache.hadoop.hbase.client
Class TestInvalidMutationDurabilityException
java.lang.Object
org.apache.hadoop.hbase.client.TestInvalidMutationDurabilityException
-
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 HBaseTestingUtil
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprivate org.apache.hadoop.hbase.client.Append
private org.apache.hadoop.hbase.client.Delete
private org.apache.hadoop.hbase.client.Increment
private org.apache.hadoop.hbase.client.Put
static void
setUp()
static void
tearDown()
void
void
void
void
void
void
void
void
void
void
-
Field Details
-
CLASS_RULE
-
UTIL
-
TABLE_NOT_REPLICATE
-
TABLE_NEED_REPLICATE
-
CF
-
CQ
-
tableNotReplicate
-
tableNeedReplicate
-
-
Constructor Details
-
TestInvalidMutationDurabilityException
-
-
Method Details
-
setUp
- Throws:
Exception
-
tearDown
- Throws:
Exception
-
newPutWithSkipWAL
-
testPutToTableNotReplicate
- Throws:
Exception
-
testPutToTableNeedReplicate
- Throws:
Exception
-
newDeleteWithSkipWAL
-
testDeleteToTableNotReplicate
- Throws:
Exception
-
testDeleteToTableNeedReplicate
- Throws:
Exception
-
newAppendWithSkipWAL
-
testAppendToTableNotReplicate
- Throws:
Exception
-
testAppendToTableNeedReplicate
- Throws:
Exception
-
newIncrementWithSkipWAL
-
testIncrementToTableNotReplicate
- Throws:
Exception
-
testIncrementToTableNeedReplicate
- Throws:
Exception
-
testCheckWithMutateToTableNotReplicate
- Throws:
Exception
-
testCheckWithMutateToTableNeedReplicate
- Throws:
Exception
-