Uses of Class
org.apache.hadoop.fs.FileSystem
-
Packages that use FileSystem Package Description io.trino.hadoop org.apache.hadoop.fs -
-
Uses of FileSystem in io.trino.hadoop
Methods in io.trino.hadoop that return FileSystem Modifier and Type Method Description FileSystemFileSystemFactory. createFileSystem(URI uri) -
Uses of FileSystem in org.apache.hadoop.fs
Methods in org.apache.hadoop.fs that return FileSystem Modifier and Type Method Description static FileSystemFileSystem. get(URI uri, org.apache.hadoop.conf.Configuration conf)Get a FileSystem for this URI's scheme and authority.static FileSystemFileSystem. get(URI uri, org.apache.hadoop.conf.Configuration conf, String user)Get a FileSystem instance based on the uri, the passed in configuration and the user.static FileSystemFileSystem. get(org.apache.hadoop.conf.Configuration conf)Returns the configured FileSystem implementation.FileSystem[]FileSystem. getChildFileSystems()Get all the immediate child FileSystems embedded in this FileSystem.protected static FileSystemFileSystem. getFSofPath(org.apache.hadoop.fs.Path absOrFqPath, org.apache.hadoop.conf.Configuration conf)static FileSystemFileSystem. getNamed(String name, org.apache.hadoop.conf.Configuration conf)Deprecated.callget(URI, Configuration)instead.static FileSystemFileSystem. newInstance(URI uri, org.apache.hadoop.conf.Configuration config)Returns the FileSystem for this URI's scheme and authority.static FileSystemFileSystem. newInstance(URI uri, org.apache.hadoop.conf.Configuration conf, String user)Returns the FileSystem for this URI's scheme and authority and the given user.static FileSystemFileSystem. newInstance(org.apache.hadoop.conf.Configuration conf)Returns a unique configured FileSystem implementation for the default filesystem of the supplied configuration.Methods in org.apache.hadoop.fs that return types with arguments of type FileSystem Modifier and Type Method Description static Class<? extends FileSystem>FileSystem. getFileSystemClass(String scheme, org.apache.hadoop.conf.Configuration conf)Get the FileSystem implementation class of a filesystem.Methods in org.apache.hadoop.fs with parameters of type FileSystem Modifier and Type Method Description static org.apache.hadoop.fs.FSDataOutputStreamFileSystem. create(FileSystem fs, org.apache.hadoop.fs.Path file, org.apache.hadoop.fs.permission.FsPermission permission)Create a file with the provided permission.static booleanFileSystem. mkdirs(FileSystem fs, org.apache.hadoop.fs.Path dir, org.apache.hadoop.fs.permission.FsPermission permission)Create a directory with the provided permission.Method parameters in org.apache.hadoop.fs with type arguments of type FileSystem Modifier and Type Method Description static FileSystem.StatisticsFileSystem. getStatistics(String scheme, Class<? extends FileSystem> cls)Deprecated.
-