Uses of Class
org.apache.hadoop.fs.FSDataInputStream
Packages that use FSDataInputStream
Package
Description
Implementations of
AbstractFileSystem for hdfs
over rpc and hdfs over web.Supporting classes for metrics instrumentation.
A distributed implementation of
FileSystem for reading and writing files on
Azure Block Storage.ViewFileSystem and ViewFileSystemOverloadScheme classes.
This package provides the administrative APIs for HDFS.
Support for dynamic access to filesystem operations which are not available
in older hadoop releases.
-
Uses of FSDataInputStream in org.apache.hadoop.fs
Methods in org.apache.hadoop.fs that return FSDataInputStreamModifier and TypeMethodDescriptionThe specification of this method matches that ofFileContext.open(Path)except that Path f must be for this file system.abstract FSDataInputStreamThe specification of this method matches that ofFileContext.open(Path, int)except that Path f must be for this file system.Opens an FSDataInputStream at the indicated Path.Opens an FSDataInputStream at the indicated Path using default buffersize.Opens an FSDataInputStream at the indicated Path.Opens an FSDataInputStream at the indicated Path.FileSystem.open(PathHandle fd) Open an FSDataInputStream matching the PathHandle instance.FileSystem.open(PathHandle fd, int bufferSize) Open an FSDataInputStream matching the PathHandle instance.abstract FSDataInputStreamOpens an FSDataInputStream at the indicated Path.FilterFileSystem.open(PathHandle fd, int bufferSize) Opens an FSDataInputStream at the indicated Path.RawLocalFileSystem.open(PathHandle fd, int bufferSize) Methods in org.apache.hadoop.fs that return types with arguments of type FSDataInputStreamModifier and TypeMethodDescriptionFutureDataInputStreamBuilder.build()AbstractFileSystem.openFileWithOptions(Path path, org.apache.hadoop.fs.impl.OpenFileParameters parameters) Open a file with the given set of options.protected CompletableFuture<FSDataInputStream>ChecksumFileSystem.openFileWithOptions(Path path, org.apache.hadoop.fs.impl.OpenFileParameters parameters) Open the file as a blocking call toChecksumFileSystem.open(Path, int).protected CompletableFuture<FSDataInputStream>FileSystem.openFileWithOptions(PathHandle pathHandle, org.apache.hadoop.fs.impl.OpenFileParameters parameters) Execute the actual open file operation.protected CompletableFuture<FSDataInputStream>FileSystem.openFileWithOptions(Path path, org.apache.hadoop.fs.impl.OpenFileParameters parameters) Execute the actual open file operation.protected CompletableFuture<FSDataInputStream>FilterFileSystem.openFileWithOptions(PathHandle pathHandle, org.apache.hadoop.fs.impl.OpenFileParameters parameters) protected CompletableFuture<FSDataInputStream>FilterFileSystem.openFileWithOptions(Path path, org.apache.hadoop.fs.impl.OpenFileParameters parameters) Methods in org.apache.hadoop.fs with parameters of type FSDataInputStreamModifier and TypeMethodDescriptionbooleanChecksumFileSystem.reportChecksumFailure(Path f, FSDataInputStream in, long inPos, FSDataInputStream sums, long sumsPos) Report a checksum error to the file system.booleanLocalFileSystem.reportChecksumFailure(Path p, FSDataInputStream in, long inPos, FSDataInputStream sums, long sumsPos) Moves files to a bad file directory on the same device, so that their storage will not be reused.Constructors in org.apache.hadoop.fs with parameters of type FSDataInputStreamModifierConstructorDescriptionAvroFSInput(FSDataInputStream in, long len) Construct given anFSDataInputStreamand its length. -
Uses of FSDataInputStream in org.apache.hadoop.fs.adl
Methods in org.apache.hadoop.fs.adl that return FSDataInputStreamModifier and TypeMethodDescriptionOpen call semantic is handled differently in case of ADL. -
Uses of FSDataInputStream in org.apache.hadoop.fs.azure
Methods in org.apache.hadoop.fs.azure that return FSDataInputStreamModifier and TypeMethodDescriptionMethods in org.apache.hadoop.fs.azure that return types with arguments of type FSDataInputStreamModifier and TypeMethodDescriptionprotected CompletableFuture<FSDataInputStream>NativeAzureFileSystem.openFileWithOptions(Path path, org.apache.hadoop.fs.impl.OpenFileParameters parameters) -
Uses of FSDataInputStream in org.apache.hadoop.fs.ftp
Methods in org.apache.hadoop.fs.ftp that return FSDataInputStreamModifier and TypeMethodDescription -
Uses of FSDataInputStream in org.apache.hadoop.fs.viewfs
Methods in org.apache.hadoop.fs.viewfs that return FSDataInputStreamModifier and TypeMethodDescription -
Uses of FSDataInputStream in org.apache.hadoop.hdfs.client
Subclasses of FSDataInputStream in org.apache.hadoop.hdfs.client -
Uses of FSDataInputStream in org.apache.hadoop.io.wrappedio
Methods in org.apache.hadoop.io.wrappedio that return FSDataInputStreamModifier and TypeMethodDescriptionstatic FSDataInputStreamWrappedIO.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.