Uses of Class
io.trino.plugin.hive.metastore.HivePrivilegeInfo
Packages that use HivePrivilegeInfo
Package
Description
-
Uses of HivePrivilegeInfo in io.trino.plugin.hive
Methods in io.trino.plugin.hive that return types with arguments of type HivePrivilegeInfoModifier and TypeMethodDescriptionHiveMetastoreClosure.listTablePrivileges(String databaseName, String tableName, Optional<String> tableOwner, Optional<HivePrincipal> principal) -
Uses of HivePrivilegeInfo in io.trino.plugin.hive.metastore
Methods in io.trino.plugin.hive.metastore that return types with arguments of type HivePrivilegeInfoModifier and TypeMethodDescriptioncom.google.common.collect.SetMultimap<String,HivePrivilegeInfo> PrincipalPrivileges.getRolePrivileges()com.google.common.collect.SetMultimap<String,HivePrivilegeInfo> PrincipalPrivileges.getUserPrivileges()ForwardingHiveMetastore.listTablePrivileges(String databaseName, String tableName, Optional<String> tableOwner, Optional<HivePrincipal> principal) HiveMetastore.listTablePrivileges(String databaseName, String tableName, Optional<String> tableOwner, Optional<HivePrincipal> principal) SemiTransactionalHiveMetastore.listTablePrivileges(String databaseName, String tableName, Optional<HivePrincipal> principal) Methods in io.trino.plugin.hive.metastore with parameters of type HivePrivilegeInfoModifier and TypeMethodDescriptionbooleanHivePrivilegeInfo.isContainedIn(HivePrivilegeInfo hivePrivilegeInfo) Method parameters in io.trino.plugin.hive.metastore with type arguments of type HivePrivilegeInfoModifier and TypeMethodDescriptionstatic PrincipalPrivilegesPrincipalPrivileges.fromHivePrivilegeInfos(Set<HivePrivilegeInfo> hivePrivileges) Constructor parameters in io.trino.plugin.hive.metastore with type arguments of type HivePrivilegeInfoModifierConstructorDescriptionPrincipalPrivileges(com.google.common.collect.Multimap<String, HivePrivilegeInfo> userPrivileges, com.google.common.collect.Multimap<String, HivePrivilegeInfo> rolePrivileges) -
Uses of HivePrivilegeInfo in io.trino.plugin.hive.metastore.cache
Methods in io.trino.plugin.hive.metastore.cache that return types with arguments of type HivePrivilegeInfoModifier and TypeMethodDescriptionCachingHiveMetastore.listTablePrivileges(String databaseName, String tableName, Optional<String> tableOwner, Optional<HivePrincipal> principal) -
Uses of HivePrivilegeInfo in io.trino.plugin.hive.metastore.file
Methods in io.trino.plugin.hive.metastore.file that return HivePrivilegeInfoMethods in io.trino.plugin.hive.metastore.file that return types with arguments of type HivePrivilegeInfoModifier and TypeMethodDescriptionFileHiveMetastore.listTablePrivileges(String databaseName, String tableName, Optional<String> tableOwner, Optional<HivePrincipal> principal) -
Uses of HivePrivilegeInfo in io.trino.plugin.hive.metastore.glue
Methods in io.trino.plugin.hive.metastore.glue that return types with arguments of type HivePrivilegeInfoModifier and TypeMethodDescriptionGlueHiveMetastore.listTablePrivileges(String databaseName, String tableName, Optional<String> tableOwner, Optional<HivePrincipal> principal) -
Uses of HivePrivilegeInfo in io.trino.plugin.hive.metastore.recording
Methods in io.trino.plugin.hive.metastore.recording that return types with arguments of type HivePrivilegeInfoModifier and TypeMethodDescriptionHiveMetastoreRecording.Recording.getTablePrivileges()HiveMetastoreRecording.listTablePrivileges(UserTableKey userTableKey, Supplier<Set<HivePrivilegeInfo>> valueSupplier) RecordingHiveMetastore.listTablePrivileges(String databaseName, String tableName, Optional<String> tableOwner, Optional<HivePrincipal> principal) Method parameters in io.trino.plugin.hive.metastore.recording with type arguments of type HivePrivilegeInfoModifier and TypeMethodDescriptionHiveMetastoreRecording.listTablePrivileges(UserTableKey userTableKey, Supplier<Set<HivePrivilegeInfo>> valueSupplier) -
Uses of HivePrivilegeInfo in io.trino.plugin.hive.metastore.thrift
Methods in io.trino.plugin.hive.metastore.thrift that return types with arguments of type HivePrivilegeInfoModifier and TypeMethodDescriptionBridgingHiveMetastore.listTablePrivileges(String databaseName, String tableName, Optional<String> tableOwner, Optional<HivePrincipal> principal) ThriftHiveMetastore.listTablePrivileges(String databaseName, String tableName, Optional<String> tableOwner, Optional<HivePrincipal> principal) ThriftMetastore.listTablePrivileges(String databaseName, String tableName, Optional<String> tableOwner, Optional<HivePrincipal> principal) static Set<HivePrivilegeInfo>ThriftMetastoreUtil.parsePrivilege(io.trino.hive.thrift.metastore.PrivilegeGrantInfo userGrant, Optional<HivePrincipal> grantee) Methods in io.trino.plugin.hive.metastore.thrift with parameters of type HivePrivilegeInfoModifier and TypeMethodDescriptionstatic io.trino.hive.thrift.metastore.PrivilegeGrantInfoThriftMetastoreUtil.toMetastoreApiPrivilegeGrantInfo(HivePrivilegeInfo privilegeInfo) -
Uses of HivePrivilegeInfo in io.trino.plugin.hive.security
Methods in io.trino.plugin.hive.security that return types with arguments of type HivePrivilegeInfoModifier and TypeMethodDescriptionSemiTransactionalSqlStandardAccessControlMetastore.listTablePrivileges(ConnectorSecurityContext context, String databaseName, String tableName, Optional<HivePrincipal> principal) SqlStandardAccessControlMetadataMetastore.listTablePrivileges(String databaseName, String tableName, Optional<HivePrincipal> principal) SqlStandardAccessControlMetastore.listTablePrivileges(ConnectorSecurityContext context, String databaseName, String tableName, Optional<HivePrincipal> principal)