public class TestSCVFWithMiniCluster extends Object
| Modifier and Type | Field and Description |
|---|---|
static HBaseClassTestRule |
CLASS_RULE |
| Constructor and Description |
|---|
TestSCVFWithMiniCluster() |
| Modifier and Type | Method and Description |
|---|---|
void |
scanWithAllQualifiersOfBothFamilies()
Test the filter by adding all columns of family A and B in the scan.
|
void |
scanWithAllQualifiersOfFamiliyA()
Test the filter by adding all columns of family A in the scan.
|
void |
scanWithSpecificQualifiers1()
Test the filter by adding 2 columns of family A and 1 column of family B in the scan.
|
void |
scanWithSpecificQualifiers2()
Test the filter by adding 1 column of family A (the one used in the filter) and 1 column of
family B in the scan.
|
void |
scanWithSpecificQualifiers3()
Test the filter by adding 2 columns of family A in the scan.
|
static void |
setUp() |
static void |
tearDown() |
public static final HBaseClassTestRule CLASS_RULE
public TestSCVFWithMiniCluster()
public void scanWithAllQualifiersOfFamiliyA() throws IOException
IOExceptionpublic void scanWithAllQualifiersOfBothFamilies() throws IOException
IOExceptionpublic void scanWithSpecificQualifiers1() throws IOException
IOExceptionpublic void scanWithSpecificQualifiers2() throws IOException
IOExceptionpublic void scanWithSpecificQualifiers3() throws IOException
IOExceptionCopyright © 2007–2019 Cloudera. All rights reserved.