Uses of Class
org.apache.hadoop.fs.FSDataInputStream
Packages that use FSDataInputStream
Package
Description
An abstract file system API.
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.
Common utilities.
-
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.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.HarFileSystem.open(PathHandle fd, int bufferSize) Returns a har input stream which fakes end of file.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, OpenFileParameters parameters) Open a file with the given set of options.protected CompletableFuture<FSDataInputStream>ChecksumFileSystem.openFileWithOptions(Path path, OpenFileParameters parameters) Open the file as a blocking call toChecksumFileSystem.open(Path, int).DelegateToFileSystem.openFileWithOptions(Path path, OpenFileParameters parameters) Open a file by delegating toFileSystem.openFileWithOptions(Path, org.apache.hadoop.fs.impl.OpenFileParameters).protected CompletableFuture<FSDataInputStream>FileSystem.openFileWithOptions(PathHandle pathHandle, OpenFileParameters parameters) Execute the actual open file operation.protected CompletableFuture<FSDataInputStream>FileSystem.openFileWithOptions(Path path, OpenFileParameters parameters) Execute the actual open file operation.protected CompletableFuture<FSDataInputStream>FilterFileSystem.openFileWithOptions(PathHandle pathHandle, OpenFileParameters parameters) protected CompletableFuture<FSDataInputStream>FilterFileSystem.openFileWithOptions(Path path, OpenFileParameters parameters) FilterFs.openFileWithOptions(Path path, 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.booleanChecksumFs.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.crypto
Subclasses of FSDataInputStream in org.apache.hadoop.fs.cryptoConstructors in org.apache.hadoop.fs.crypto with parameters of type FSDataInputStreamModifierConstructorDescriptionCryptoFSDataInputStream(FSDataInputStream in, CryptoCodec codec, byte[] key, byte[] iv) CryptoFSDataInputStream(FSDataInputStream in, CryptoCodec codec, int bufferSize, byte[] key, byte[] iv) -
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.sftp
Methods in org.apache.hadoop.fs.sftp that return FSDataInputStream -
Uses of FSDataInputStream in org.apache.hadoop.fs.shell
Methods in org.apache.hadoop.fs.shell that return FSDataInputStreamModifier and TypeMethodDescriptionprotected FSDataInputStreamOpen a file.protected FSDataInputStreamPathData.openForSequentialIO()Open a file for sequential IO. -
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.io
Methods in org.apache.hadoop.io that return FSDataInputStreamModifier and TypeMethodDescriptionprotected static FSDataInputStreamSecureIOUtils.forceSecureOpenFSDataInputStream(File file, String expectedOwner, String expectedGroup) Same as openFSDataInputStream except that it will run even if security is off.protected FSDataInputStreamSequenceFile.Reader.openFile(FileSystem fs, Path file, int bufferSize, long length) Override this method to specialize the type ofFSDataInputStreamreturned.static FSDataInputStreamSecureIOUtils.openFSDataInputStream(File file, String expectedOwner, String expectedGroup) Opens theFSDataInputStreamon the requested file on local file system, verifying the expected user/group constraints if security is enabled.Methods in org.apache.hadoop.io with parameters of type FSDataInputStreamModifier and TypeMethodDescriptionstatic SequenceFile.Reader.OptionSequenceFile.Reader.stream(FSDataInputStream value) Create an option to specify the stream with the sequence file.Constructors in org.apache.hadoop.io with parameters of type FSDataInputStreamModifierConstructorDescriptionReader(FSDataInputStream in, int buffersize, long start, long length, Configuration conf) Deprecated.Use Reader(Configuration, Reader.Option...) instead. -
Uses of FSDataInputStream in org.apache.hadoop.io.file.tfile
Constructors in org.apache.hadoop.io.file.tfile with parameters of type FSDataInputStreamModifierConstructorDescriptionBoundedRangeFileInputStream(FSDataInputStream in, long offset, long length) ConstructorReader(FSDataInputStream fsdis, long fileLength, Configuration conf) Constructor -
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. -
Uses of FSDataInputStream in org.apache.hadoop.io.wrappedio.impl
Methods in org.apache.hadoop.io.wrappedio.impl that return FSDataInputStreamModifier and TypeMethodDescriptionDynamicWrappedIO.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.static FSDataInputStreamDynamicWrappedIO.openFile(FileSystem fs, FileStatus status, String readPolicies) Open a file. -
Uses of FSDataInputStream in org.apache.hadoop.util
Methods in org.apache.hadoop.util that return FSDataInputStreamConstructors in org.apache.hadoop.util with parameters of type FSDataInputStream