Package | Description |
---|---|
org.apache.hadoop.hbase.security.access |
Modifier and Type | Field and Description |
---|---|
(package private) AuthManager.PermissionCache<NamespacePermission> |
AuthManager.NS_NO_PERMISSION |
(package private) AuthManager.PermissionCache<TablePermission> |
AuthManager.TBL_NO_PERMISSION |
Modifier and Type | Field and Description |
---|---|
private ConcurrentHashMap<String,AuthManager.PermissionCache<NamespacePermission>> |
AuthManager.namespaceCache
Cache for namespace permission.
|
private ConcurrentHashMap<TableName,AuthManager.PermissionCache<TablePermission>> |
AuthManager.tableCache
Cache for table permission.
|
Modifier and Type | Method and Description |
---|---|
private void |
AuthManager.clearCache(AuthManager.PermissionCache cacheToUpdate) |
private void |
AuthManager.updateCache(org.apache.hbase.thirdparty.com.google.common.collect.ListMultimap<String,? extends Permission> newPermissions,
AuthManager.PermissionCache cacheToUpdate) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.