Uses of Interface
io.trino.plugin.hive.security.AccessControlMetadata
-
Packages that use AccessControlMetadata Package Description io.trino.plugin.hive io.trino.plugin.hive.security -
-
Uses of AccessControlMetadata in io.trino.plugin.hive
Methods in io.trino.plugin.hive with parameters of type AccessControlMetadata Modifier and Type Method Description protected TransactionalMetadataHiveMetadataFactory. create(CatalogName catalogName, SemiTransactionalHiveMetastore metastore, HdfsEnvironment hdfsEnvironment, HivePartitionManager partitionManager, boolean writesToNonManagedTablesEnabled, boolean createsOfNonManagedTablesEnabled, boolean translateHiveViews, boolean hideDeltaLakeTables, TypeManager typeManager, LocationService locationService, io.airlift.json.JsonCodec<PartitionUpdate> partitionUpdateCodec, String trinoVersion, HiveStatisticsProvider hiveStatisticsProvider, HiveRedirectionsProvider hiveRedirectionsProvider, Set<SystemTableProvider> systemTableProviders, HiveMaterializedViewMetadata hiveMaterializedViewMetadata, AccessControlMetadata accessControlMetadata)Constructors in io.trino.plugin.hive with parameters of type AccessControlMetadata Constructor Description HiveMetadata(CatalogName catalogName, SemiTransactionalHiveMetastore metastore, HdfsEnvironment hdfsEnvironment, HivePartitionManager partitionManager, boolean writesToNonManagedTablesEnabled, boolean createsOfNonManagedTablesEnabled, boolean translateHiveViews, boolean hideDeltaLakeTables, TypeManager typeManager, LocationService locationService, io.airlift.json.JsonCodec<PartitionUpdate> partitionUpdateCodec, String trinoVersion, HiveStatisticsProvider hiveStatisticsProvider, HiveRedirectionsProvider hiveRedirectionsProvider, Set<SystemTableProvider> systemTableProviders, HiveMaterializedViewMetadata hiveMaterializedViewMetadata, AccessControlMetadata accessControlMetadata) -
Uses of AccessControlMetadata in io.trino.plugin.hive.security
Classes in io.trino.plugin.hive.security that implement AccessControlMetadata Modifier and Type Class Description classSqlStandardAccessControlMetadataMethods in io.trino.plugin.hive.security that return AccessControlMetadata Modifier and Type Method Description AccessControlMetadataAccessControlMetadataFactory. create(SqlStandardAccessControlMetadataMetastore metastore)
-