public class TestDefaultScanLabelGeneratorStack extends Object
Modifier and Type | Field and Description |
---|---|
private static byte[] |
CF |
static HBaseClassTestRule |
CLASS_RULE |
static org.apache.hadoop.conf.Configuration |
conf |
static String |
CONFIDENTIAL |
private static byte[] |
Q1 |
private static byte[] |
Q2 |
private static byte[] |
Q3 |
private static byte[] |
ROW_1 |
private static String |
SECRET |
static org.apache.hadoop.hbase.security.User |
SUPERUSER |
org.junit.rules.TestName |
TEST_NAME |
static HBaseTestingUtility |
TEST_UTIL |
static org.apache.hadoop.hbase.security.User |
TESTUSER |
private static byte[] |
value1 |
private static byte[] |
value2 |
private static byte[] |
value3 |
Constructor and Description |
---|
TestDefaultScanLabelGeneratorStack() |
Modifier and Type | Method and Description |
---|---|
private static org.apache.hadoop.hbase.client.Result[] |
getResult(org.apache.hadoop.hbase.client.Table table,
org.apache.hadoop.hbase.client.Scan scan) |
static void |
setupBeforeClass() |
static void |
tearDownAfterClass() |
void |
testDefaultScanLabelGeneratorStack() |
public static final HBaseClassTestRule CLASS_RULE
public static final String CONFIDENTIAL
private static final String SECRET
public static final HBaseTestingUtility TEST_UTIL
private static final byte[] ROW_1
private static final byte[] CF
private static final byte[] Q1
private static final byte[] Q2
private static final byte[] Q3
private static final byte[] value1
private static final byte[] value2
private static final byte[] value3
public static org.apache.hadoop.conf.Configuration conf
public final org.junit.rules.TestName TEST_NAME
public static org.apache.hadoop.hbase.security.User SUPERUSER
public static org.apache.hadoop.hbase.security.User TESTUSER
public TestDefaultScanLabelGeneratorStack()
public static void setupBeforeClass() throws Exception
Exception
public void testDefaultScanLabelGeneratorStack() throws Exception
Exception
private static org.apache.hadoop.hbase.client.Result[] getResult(org.apache.hadoop.hbase.client.Table table, org.apache.hadoop.hbase.client.Scan scan) throws IOException
IOException
public static void tearDownAfterClass() throws Exception
Exception
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.