Uses of Class
org.apache.hadoop.fs.impl.OpenFileParameters
Packages that use OpenFileParameters
Package
Description
An abstract file system API.
This package contains implementation classes for use inside
filesystems.
-
Uses of OpenFileParameters in org.apache.hadoop.fs
Methods in org.apache.hadoop.fs with parameters of type OpenFileParametersModifier and TypeMethodDescriptionAbstractFileSystem.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) -
Uses of OpenFileParameters in org.apache.hadoop.fs.impl
Methods in org.apache.hadoop.fs.impl that return OpenFileParametersModifier and TypeMethodDescriptionOpenFileParameters.withBufferSize(int size) OpenFileParameters.withMandatoryKeys(Set<String> keys) OpenFileParameters.withOptionalKeys(Set<String> keys) OpenFileParameters.withOptions(Configuration opts) OpenFileParameters.withStatus(FileStatus st)