Uses of Class
org.apache.hadoop.fs.FileSystem
Packages that use FileSystem
Package
Description
An abstract file system API.
Filesystem implementations that allow Hadoop to read directly from
HTTP / HTTPS endpoints.
This package contains implementation classes for use inside
filesystems.
SFTP FileSystem package.
Support for the execution of a file system command.
ViewFileSystem and ViewFileSystemOverloadScheme classes.
Generic i/o code for use when reading and writing data to the network,
to databases, and to files.
Support for dynamic access to filesystem operations which are not available
in older hadoop releases.
Implementation/testing support for wrapped IO.
Builtin metrics sinks
Classes for hadoop security.
Common utilities.
-
Uses of FileSystem in org.apache.hadoop.fs
Classes in org.apache.hadoop.fs with type parameters of type FileSystemModifier and TypeClassDescriptionstatic classAn action that will renew and replace the file system's delegation tokens automatically.Subclasses of FileSystem in org.apache.hadoop.fsModifier and TypeClassDescriptionclassAbstract Checksumed FileSystem.classAFilterFileSystemcontains some other file system, which it uses as its basic file system, possibly transforming the data along the way or providing additional functionality.classThis is an implementation of the Hadoop Archive Filesystem.classImplement the FileSystem API for the checksumed local filesystem.classImplement the FileSystem API for the raw local filesystem.Fields in org.apache.hadoop.fs declared as FileSystemModifier and TypeFieldDescriptionprotected FileSystemFilterFileSystem.fsprotected FileSystemTrashPolicy.fsprotected final FileSystemDelegateToFileSystem.fsImplMethods in org.apache.hadoop.fs with type parameters of type FileSystemModifier and TypeMethodDescriptionDelegationTokenRenewer.addRenewAction(T fs) Add a renew action to the queue.<T extends FileSystem & DelegationTokenRenewer.Renewable>
voidDelegationTokenRenewer.removeRenewAction(T fs) Remove the associated renew action from the queueMethods in org.apache.hadoop.fs that return FileSystemModifier and TypeMethodDescriptionstatic FileSystemFileSystem.get(URI uri, Configuration conf) Get a FileSystem for this URI's scheme and authority.static FileSystemFileSystem.get(URI uri, Configuration conf, String user) Get a FileSystem instance based on the uri, the passed in configuration and the user.static FileSystemFileSystem.get(Configuration conf) Returns the configured FileSystem implementation.FileSystem.getChildFileSystems()Get all the immediate child FileSystems embedded in this FileSystem.FilterFileSystem.getChildFileSystems()HarFileSystem.getChildFileSystems()Used for delegation token related functionality.Path.getFileSystem(Configuration conf) Return the FileSystem that owns this Path.protected FileSystemFSDataOutputStreamBuilder.getFS()protected FileSystemFsShell.getFS()protected static FileSystemFileSystem.getFSofPath(Path absOrFqPath, Configuration conf) static FileSystemFileSystem.getNamed(String name, Configuration conf) Deprecated.LocalFileSystem.getRaw()ChecksumFileSystem.getRawFileSystem()get the raw file systemFilterFileSystem.getRawFileSystem()Get the raw file systemstatic FileSystemFileSystem.newInstance(URI uri, Configuration config) Returns the FileSystem for this URI's scheme and authority.static FileSystemFileSystem.newInstance(URI uri, Configuration conf, String user) Returns the FileSystem for this URI's scheme and authority and the given user.static FileSystemFileSystem.newInstance(Configuration conf) Returns a unique configured FileSystem implementation for the default filesystem of the supplied configuration.static FileSystemFileUtil.write(FileSystem fs, Path path, byte[] bytes) Writes bytes to a file.static FileSystemFileUtil.write(FileSystem fs, Path path, CharSequence charseq) Write a line of text to a file.static FileSystemFileUtil.write(FileSystem fs, Path path, CharSequence charseq, Charset cs) Write a line of text to a file.static FileSystemFileUtil.write(FileSystem fs, Path path, Iterable<? extends CharSequence> lines, Charset cs) Write lines of text to a file.Methods in org.apache.hadoop.fs that return types with arguments of type FileSystemModifier and TypeMethodDescriptionstatic Class<? extends FileSystem>FileSystem.getFileSystemClass(String scheme, Configuration conf) Get the FileSystem implementation class of a filesystem.Methods in org.apache.hadoop.fs with parameters of type FileSystemModifier and TypeMethodDescriptionstatic booleanFileUtil.checkFSSupportsEC(FileSystem fs, Path path) Return true if the FS implementsWithErasureCodingand supports EC_POLICY option inOptions.OpenFileOptions.static booleanFileUtil.compareFs(FileSystem srcFs, FileSystem destFs) static booleanFileUtil.copy(File src, FileSystem dstFS, Path dst, boolean deleteSource, Configuration conf) Copy local files to a FileSystem.static booleanFileUtil.copy(FileSystem srcFS, FileStatus srcStatus, FileSystem dstFS, Path dst, boolean deleteSource, boolean overwrite, Configuration conf) Copy a file/directory tree within/between filesystems.static booleanFileUtil.copy(FileSystem srcFS, Path[] srcs, FileSystem dstFS, Path dst, boolean deleteSource, boolean overwrite, Configuration conf) static booleanFileUtil.copy(FileSystem srcFS, Path src, File dst, boolean deleteSource, Configuration conf) Copy FileSystem files to local files.static booleanFileUtil.copy(FileSystem srcFS, Path src, FileSystem dstFS, Path dst, boolean deleteSource, boolean overwrite, Configuration conf) Copy files between FileSystems.static booleanFileUtil.copy(FileSystem srcFS, Path src, FileSystem dstFS, Path dst, boolean deleteSource, Configuration conf) Copy files between FileSystems.static FSDataOutputStreamFileSystem.create(FileSystem fs, Path file, FsPermission permission) Create a file with the provided permission.protected static org.apache.hadoop.fs.FileSystem.FSDataInputStreamBuilderFileSystem.createDataInputStreamBuilder(FileSystem fileSystem, Path path) Create instance of the standardFileSystem.FSDataInputStreamBuilderfor the given filesystem and path.protected static org.apache.hadoop.fs.FileSystem.FSDataInputStreamBuilderFileSystem.createDataInputStreamBuilder(FileSystem fileSystem, PathHandle pathHandle) Create instance of the standardFileSystem.FSDataInputStreamBuilderfor the given filesystem and path handle.protected static FSDataOutputStreamBuilderFileSystem.createDataOutputStreamBuilder(FileSystem fileSystem, Path path) Create instance of the standard FSDataOutputStreamBuilder for the given filesystem and path.static Globber.GlobBuilderGlobber.createGlobber(FileSystem filesystem) Create a builder for a Globber, bonded to the specific filesystem.static voidFileUtil.fullyDelete(FileSystem fs, Path dir) Deprecated.static TrashPolicyTrashPolicy.getInstance(Configuration conf, FileSystem fs) Get an instance of the configured TrashPolicy based on the value of the configuration parameter fs.trash.classname.static TrashPolicyTrashPolicy.getInstance(Configuration conf, FileSystem fs, Path home) Deprecated.UseTrashPolicy.getInstance(Configuration, FileSystem)instead.voidTrashPolicy.initialize(Configuration conf, FileSystem fs) Used to setup the trash policy.abstract voidTrashPolicy.initialize(Configuration conf, FileSystem fs, Path home) Deprecated.UseTrashPolicy.initialize(Configuration, FileSystem)instead.voidTrashPolicyDefault.initialize(Configuration conf, FileSystem fs) voidTrashPolicyDefault.initialize(Configuration conf, FileSystem fs, Path home) Deprecated.Path.makeQualified(FileSystem fs) Deprecated.static voidFileUtil.maybeIgnoreMissingDirectory(FileSystem fs, Path path, FileNotFoundException e) Method to call after a FNFE has been raised on a treewalk, so as to decide whether to throw the exception (default), or, if the FS supports inconsistent directory listings, to log and ignore it.static booleanFileSystem.mkdirs(FileSystem fs, Path dir, FsPermission permission) Create a directory with the provided permission.static booleanTrash.moveToAppropriateTrash(FileSystem fs, Path p, Configuration conf) In case of the symlinks or mount points, one has to move the appropriate trashbin in the actual volume of the path p being deleted.abstract TFileSystemLinkResolver.next(FileSystem fs, Path p) Calls the abstract FileSystem call equivalent to the specialized subclass implementation inFileSystemLinkResolver.doCall(Path).static voidFileUtil.rename(FileSystem srcFs, Path src, Path dst, Options.Rename... options) voidInternalOperations.rename(FileSystem fs, Path src, Path dst, Options.Rename... options) FileSystemLinkResolver.resolve(FileSystem filesys, Path path) Attempt calling overriddenFileSystemLinkResolver.doCall(Path)method with specifiedFileSystemandPath.static Function<FileStatus,PathHandle> Options.HandleOpt.resolve(FileSystem fs, Options.HandleOpt... opt) Utility function for mappinggetPathHandle(org.apache.hadoop.fs.FileStatus, org.apache.hadoop.fs.Options.HandleOpt...)to a fixed set of handle options.static FileSystemFileUtil.write(FileSystem fs, Path path, byte[] bytes) Writes bytes to a file.static FileSystemFileUtil.write(FileSystem fs, Path path, CharSequence charseq) Write a line of text to a file.static FileSystemFileUtil.write(FileSystem fs, Path path, CharSequence charseq, Charset cs) Write a line of text to a file.static FileSystemFileUtil.write(FileSystem fs, Path path, Iterable<? extends CharSequence> lines, Charset cs) Write lines of text to a file.Method parameters in org.apache.hadoop.fs with type arguments of type FileSystemModifier and TypeMethodDescriptionstatic FileSystem.StatisticsFileSystem.getStatistics(String scheme, Class<? extends FileSystem> cls) Deprecated.Constructors in org.apache.hadoop.fs with parameters of type FileSystemModifierConstructorDescriptionprotectedDelegateToFileSystem(URI theUri, FileSystem theFsImpl, Configuration conf, String supportedScheme, boolean authorityRequired) protectedFSDataOutputStreamBuilder(FileSystem fileSystem, Path p) Constructor.Construct bonded to a filesystem.Constructor to create a HarFileSystem with an underlying filesystem.LocalFileSystem(FileSystem rawLocalFileSystem) Stat(Path path, long blockSize, boolean deref, FileSystem fs) Trash(FileSystem fs, Configuration conf) Construct a trash can accessor for the FileSystem provided. -
Uses of FileSystem in org.apache.hadoop.fs.ftp
Subclasses of FileSystem in org.apache.hadoop.fs.ftpModifier and TypeClassDescriptionclassAFileSystembacked by an FTP client provided by Apache Commons Net. -
Uses of FileSystem in org.apache.hadoop.fs.http
Subclasses of FileSystem in org.apache.hadoop.fs.httpModifier and TypeClassDescriptionclassA Filesystem that reads from HTTP endpoint.classA Filesystem that reads from HTTPS endpoint. -
Uses of FileSystem in org.apache.hadoop.fs.impl
Methods in org.apache.hadoop.fs.impl that return FileSystemModifier and TypeMethodDescriptionFileSystemMultipartUploaderBuilder.getFS()protected FileSystemFutureDataInputStreamBuilderImpl.getFS()protected FileSystemMultipartUploaderBuilderImpl.getFS()Constructors in org.apache.hadoop.fs.impl with parameters of type FileSystemModifierConstructorDescriptionDefaultBulkDeleteOperation(Path basePath, FileSystem fs) FileSystemMultipartUploaderBuilder(FileSystem fileSystem, Path path) protectedFutureDataInputStreamBuilderImpl(FileSystem fileSystem, Path path) Constructor.FutureDataInputStreamBuilderImpl(FileSystem fileSystem, PathHandle pathHandle) Constructor with PathHandle.protectedMultipartUploaderBuilderImpl(FileSystem fileSystem, Path p) Constructor. -
Uses of FileSystem in org.apache.hadoop.fs.sftp
Subclasses of FileSystem in org.apache.hadoop.fs.sftp -
Uses of FileSystem in org.apache.hadoop.fs.shell
Fields in org.apache.hadoop.fs.shell declared as FileSystem -
Uses of FileSystem in org.apache.hadoop.fs.shell.find
Methods in org.apache.hadoop.fs.shell.find that return FileSystemModifier and TypeMethodDescriptionprotected FileSystemBaseExpression.getFileSystem(PathData item) Returns theFileSystemassociated with thePathDataitem. -
Uses of FileSystem in org.apache.hadoop.fs.viewfs
Subclasses of FileSystem in org.apache.hadoop.fs.viewfsModifier and TypeClassDescriptionclassViewFileSystem (extends the FileSystem interface) implements a client-side mount table.classThis class is extended from the ViewFileSystem for the overloaded scheme file system.Methods in org.apache.hadoop.fs.viewfs that return FileSystemModifier and TypeMethodDescriptionFsGetter.get(URI uri, Configuration conf) Gets file system instance of given uri.ViewFileSystem.getChildFileSystems()ViewFileSystemOverloadScheme.getFallbackFileSystem()FsGetter.getNewInstance(URI uri, Configuration conf) Gets new file system instance of given uri.ViewFileSystemOverloadScheme.getRawFileSystem(Path path, Configuration conf) This is an admin only API to give access to its child raw file system, if the path is link.Methods in org.apache.hadoop.fs.viewfs that return types with arguments of type FileSystemModifier and TypeMethodDescriptionViewFileSystemOverloadScheme.getMountPathInfo(Path path, Configuration conf) Gets the mount path info, which contains the target file system and remaining path to pass to the target file system.Methods in org.apache.hadoop.fs.viewfs with parameters of type FileSystemModifier and TypeMethodDescriptionstatic Map<ViewFileSystem.MountPoint,FsStatus> ViewFileSystemUtil.getStatus(FileSystem fileSystem, Path path) Get FsStatus for all ViewFsMountPoints matching path for the given ViewFileSystem.static booleanViewFileSystemUtil.isViewFileSystem(FileSystem fileSystem) Check if the FileSystem is a ViewFileSystem.static booleanViewFileSystemUtil.isViewFileSystemOverloadScheme(FileSystem fileSystem) Check if the FileSystem is a ViewFileSystemOverloadScheme. -
Uses of FileSystem in org.apache.hadoop.io
Methods in org.apache.hadoop.io with parameters of type FileSystemModifier and TypeMethodDescriptionstatic SequenceFile.WriterSequenceFile.createWriter(FileSystem fs, Configuration conf, Path name, Class keyClass, Class valClass) Deprecated.static SequenceFile.WriterSequenceFile.createWriter(FileSystem fs, Configuration conf, Path name, Class keyClass, Class valClass, int bufferSize, short replication, long blockSize, boolean createParent, SequenceFile.CompressionType compressionType, CompressionCodec codec, SequenceFile.Metadata metadata) Deprecated.static SequenceFile.WriterSequenceFile.createWriter(FileSystem fs, Configuration conf, Path name, Class keyClass, Class valClass, int bufferSize, short replication, long blockSize, SequenceFile.CompressionType compressionType, CompressionCodec codec, Progressable progress, SequenceFile.Metadata metadata) Deprecated.static SequenceFile.WriterSequenceFile.createWriter(FileSystem fs, Configuration conf, Path name, Class keyClass, Class valClass, SequenceFile.CompressionType compressionType) Deprecated.static SequenceFile.WriterSequenceFile.createWriter(FileSystem fs, Configuration conf, Path name, Class keyClass, Class valClass, SequenceFile.CompressionType compressionType, CompressionCodec codec) Deprecated.static SequenceFile.WriterSequenceFile.createWriter(FileSystem fs, Configuration conf, Path name, Class keyClass, Class valClass, SequenceFile.CompressionType compressionType, CompressionCodec codec, Progressable progress) Deprecated.static SequenceFile.WriterSequenceFile.createWriter(FileSystem fs, Configuration conf, Path name, Class keyClass, Class valClass, SequenceFile.CompressionType compressionType, CompressionCodec codec, Progressable progress, SequenceFile.Metadata metadata) Deprecated.static SequenceFile.WriterSequenceFile.createWriter(FileSystem fs, Configuration conf, Path name, Class keyClass, Class valClass, SequenceFile.CompressionType compressionType, Progressable progress) Deprecated.static voidBloomMapFile.delete(FileSystem fs, String name) static voidMapFile.delete(FileSystem fs, String name) Deletes the named map file.static longMapFile.fix(FileSystem fs, Path dir, Class<? extends Writable> keyClass, Class<? extends Writable> valueClass, boolean dryrun, Configuration conf) This method attempts to fix a corrupt MapFile by re-creating its index.protected FSDataInputStreamSequenceFile.Reader.openFile(FileSystem fs, Path file, int bufferSize, long length) Override this method to specialize the type ofFSDataInputStreamreturned.static voidMapFile.rename(FileSystem fs, String oldName, String newName) Renames an existing map directory.Constructors in org.apache.hadoop.io with parameters of type FileSystemModifierConstructorDescriptionReader(FileSystem fs, String file, Configuration conf) Construct an array reader for the named file.Reader(FileSystem fs, String dirName, Configuration conf) Deprecated.Reader(FileSystem fs, String dirName, WritableComparator comparator, Configuration conf) Deprecated.Reader(FileSystem fs, String dirName, WritableComparator comparator, Configuration conf, boolean open) Deprecated.Reader(FileSystem fs, String dirName, Configuration conf) Deprecated.Reader(FileSystem fs, String dirName, WritableComparator comparator, Configuration conf) Deprecated.Reader(FileSystem fs, Path file, Configuration conf) Deprecated.Use Reader(Configuration, Option...) instead.Reader(FileSystem fs, String dirName, Configuration conf) Construct a set reader for the named set.Reader(FileSystem fs, String dirName, WritableComparator comparator, Configuration conf) Construct a set reader for the named set using the named comparator.Sorter(FileSystem fs, Class<? extends WritableComparable> keyClass, Class valClass, Configuration conf) Sort and merge files containing the named classes.Sorter(FileSystem fs, RawComparator comparator, Class keyClass, Class valClass, Configuration conf) Sort and merge using an arbitraryRawComparator.Sorter(FileSystem fs, RawComparator comparator, Class keyClass, Class valClass, Configuration conf, SequenceFile.Metadata metadata) Sort and merge using an arbitraryRawComparator.Writer(Configuration conf, FileSystem fs, String file, Class<? extends Writable> valClass) Create the named file for values of the named class.Writer(Configuration conf, FileSystem fs, String file, Class<? extends Writable> valClass, SequenceFile.CompressionType compress, Progressable progress) Create the named file for values of the named class.Writer(Configuration conf, FileSystem fs, String dirName, Class<? extends WritableComparable> keyClass, Class valClass) Deprecated.Writer(Configuration conf, FileSystem fs, String dirName, Class<? extends WritableComparable> keyClass, Class<? extends Writable> valClass, SequenceFile.CompressionType compress, CompressionCodec codec, Progressable progress) Deprecated.Writer(Configuration conf, FileSystem fs, String dirName, Class<? extends WritableComparable> keyClass, Class valClass, SequenceFile.CompressionType compress) Deprecated.Writer(Configuration conf, FileSystem fs, String dirName, Class<? extends WritableComparable> keyClass, Class valClass, SequenceFile.CompressionType compress, Progressable progress) Deprecated.Writer(Configuration conf, FileSystem fs, String dirName, WritableComparator comparator, Class valClass) Deprecated.Writer(Configuration conf, FileSystem fs, String dirName, WritableComparator comparator, Class valClass, SequenceFile.CompressionType compress) Deprecated.Writer(Configuration conf, FileSystem fs, String dirName, WritableComparator comparator, Class valClass, SequenceFile.CompressionType compress, CompressionCodec codec, Progressable progress) Deprecated.Writer(Configuration conf, FileSystem fs, String dirName, WritableComparator comparator, Class valClass, SequenceFile.CompressionType compress, Progressable progress) Deprecated.Writer(Configuration conf, FileSystem fs, String dirName, Class<? extends WritableComparable> keyClass, Class valClass) Deprecated.Use Writer(Configuration, Path, Option...) instead.Writer(Configuration conf, FileSystem fs, String dirName, Class<? extends WritableComparable> keyClass, Class valClass, SequenceFile.CompressionType compress) Deprecated.Use Writer(Configuration, Path, Option...) instead.Writer(Configuration conf, FileSystem fs, String dirName, Class<? extends WritableComparable> keyClass, Class valClass, SequenceFile.CompressionType compress, CompressionCodec codec, Progressable progress) Deprecated.Use Writer(Configuration, Path, Option...) instead.Writer(Configuration conf, FileSystem fs, String dirName, Class<? extends WritableComparable> keyClass, Class valClass, SequenceFile.CompressionType compress, Progressable progress) Deprecated.Use Writer(Configuration, Path, Option...) instead.Writer(Configuration conf, FileSystem fs, String dirName, WritableComparator comparator, Class valClass) Deprecated.Use Writer(Configuration, Path, Option...) instead.Writer(Configuration conf, FileSystem fs, String dirName, WritableComparator comparator, Class valClass, SequenceFile.CompressionType compress) Deprecated.Use Writer(Configuration, Path, Option...) instead.Writer(Configuration conf, FileSystem fs, String dirName, WritableComparator comparator, Class valClass, SequenceFile.CompressionType compress, CompressionCodec codec, Progressable progress) Deprecated.Use Writer(Configuration, Path, Option...) instead.Writer(Configuration conf, FileSystem fs, String dirName, WritableComparator comparator, Class valClass, SequenceFile.CompressionType compress, Progressable progress) Deprecated.Use Writer(Configuration, Path, Option...)} instead.Writer(FileSystem fs, Configuration conf, Path name, Class keyClass, Class valClass) Deprecated.Writer(FileSystem fs, Configuration conf, Path name, Class keyClass, Class valClass, int bufferSize, short replication, long blockSize, Progressable progress, SequenceFile.Metadata metadata) Deprecated.Writer(FileSystem fs, Configuration conf, Path name, Class keyClass, Class valClass, Progressable progress, SequenceFile.Metadata metadata) Deprecated.Writer(Configuration conf, FileSystem fs, String dirName, Class<? extends WritableComparable> keyClass, SequenceFile.CompressionType compress) Create a set naming the element class and compression type.Writer(Configuration conf, FileSystem fs, String dirName, WritableComparator comparator, SequenceFile.CompressionType compress) Create a set naming the element comparator and compression type.Writer(FileSystem fs, String dirName, Class<? extends WritableComparable> keyClass) Deprecated.pass a Configuration too -
Uses of FileSystem in org.apache.hadoop.io.wrappedio
Methods in org.apache.hadoop.io.wrappedio with parameters of type FileSystemModifier and TypeMethodDescriptionWrappedIO.bulkDelete_delete(FileSystem fs, Path base, Collection<Path> paths) Delete a list of files/objects.static intWrappedIO.bulkDelete_pageSize(FileSystem fs, Path path) Get the maximum number of objects/files to delete in a single request.static PathWrappedIO.fileSystem_getEnclosingRoot(FileSystem fs, Path path) Return path of the enclosing root for a given path.static FSDataInputStreamWrappedIO.fileSystem_openFile(FileSystem fs, Path path, String policy, FileStatus status, Long length, Map<String, String> options) OpenFile assistant, easy reflection-based access toopenFile(Path)and blocks awaiting the operation completion.static SerializableWrappedStatistics.iostatisticsSnapshot_load(FileSystem fs, Path path) Load IOStatisticsSnapshot from a Hadoop filesystem.static voidWrappedStatistics.iostatisticsSnapshot_save(Serializable snapshot, FileSystem fs, Path path, boolean overwrite) Save IOStatisticsSnapshot to a Hadoop filesystem as a JSON file. -
Uses of FileSystem in org.apache.hadoop.io.wrappedio.impl
Methods in org.apache.hadoop.io.wrappedio.impl with parameters of type FileSystemModifier and TypeMethodDescriptionDynamicWrappedIO.bulkDelete_delete(FileSystem fs, Path base, Collection<Path> paths) Delete a list of files/objects.intDynamicWrappedIO.bulkDelete_pageSize(FileSystem fileSystem, Path path) Get the maximum number of objects/files to delete in a single request.DynamicWrappedIO.fileSystem_openFile(FileSystem fs, Path path, String policy, FileStatus status, Long length, Map<String, String> options) OpenFile assistant, easy reflection-based access toFileSystem#openFile(Path)and blocks awaiting the operation completion.DynamicWrappedStatistics.iostatisticsSnapshot_load(FileSystem fs, Path path) Load IOStatisticsSnapshot from a Hadoop filesystem.voidDynamicWrappedStatistics.iostatisticsSnapshot_save(Serializable snapshot, FileSystem fs, Path path, boolean overwrite) Save IOStatisticsSnapshot to a Hadoop filesystem as a JSON file.static FSDataInputStreamDynamicWrappedIO.openFile(FileSystem fs, FileStatus status, String readPolicies) Open a file. -
Uses of FileSystem in org.apache.hadoop.metrics2.sink
Fields in org.apache.hadoop.metrics2.sink declared as FileSystemModifier and TypeFieldDescriptionprotected static FileSystemRollingFileSystemSink.suppliedFilesystem -
Uses of FileSystem in org.apache.hadoop.security
Method parameters in org.apache.hadoop.security with type arguments of type FileSystemModifier and TypeMethodDescriptionstatic ConfigurationProviderUtils.excludeIncompatibleCredentialProviders(Configuration config, Class<? extends FileSystem> fileSystemClass) There are certain integrations of the credential provider API in which a recursive dependency between the provider and the hadoop filesystem abstraction causes a problem. -
Uses of FileSystem in org.apache.hadoop.util
Methods in org.apache.hadoop.util with parameters of type FileSystemModifier and TypeMethodDescriptionJsonSerialization.load(FileSystem fs, Path path) Load from a Hadoop filesystem.JsonSerialization.load(FileSystem fs, Path path, FileStatus status) Load from a Hadoop filesystem.voidJsonSerialization.save(FileSystem fs, Path path, T instance, boolean overwrite) Save to a Hadoop filesystem.
get(URI, Configuration)instead.