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(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>ForwardingHiveMetastore. getDatabase(String databaseName)Optional<Database>HiveMetastore. getDatabase(String databaseName)Optional<Database>SemiTransactionalHiveMetastore. getDatabase(String databaseName)Methods in io.trino.plugin.hive.metastore with parameters of type Database Modifier and Type Method Description static Database.BuilderDatabase. builder(Database database)voidForwardingHiveMetastore. createDatabase(Database database)voidHiveMetastore. createDatabase(Database database)voidSemiTransactionalHiveMetastore. createDatabase(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(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(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(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(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.recording
Methods in io.trino.plugin.hive.metastore.recording that return types with arguments of type Database Modifier and Type Method Description Optional<Database>HiveMetastoreRecording. getDatabase(String databaseName, Supplier<Optional<Database>> valueSupplier)Optional<Database>RecordingHiveMetastore. getDatabase(String databaseName)List<HiveMetastoreRecording.Pair<String,Optional<Database>>>HiveMetastoreRecording.Recording. getDatabases()Methods in io.trino.plugin.hive.metastore.recording with parameters of type Database Modifier and Type Method Description voidRecordingHiveMetastore. createDatabase(Database database)Method parameters in io.trino.plugin.hive.metastore.recording with type arguments of type Database Modifier and Type Method Description Optional<Database>HiveMetastoreRecording. getDatabase(String databaseName, Supplier<Optional<Database>> valueSupplier) -
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(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)
-