Uses of Class
io.trino.plugin.hive.HdfsEnvironment.HdfsContext
-
Packages that use HdfsEnvironment.HdfsContext Package Description io.trino.plugin.hive io.trino.plugin.hive.gcs io.trino.plugin.hive.metastore io.trino.plugin.hive.rubix io.trino.plugin.hive.s3 io.trino.plugin.hive.util -
-
Uses of HdfsEnvironment.HdfsContext in io.trino.plugin.hive
Methods in io.trino.plugin.hive with parameters of type HdfsEnvironment.HdfsContext Modifier and Type Method Description org.apache.hadoop.conf.ConfigurationHdfsConfiguration. getConfiguration(HdfsEnvironment.HdfsContext context, URI uri)org.apache.hadoop.conf.ConfigurationHdfsEnvironment. getConfiguration(HdfsEnvironment.HdfsContext context, org.apache.hadoop.fs.Path path)org.apache.hadoop.conf.ConfigurationHiveHdfsConfiguration. getConfiguration(HdfsEnvironment.HdfsContext context, URI uri)org.apache.hadoop.fs.FileSystemHdfsEnvironment. getFileSystem(HdfsEnvironment.HdfsContext context, org.apache.hadoop.fs.Path path)voidDynamicConfigurationProvider. updateConfiguration(org.apache.hadoop.conf.Configuration configuration, HdfsEnvironment.HdfsContext context, URI uri) -
Uses of HdfsEnvironment.HdfsContext in io.trino.plugin.hive.gcs
Methods in io.trino.plugin.hive.gcs with parameters of type HdfsEnvironment.HdfsContext Modifier and Type Method Description voidGcsConfigurationProvider. updateConfiguration(org.apache.hadoop.conf.Configuration configuration, HdfsEnvironment.HdfsContext context, URI uri) -
Uses of HdfsEnvironment.HdfsContext in io.trino.plugin.hive.metastore
Methods in io.trino.plugin.hive.metastore that return HdfsEnvironment.HdfsContext Modifier and Type Method Description HdfsEnvironment.HdfsContextSemiTransactionalHiveMetastore.Action. getHdfsContext()Constructors in io.trino.plugin.hive.metastore with parameters of type HdfsEnvironment.HdfsContext Constructor Description Action(io.trino.plugin.hive.metastore.SemiTransactionalHiveMetastore.ActionType type, T data, HdfsEnvironment.HdfsContext hdfsContext, HiveIdentity identity, String queryId) -
Uses of HdfsEnvironment.HdfsContext in io.trino.plugin.hive.rubix
Methods in io.trino.plugin.hive.rubix with parameters of type HdfsEnvironment.HdfsContext Modifier and Type Method Description voidRubixConfigurationInitializer. updateConfiguration(org.apache.hadoop.conf.Configuration config, HdfsEnvironment.HdfsContext context, URI uri) -
Uses of HdfsEnvironment.HdfsContext in io.trino.plugin.hive.s3
Methods in io.trino.plugin.hive.s3 with parameters of type HdfsEnvironment.HdfsContext Modifier and Type Method Description voidS3SecurityMappingConfigurationProvider. updateConfiguration(org.apache.hadoop.conf.Configuration configuration, HdfsEnvironment.HdfsContext context, URI uri) -
Uses of HdfsEnvironment.HdfsContext in io.trino.plugin.hive.util
Methods in io.trino.plugin.hive.util with parameters of type HdfsEnvironment.HdfsContext Modifier and Type Method Description static voidHiveWriteUtils. createDirectory(HdfsEnvironment.HdfsContext context, HdfsEnvironment hdfsEnvironment, org.apache.hadoop.fs.Path path)static org.apache.hadoop.fs.PathHiveWriteUtils. createTemporaryPath(ConnectorSession session, HdfsEnvironment.HdfsContext context, HdfsEnvironment hdfsEnvironment, org.apache.hadoop.fs.Path targetPath)static org.apache.hadoop.fs.PathHiveWriteUtils. getTableDefaultLocation(HdfsEnvironment.HdfsContext context, SemiTransactionalHiveMetastore metastore, HdfsEnvironment hdfsEnvironment, String schemaName, String tableName)static org.apache.hadoop.fs.PathHiveWriteUtils. getTableDefaultLocation(Database database, HdfsEnvironment.HdfsContext context, HdfsEnvironment hdfsEnvironment, String schemaName, String tableName)static booleanHiveWriteUtils. isHdfsEncrypted(HdfsEnvironment.HdfsContext context, HdfsEnvironment hdfsEnvironment, org.apache.hadoop.fs.Path path)static booleanHiveWriteUtils. isS3FileSystem(HdfsEnvironment.HdfsContext context, HdfsEnvironment hdfsEnvironment, org.apache.hadoop.fs.Path path)static booleanHiveWriteUtils. isViewFileSystem(HdfsEnvironment.HdfsContext context, HdfsEnvironment hdfsEnvironment, org.apache.hadoop.fs.Path path)static booleanHiveWriteUtils. pathExists(HdfsEnvironment.HdfsContext context, HdfsEnvironment hdfsEnvironment, org.apache.hadoop.fs.Path path)
-