Uses of Class
io.trino.plugin.hive.metastore.PrincipalPrivileges
-
-
Uses of PrincipalPrivileges in io.trino.plugin.hive
Methods in io.trino.plugin.hive with parameters of type PrincipalPrivileges Modifier and Type Method Description voidHiveMetastoreClosure. alterTransactionalTable(HiveIdentity identity, Table table, long transactionId, long writeId, PrincipalPrivileges principalPrivileges)voidHiveMetastoreClosure. createTable(HiveIdentity identity, Table table, PrincipalPrivileges principalPrivileges)voidHiveMetastoreClosure. replaceTable(HiveIdentity identity, String databaseName, String tableName, Table newTable, PrincipalPrivileges principalPrivileges) -
Uses of PrincipalPrivileges in io.trino.plugin.hive.metastore
Methods in io.trino.plugin.hive.metastore that return PrincipalPrivileges Modifier and Type Method Description static PrincipalPrivilegesMetastoreUtil. buildInitialPrivilegeSet(String tableOwner)static PrincipalPrivilegesPrincipalPrivileges. fromHivePrivilegeInfos(Set<HivePrivilegeInfo> hivePrivileges)Methods in io.trino.plugin.hive.metastore with parameters of type PrincipalPrivileges Modifier and Type Method Description default voidHiveMetastore. alterTransactionalTable(HiveIdentity identity, Table table, long transactionId, long writeId, PrincipalPrivileges principalPrivileges)voidHiveMetastore. createTable(HiveIdentity identity, Table table, PrincipalPrivileges principalPrivileges)voidRecordingHiveMetastore. createTable(HiveIdentity identity, Table table, PrincipalPrivileges principalPrivileges)voidSemiTransactionalHiveMetastore. createTable(ConnectorSession session, Table table, PrincipalPrivileges principalPrivileges, Optional<org.apache.hadoop.fs.Path> currentPath, boolean ignoreExisting, PartitionStatistics statistics)currentLocationneeds to be supplied if a writePath exists for the table.voidHiveMetastore. replaceTable(HiveIdentity identity, String databaseName, String tableName, Table newTable, PrincipalPrivileges principalPrivileges)This should only be used if the semantic here is drop and add.voidRecordingHiveMetastore. replaceTable(HiveIdentity identity, String databaseName, String tableName, Table newTable, PrincipalPrivileges principalPrivileges)voidSemiTransactionalHiveMetastore. replaceTable(HiveIdentity identity, String databaseName, String tableName, Table table, PrincipalPrivileges principalPrivileges) -
Uses of PrincipalPrivileges in io.trino.plugin.hive.metastore.alluxio
Methods in io.trino.plugin.hive.metastore.alluxio with parameters of type PrincipalPrivileges Modifier and Type Method Description voidAlluxioHiveMetastore. createTable(HiveIdentity identity, Table table, PrincipalPrivileges principalPrivileges)voidAlluxioHiveMetastore. replaceTable(HiveIdentity identity, String databaseName, String tableName, Table newTable, PrincipalPrivileges principalPrivileges) -
Uses of PrincipalPrivileges in io.trino.plugin.hive.metastore.cache
Methods in io.trino.plugin.hive.metastore.cache with parameters of type PrincipalPrivileges Modifier and Type Method Description voidCachingHiveMetastore. alterTransactionalTable(HiveIdentity identity, Table table, long transactionId, long writeId, PrincipalPrivileges principalPrivileges)voidCachingHiveMetastore. createTable(HiveIdentity identity, Table table, PrincipalPrivileges principalPrivileges)voidCachingHiveMetastore. replaceTable(HiveIdentity identity, String databaseName, String tableName, Table newTable, PrincipalPrivileges principalPrivileges) -
Uses of PrincipalPrivileges in io.trino.plugin.hive.metastore.file
Methods in io.trino.plugin.hive.metastore.file with parameters of type PrincipalPrivileges Modifier and Type Method Description voidFileHiveMetastore. createTable(HiveIdentity identity, Table table, PrincipalPrivileges principalPrivileges)voidFileHiveMetastore. replaceTable(HiveIdentity identity, String databaseName, String tableName, Table newTable, PrincipalPrivileges principalPrivileges) -
Uses of PrincipalPrivileges in io.trino.plugin.hive.metastore.glue
Methods in io.trino.plugin.hive.metastore.glue with parameters of type PrincipalPrivileges Modifier and Type Method Description voidGlueHiveMetastore. createTable(HiveIdentity identity, Table table, PrincipalPrivileges principalPrivileges)voidGlueHiveMetastore. replaceTable(HiveIdentity identity, String databaseName, String tableName, Table newTable, PrincipalPrivileges principalPrivileges) -
Uses of PrincipalPrivileges in io.trino.plugin.hive.metastore.thrift
Methods in io.trino.plugin.hive.metastore.thrift with parameters of type PrincipalPrivileges Modifier and Type Method Description voidBridgingHiveMetastore. alterTransactionalTable(HiveIdentity identity, Table table, long transactionId, long writeId, PrincipalPrivileges principalPrivileges)voidBridgingHiveMetastore. createTable(HiveIdentity identity, Table table, PrincipalPrivileges principalPrivileges)voidBridgingHiveMetastore. replaceTable(HiveIdentity identity, String databaseName, String tableName, Table newTable, PrincipalPrivileges principalPrivileges)static org.apache.hadoop.hive.metastore.api.TableThriftMetastoreUtil. toMetastoreApiTable(Table table, PrincipalPrivileges privileges)
-