Package org.apache.hadoop.hbase.client
Class TestBufferedMutatorParams
java.lang.Object
org.apache.hadoop.hbase.client.TestBufferedMutatorParams
-
Nested Class Summary
Modifier and TypeClassDescriptionprivate static class
Just to create an instance, this doesn't actually function.private class
Just to create in instance, this doesn't actually function. -
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
CLASS_RULE
-
name
-
-
Constructor Details
-
TestBufferedMutatorParams
public TestBufferedMutatorParams()
-
-
Method Details
-
testClone
-
cloneTest
private void cloneTest(org.apache.hadoop.hbase.client.BufferedMutatorParams some, org.apache.hadoop.hbase.client.BufferedMutatorParams clone) Confirm all fields are equal.- Parameters:
some
- some instanceclone
- a clone of that instance, but not the same instance.
-