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
IOException
public void scanWithAllQualifiersOfBothFamilies() throws IOException
IOException
public void scanWithSpecificQualifiers1() throws IOException
IOException
public void scanWithSpecificQualifiers2() throws IOException
IOException
public void scanWithSpecificQualifiers3() throws IOException
IOException