Package org.apache.hadoop.hbase.client
Class TestSnapshotWithAcl
java.lang.Object
org.apache.hadoop.hbase.security.access.SecureTestUtil
org.apache.hadoop.hbase.client.SnapshotWithAclTestBase
org.apache.hadoop.hbase.client.TestSnapshotWithAcl
- 
Nested Class SummaryNested classes/interfaces inherited from class org.apache.hadoop.hbase.client.SnapshotWithAclTestBaseSnapshotWithAclTestBase.AccessReadAction, SnapshotWithAclTestBase.AccessSnapshotAction, SnapshotWithAclTestBase.AccessWriteActionNested classes/interfaces inherited from class org.apache.hadoop.hbase.security.access.SecureTestUtilSecureTestUtil.AccessTestAction, SecureTestUtil.MasterSyncObserver
- 
Field SummaryFieldsFields inherited from class org.apache.hadoop.hbase.client.SnapshotWithAclTestBaseTEST_UTIL
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected voidcloneSnapshot(String snapshotName, org.apache.hadoop.hbase.TableName tableName, boolean restoreAcl) protected voidrestoreSnapshot(String snapshotName, boolean restoreAcl) protected voidMethods inherited from class org.apache.hadoop.hbase.client.SnapshotWithAclTestBasesetUp, setupBeforeClass, tearDownAfterClass, testDeleteSnapshot, testRestoreSnapshotMethods inherited from class org.apache.hadoop.hbase.security.access.SecureTestUtilcheckGlobalPerms, 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
- 
Field Details- 
CLASS_RULE
 
- 
- 
Constructor Details- 
TestSnapshotWithAclpublic TestSnapshotWithAcl()
 
- 
- 
Method Details- 
snapshotprotected void snapshot(String snapshotName, org.apache.hadoop.hbase.TableName tableName) throws Exception - Specified by:
- snapshotin class- SnapshotWithAclTestBase
- Throws:
- Exception
 
- 
cloneSnapshotprotected void cloneSnapshot(String snapshotName, org.apache.hadoop.hbase.TableName tableName, boolean restoreAcl) throws Exception - Specified by:
- cloneSnapshotin class- SnapshotWithAclTestBase
- Throws:
- Exception
 
- 
restoreSnapshot- Specified by:
- restoreSnapshotin class- SnapshotWithAclTestBase
- Throws:
- Exception
 
 
-