@InterfaceAudience.Private public class AuthorizationMetaStoreFilterHook extends DefaultMetaStoreFilterHookImpl
| Modifier and Type | Field and Description |
|---|---|
static org.apache.commons.logging.Log |
LOG |
| Constructor and Description |
|---|
AuthorizationMetaStoreFilterHook(HiveConf conf) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
filterDatabases(List<String> dbList) |
List<String> |
filterTableNames(String dbName,
List<String> tableList) |
filterDatabase, filterIndex, filterIndexes, filterIndexNames, filterPartition, filterPartitionNames, filterPartitions, filterPartitionSpecs, filterTable, filterTablespublic AuthorizationMetaStoreFilterHook(HiveConf conf)
public List<String> filterTableNames(String dbName, List<String> tableList) throws MetaException
filterTableNames in interface MetaStoreFilterHookfilterTableNames in class DefaultMetaStoreFilterHookImplMetaExceptionpublic List<String> filterDatabases(List<String> dbList) throws MetaException
filterDatabases in interface MetaStoreFilterHookfilterDatabases in class DefaultMetaStoreFilterHookImplMetaExceptionCopyright © 2015 The Apache Software Foundation. All rights reserved.