Package org.apache.hadoop.hbase.rest
Class TestScannersWithLabels
java.lang.Object
org.apache.hadoop.hbase.rest.TestScannersWithLabels
-
Field Summary
Modifier and TypeFieldDescriptionprivate static final String
private static final String
static final HBaseClassTestRule
private static org.apache.hadoop.hbase.rest.client.Client
private static final String
private static final String
private static org.apache.hadoop.conf.Configuration
private static final String
private static javax.xml.bind.JAXBContext
private static javax.xml.bind.Marshaller
private static final String
private static final String
private static final HBaseRESTTestingUtility
private static final String
private static org.apache.hadoop.hbase.security.User
private static final org.apache.hadoop.hbase.TableName
private static final HBaseTestingUtil
private static final String
private static javax.xml.bind.Unmarshaller
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprivate static int
countCellSet
(org.apache.hadoop.hbase.rest.model.CellSetModel model) private static void
private static int
insertData
(org.apache.hadoop.hbase.TableName tableName, String column, double prob) private static void
setAuths()
static void
static void
void
void
-
Field Details
-
CLASS_RULE
-
TABLE
-
CFA
- See Also:
-
CFB
- See Also:
-
COLUMN_1
- See Also:
-
COLUMN_2
- See Also:
-
TOPSECRET
- See Also:
-
PUBLIC
- See Also:
-
PRIVATE
- See Also:
-
CONFIDENTIAL
- See Also:
-
SECRET
- See Also:
-
SUPERUSER
-
TEST_UTIL
-
REST_TEST_UTIL
-
client
-
context
-
marshaller
-
unmarshaller
-
conf
-
-
Constructor Details
-
TestScannersWithLabels
public TestScannersWithLabels()
-
-
Method Details
-
insertData
private static int insertData(org.apache.hadoop.hbase.TableName tableName, String column, double prob) throws IOException - Throws:
IOException
-
countCellSet
-
setUpBeforeClass
- Throws:
Exception
-
tearDownAfterClass
- Throws:
Exception
-
createLabels
- Throws:
IOException
InterruptedException
-
setAuths
- Throws:
Exception
-
testSimpleScannerXMLWithLabelsThatReceivesNoData
public void testSimpleScannerXMLWithLabelsThatReceivesNoData() throws IOException, javax.xml.bind.JAXBException- Throws:
IOException
javax.xml.bind.JAXBException
-
testSimpleScannerXMLWithLabelsThatReceivesData
public void testSimpleScannerXMLWithLabelsThatReceivesData() throws IOException, javax.xml.bind.JAXBException- Throws:
IOException
javax.xml.bind.JAXBException
-