public class TestSCVFWithMiniCluster
extends java.lang.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 static void setUp()
throws java.lang.Exception
java.lang.Exceptionpublic static void tearDown()
throws java.lang.Exception
java.lang.Exceptionpublic void scanWithAllQualifiersOfFamiliyA()
throws java.io.IOException
java.io.IOExceptionpublic void scanWithAllQualifiersOfBothFamilies()
throws java.io.IOException
java.io.IOExceptionpublic void scanWithSpecificQualifiers1()
throws java.io.IOException
java.io.IOExceptionpublic void scanWithSpecificQualifiers2()
throws java.io.IOException
java.io.IOExceptionpublic void scanWithSpecificQualifiers3()
throws java.io.IOException
java.io.IOException