@InterfaceAudience.Private public class AuthorizationMetaStoreFilterHook extends DefaultMetaStoreFilterHookImpl
| Modifier and Type | Field and Description |
|---|---|
static org.slf4j.Logger |
LOG |
| Constructor and Description |
|---|
AuthorizationMetaStoreFilterHook(org.apache.hadoop.conf.Configuration conf) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
filterDatabases(List<String> dbList) |
List<String> |
filterDataConnectors(List<String> dcList) |
List<org.apache.hadoop.hive.metastore.api.TableMeta> |
filterTableMetas(List<org.apache.hadoop.hive.metastore.api.TableMeta> tableMetas) |
List<String> |
filterTableNames(String catName,
String dbName,
List<String> tableList) |
List<org.apache.hadoop.hive.metastore.api.Table> |
filterTables(List<org.apache.hadoop.hive.metastore.api.Table> tableList) |
filterDatabase, filterPartition, filterPartitionNames, filterPartitions, filterPartitionSpecs, filterTable, filterTableMetasclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfilterCatalog, filterCatalogspublic AuthorizationMetaStoreFilterHook(org.apache.hadoop.conf.Configuration conf)
public List<String> filterTableNames(String catName, String dbName, List<String> tableList) throws org.apache.hadoop.hive.metastore.api.MetaException
filterTableNames in interface MetaStoreFilterHookfilterTableNames in class DefaultMetaStoreFilterHookImplorg.apache.hadoop.hive.metastore.api.MetaExceptionpublic List<org.apache.hadoop.hive.metastore.api.Table> filterTables(List<org.apache.hadoop.hive.metastore.api.Table> tableList) throws org.apache.hadoop.hive.metastore.api.MetaException
filterTables in interface MetaStoreFilterHookfilterTables in class DefaultMetaStoreFilterHookImplorg.apache.hadoop.hive.metastore.api.MetaExceptionpublic List<String> filterDatabases(List<String> dbList) throws org.apache.hadoop.hive.metastore.api.MetaException
filterDatabases in interface MetaStoreFilterHookfilterDatabases in class DefaultMetaStoreFilterHookImplorg.apache.hadoop.hive.metastore.api.MetaExceptionpublic List<org.apache.hadoop.hive.metastore.api.TableMeta> filterTableMetas(List<org.apache.hadoop.hive.metastore.api.TableMeta> tableMetas) throws org.apache.hadoop.hive.metastore.api.MetaException
filterTableMetas in interface MetaStoreFilterHookfilterTableMetas in class DefaultMetaStoreFilterHookImplorg.apache.hadoop.hive.metastore.api.MetaExceptionpublic List<String> filterDataConnectors(List<String> dcList) throws org.apache.hadoop.hive.metastore.api.MetaException
filterDataConnectors in interface MetaStoreFilterHookfilterDataConnectors in class DefaultMetaStoreFilterHookImplorg.apache.hadoop.hive.metastore.api.MetaExceptionCopyright © 2024 The Apache Software Foundation. All rights reserved.