public class TestBufferedMutatorParams extends Object
Modifier and Type | Class and Description |
---|---|
private static class |
TestBufferedMutatorParams.MockExceptionListener
Just to create an instance, this doesn't actually function.
|
private class |
TestBufferedMutatorParams.MockExecutorService
Just to create in instance, this doesn't actually function.
|
Modifier and Type | Field and Description |
---|---|
static HBaseClassTestRule |
CLASS_RULE |
org.junit.rules.TestName |
name |
Constructor and Description |
---|
TestBufferedMutatorParams() |
Modifier and Type | Method and Description |
---|---|
private void |
cloneTest(org.apache.hadoop.hbase.client.BufferedMutatorParams some,
org.apache.hadoop.hbase.client.BufferedMutatorParams clone)
Confirm all fields are equal.
|
void |
testClone() |
public static final HBaseClassTestRule CLASS_RULE
public org.junit.rules.TestName name
public TestBufferedMutatorParams()
public void testClone()
private void cloneTest(org.apache.hadoop.hbase.client.BufferedMutatorParams some, org.apache.hadoop.hbase.client.BufferedMutatorParams clone)
some
- some instanceclone
- a clone of that instance, but not the same instance.Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.