Package org.apache.hadoop.hbase.client
Class TestMutation
java.lang.Object
org.apache.hadoop.hbase.client.TestMutation
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprivate void
assertEquals
(org.apache.hadoop.hbase.client.Mutation origin, org.apache.hadoop.hbase.client.Mutation clone) private static void
assertEquals
(org.apache.hadoop.hbase.io.TimeRange origin, org.apache.hadoop.hbase.io.TimeRange clone) void
void
void
void
void
void
-
Field Details
-
CLASS_RULE
-
-
Constructor Details
-
TestMutation
public TestMutation()
-
-
Method Details
-
testAppendCopyConstructor
- Throws:
IOException
-
testIncrementCopyConstructor
- Throws:
IOException
-
testDeleteCopyConstructor
- Throws:
IOException
-
testPutCopyConstructor
- Throws:
IOException
-
assertEquals
private void assertEquals(org.apache.hadoop.hbase.client.Mutation origin, org.apache.hadoop.hbase.client.Mutation clone) -
assertEquals
private static void assertEquals(org.apache.hadoop.hbase.io.TimeRange origin, org.apache.hadoop.hbase.io.TimeRange clone) -
testRowIsImmutableOrNot
-
testAddImmutableToPut
- Throws:
IOException
-