public class TestImmutableScan extends Object
Modifier and Type | Field and Description |
---|---|
static HBaseClassTestRule |
CLASS_RULE |
private static org.slf4j.Logger |
LOG |
Constructor and Description |
---|
TestImmutableScan() |
Modifier and Type | Method and Description |
---|---|
private void |
compareGetters(org.apache.hadoop.hbase.client.Scan scan,
org.apache.hadoop.hbase.client.Scan scanCopy) |
private static boolean |
isGetter(Method method) |
void |
testScanCopyConstructor() |
private void |
testUnmodifiableSetters(org.apache.hadoop.hbase.client.Scan scanCopy) |
public static final HBaseClassTestRule CLASS_RULE
private static final org.slf4j.Logger LOG
public TestImmutableScan()
public void testScanCopyConstructor() throws Exception
Exception
private void testUnmodifiableSetters(org.apache.hadoop.hbase.client.Scan scanCopy) throws IOException
IOException
private void compareGetters(org.apache.hadoop.hbase.client.Scan scan, org.apache.hadoop.hbase.client.Scan scanCopy)
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.