Package org.apache.hadoop.hbase.client
Class TestImmutableScan
java.lang.Object
org.apache.hadoop.hbase.client.TestImmutableScan
Small tests for ImmutableScan
-
Field Summary
Modifier and TypeFieldDescriptionstatic final HBaseClassTestRule
private static final org.slf4j.Logger
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprivate void
compareGetters
(org.apache.hadoop.hbase.client.Scan scan, org.apache.hadoop.hbase.client.Scan scanCopy) private static boolean
void
private void
testUnmodifiableSetters
(org.apache.hadoop.hbase.client.Scan scanCopy)
-
Field Details
-
CLASS_RULE
-
LOG
-
-
Constructor Details
-
TestImmutableScan
public TestImmutableScan()
-
-
Method Details
-
testScanCopyConstructor
- Throws:
Exception
-
testUnmodifiableSetters
private void testUnmodifiableSetters(org.apache.hadoop.hbase.client.Scan scanCopy) throws IOException - Throws:
IOException
-
compareGetters
private void compareGetters(org.apache.hadoop.hbase.client.Scan scan, org.apache.hadoop.hbase.client.Scan scanCopy) -
isGetter
-