public class TestScanEarlyTermination extends SecureTestUtil
SecureTestUtil.AccessTestAction, SecureTestUtil.MasterSyncObserver
Modifier and Type | Field and Description |
---|---|
static HBaseClassTestRule |
CLASS_RULE |
private static org.apache.hadoop.conf.Configuration |
conf |
private static org.slf4j.Logger |
LOG |
private static byte[] |
TEST_FAMILY1 |
private static byte[] |
TEST_FAMILY2 |
private static byte[] |
TEST_Q1 |
private static byte[] |
TEST_Q2 |
private static byte[] |
TEST_ROW |
private static HBaseTestingUtility |
TEST_UTIL |
TableNameTestRule |
testTable |
private static org.apache.hadoop.hbase.security.User |
USER_OTHER |
private static org.apache.hadoop.hbase.security.User |
USER_OWNER |
private static byte[] |
ZERO |
Constructor and Description |
---|
TestScanEarlyTermination() |
Modifier and Type | Method and Description |
---|---|
void |
setUp() |
static void |
setupBeforeClass() |
void |
tearDown() |
static void |
tearDownAfterClass() |
void |
testEarlyScanTermination() |
checkGlobalPerms, checkTablePerms, checkTablePerms, configureSuperuser, convertToNamespace, createNamespace, createTable, createTable, createTable, createTable, createTable, deleteNamespace, deleteTable, deleteTable, enableSecurity, grantGlobal, grantGlobal, grantGlobalUsingAccessControlClient, grantOnNamespace, grantOnNamespace, grantOnNamespaceUsingAccessControlClient, grantOnTable, grantOnTable, grantOnTableUsingAccessControlClient, revokeFromNamespace, revokeFromNamespace, revokeFromNamespaceUsingAccessControlClient, revokeFromTable, revokeFromTable, revokeFromTableUsingAccessControlClient, revokeGlobal, revokeGlobal, revokeGlobalUsingAccessControlClient, verifyAllowed, verifyAllowed, verifyAllowed, verifyConfiguration, verifyDenied, verifyDenied, verifyIfEmptyList, verifyIfNull
public static final HBaseClassTestRule CLASS_RULE
private static final org.slf4j.Logger LOG
public TableNameTestRule testTable
private static final HBaseTestingUtility TEST_UTIL
private static final byte[] TEST_FAMILY1
private static final byte[] TEST_FAMILY2
private static final byte[] TEST_ROW
private static final byte[] TEST_Q1
private static final byte[] TEST_Q2
private static final byte[] ZERO
private static org.apache.hadoop.conf.Configuration conf
private static org.apache.hadoop.hbase.security.User USER_OWNER
private static org.apache.hadoop.hbase.security.User USER_OTHER
public TestScanEarlyTermination()
public static void setupBeforeClass() throws Exception
Exception
public static void tearDownAfterClass() throws Exception
Exception
public void testEarlyScanTermination() throws Exception
Exception
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.