Uses of Class
io.trino.plugin.hive.metastore.Database
-
-
Uses of Database in io.trino.plugin.hive
Methods in io.trino.plugin.hive that return types with arguments of type Database Modifier and Type Method Description Optional<Database>HiveMetastoreClosure. getDatabase(String databaseName)Methods in io.trino.plugin.hive with parameters of type Database Modifier and Type Method Description voidHiveMetastoreClosure. createDatabase(HiveIdentity identity, Database database)static Map<String,Object>HiveSchemaProperties. fromDatabase(Database db) -
Uses of Database in io.trino.plugin.hive.metastore
Methods in io.trino.plugin.hive.metastore that return Database Modifier and Type Method Description DatabaseDatabase.Builder. build()Methods in io.trino.plugin.hive.metastore that return types with arguments of type Database Modifier and Type Method Description Optional<Database>HiveMetastore. getDatabase(String databaseName)Optional<Database>RecordingHiveMetastore. getDatabase(String databaseName)Optional<Database>SemiTransactionalHiveMetastore. getDatabase(String databaseName)List<RecordingHiveMetastore.Pair<String,Optional<Database>>>RecordingHiveMetastore.Recording. getDatabases()Methods in io.trino.plugin.hive.metastore with parameters of type Database Modifier and Type Method Description static Database.BuilderDatabase. builder(Database database)voidHiveMetastore. createDatabase(HiveIdentity identity, Database database)voidRecordingHiveMetastore. createDatabase(HiveIdentity identity, Database database)voidSemiTransactionalHiveMetastore. createDatabase(HiveIdentity identity, Database database)Constructors in io.trino.plugin.hive.metastore with parameters of type Database Constructor Description Builder(Database database) -
Uses of Database in io.trino.plugin.hive.metastore.alluxio
Methods in io.trino.plugin.hive.metastore.alluxio that return Database Modifier and Type Method Description static DatabaseProtoUtils. fromProto(alluxio.grpc.table.Database db)Methods in io.trino.plugin.hive.metastore.alluxio that return types with arguments of type Database Modifier and Type Method Description Optional<Database>AlluxioHiveMetastore. getDatabase(String databaseName)Methods in io.trino.plugin.hive.metastore.alluxio with parameters of type Database Modifier and Type Method Description voidAlluxioHiveMetastore. createDatabase(HiveIdentity identity, Database database) -
Uses of Database in io.trino.plugin.hive.metastore.cache
Methods in io.trino.plugin.hive.metastore.cache that return types with arguments of type Database Modifier and Type Method Description Optional<Database>CachingHiveMetastore. getDatabase(String databaseName)Methods in io.trino.plugin.hive.metastore.cache with parameters of type Database Modifier and Type Method Description voidCachingHiveMetastore. createDatabase(HiveIdentity identity, Database database) -
Uses of Database in io.trino.plugin.hive.metastore.file
Methods in io.trino.plugin.hive.metastore.file that return Database Modifier and Type Method Description DatabaseDatabaseMetadata. toDatabase(String databaseName, String location)Methods in io.trino.plugin.hive.metastore.file that return types with arguments of type Database Modifier and Type Method Description Optional<Database>FileHiveMetastore. getDatabase(String databaseName)Methods in io.trino.plugin.hive.metastore.file with parameters of type Database Modifier and Type Method Description voidFileHiveMetastore. createDatabase(HiveIdentity identity, Database database)Constructors in io.trino.plugin.hive.metastore.file with parameters of type Database Constructor Description DatabaseMetadata(String currentVersion, Database database) -
Uses of Database in io.trino.plugin.hive.metastore.glue
Methods in io.trino.plugin.hive.metastore.glue that return types with arguments of type Database Modifier and Type Method Description Optional<Database>GlueHiveMetastore. getDatabase(String databaseName)Methods in io.trino.plugin.hive.metastore.glue with parameters of type Database Modifier and Type Method Description voidGlueHiveMetastore. createDatabase(HiveIdentity identity, Database database) -
Uses of Database in io.trino.plugin.hive.metastore.glue.converter
Methods in io.trino.plugin.hive.metastore.glue.converter that return Database Modifier and Type Method Description static DatabaseGlueToTrinoConverter. convertDatabase(com.amazonaws.services.glue.model.Database glueDb)Methods in io.trino.plugin.hive.metastore.glue.converter with parameters of type Database Modifier and Type Method Description static com.amazonaws.services.glue.model.DatabaseInputGlueInputConverter. convertDatabase(Database database) -
Uses of Database in io.trino.plugin.hive.metastore.thrift
Methods in io.trino.plugin.hive.metastore.thrift that return Database Modifier and Type Method Description static DatabaseThriftMetastoreUtil. fromMetastoreApiDatabase(org.apache.hadoop.hive.metastore.api.Database database)Methods in io.trino.plugin.hive.metastore.thrift that return types with arguments of type Database Modifier and Type Method Description Optional<Database>BridgingHiveMetastore. getDatabase(String databaseName)Methods in io.trino.plugin.hive.metastore.thrift with parameters of type Database Modifier and Type Method Description voidBridgingHiveMetastore. createDatabase(HiveIdentity identity, Database database)static org.apache.hadoop.hive.metastore.api.DatabaseThriftMetastoreUtil. toMetastoreApiDatabase(Database database) -
Uses of Database in io.trino.plugin.hive.security
Methods in io.trino.plugin.hive.security that return types with arguments of type Database Modifier and Type Method Description Optional<Database>SemiTransactionalSqlStandardAccessControlMetastore. getDatabase(ConnectorSecurityContext context, String databaseName)Optional<Database>SqlStandardAccessControlMetastore. getDatabase(ConnectorSecurityContext context, String databaseName) -
Uses of Database in io.trino.plugin.hive.util
Methods in io.trino.plugin.hive.util with parameters of type Database Modifier and Type Method Description static org.apache.hadoop.fs.PathHiveWriteUtils. getTableDefaultLocation(Database database, HdfsEnvironment.HdfsContext context, HdfsEnvironment hdfsEnvironment, String schemaName, String tableName)
-