public class TestSCVFWithMiniCluster extends Object
| 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 void scanWithAllQualifiersOfFamiliyA()
throws IOException
IOExceptionpublic void scanWithAllQualifiersOfBothFamilies()
throws IOException
IOExceptionpublic void scanWithSpecificQualifiers1()
throws IOException
IOExceptionpublic void scanWithSpecificQualifiers2()
throws IOException
IOExceptionpublic void scanWithSpecificQualifiers3()
throws IOException
IOException