Uses of Class
io.trino.plugin.hive.metastore.HivePrivilegeInfo.HivePrivilege
-
Packages that use HivePrivilegeInfo.HivePrivilege Package Description io.trino.plugin.hive.metastore io.trino.plugin.hive.metastore.file -
-
Uses of HivePrivilegeInfo.HivePrivilege in io.trino.plugin.hive.metastore
Methods in io.trino.plugin.hive.metastore that return HivePrivilegeInfo.HivePrivilege Modifier and Type Method Description HivePrivilegeInfo.HivePrivilegeHivePrivilegeInfo. getHivePrivilege()static HivePrivilegeInfo.HivePrivilegeHivePrivilegeInfo. toHivePrivilege(Privilege privilege)static HivePrivilegeInfo.HivePrivilegeHivePrivilegeInfo.HivePrivilege. valueOf(String name)Returns the enum constant of this type with the specified name.static HivePrivilegeInfo.HivePrivilege[]HivePrivilegeInfo.HivePrivilege. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.trino.plugin.hive.metastore with parameters of type HivePrivilegeInfo.HivePrivilege Constructor Description HivePrivilegeInfo(HivePrivilegeInfo.HivePrivilege hivePrivilege, boolean grantOption, HivePrincipal grantor, HivePrincipal grantee) -
Uses of HivePrivilegeInfo.HivePrivilege in io.trino.plugin.hive.metastore.file
Methods in io.trino.plugin.hive.metastore.file that return HivePrivilegeInfo.HivePrivilege Modifier and Type Method Description HivePrivilegeInfo.HivePrivilegePermissionMetadata. getPermission()Constructors in io.trino.plugin.hive.metastore.file with parameters of type HivePrivilegeInfo.HivePrivilege Constructor Description PermissionMetadata(HivePrivilegeInfo.HivePrivilege permission, boolean grantOption, HivePrincipal grantee)
-