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(Table table, long transactionId, long writeId, PrincipalPrivileges principalPrivileges)voidHiveMetastoreClosure. createTable(Table table, PrincipalPrivileges principalPrivileges)voidHiveMetastoreClosure. replaceTable(String databaseName, String tableName, Table newTable, PrincipalPrivileges principalPrivileges) -
Uses of PrincipalPrivileges in io.trino.plugin.hive.metastore
Fields in io.trino.plugin.hive.metastore declared as PrincipalPrivileges Modifier and Type Field Description static PrincipalPrivilegesPrincipalPrivileges. NO_PRIVILEGESMethods 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 voidForwardingHiveMetastore. alterTransactionalTable(Table table, long transactionId, long writeId, PrincipalPrivileges principalPrivileges)default voidHiveMetastore. alterTransactionalTable(Table table, long transactionId, long writeId, PrincipalPrivileges principalPrivileges)voidForwardingHiveMetastore. createTable(Table table, PrincipalPrivileges principalPrivileges)voidHiveMetastore. createTable(Table table, PrincipalPrivileges principalPrivileges)voidSemiTransactionalHiveMetastore. createTable(ConnectorSession session, Table table, PrincipalPrivileges principalPrivileges, Optional<org.apache.hadoop.fs.Path> currentPath, Optional<List<String>> files, boolean ignoreExisting, PartitionStatistics statistics, boolean cleanExtraOutputFilesOnCommit)currentLocationneeds to be supplied if a writePath exists for the table.voidForwardingHiveMetastore. replaceTable(String databaseName, String tableName, Table newTable, PrincipalPrivileges principalPrivileges)voidHiveMetastore. replaceTable(String databaseName, String tableName, Table newTable, PrincipalPrivileges principalPrivileges)This should only be used if the semantic here is drop and add.voidSemiTransactionalHiveMetastore. replaceTable(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(Table table, PrincipalPrivileges principalPrivileges)voidAlluxioHiveMetastore. replaceTable(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(Table table, long transactionId, long writeId, PrincipalPrivileges principalPrivileges)voidCachingHiveMetastore. createTable(Table table, PrincipalPrivileges principalPrivileges)voidCachingHiveMetastore. replaceTable(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(Table table, PrincipalPrivileges principalPrivileges)voidFileHiveMetastore. replaceTable(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(Table table, PrincipalPrivileges principalPrivileges)voidGlueHiveMetastore. replaceTable(String databaseName, String tableName, Table newTable, PrincipalPrivileges principalPrivileges) -
Uses of PrincipalPrivileges in io.trino.plugin.hive.metastore.recording
Methods in io.trino.plugin.hive.metastore.recording with parameters of type PrincipalPrivileges Modifier and Type Method Description voidRecordingHiveMetastore. createTable(Table table, PrincipalPrivileges principalPrivileges)voidRecordingHiveMetastore. replaceTable(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(Table table, long transactionId, long writeId, PrincipalPrivileges principalPrivileges)voidBridgingHiveMetastore. createTable(Table table, PrincipalPrivileges principalPrivileges)voidBridgingHiveMetastore. replaceTable(String databaseName, String tableName, Table newTable, PrincipalPrivileges principalPrivileges)static org.apache.hadoop.hive.metastore.api.TableThriftMetastoreUtil. toMetastoreApiTable(Table table, PrincipalPrivileges privileges)
-