| Package | Description |
|---|---|
| org.apache.hadoop.fs |
An abstract file system API.
|
| org.apache.hadoop.fs.impl |
This package contains implementation classes for use inside
filesystems.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.util.concurrent.CompletableFuture<FSDataInputStream> |
AbstractFileSystem.openFileWithOptions(Path path,
OpenFileParameters parameters) |
Open a file with the given set of options.
|
protected java.util.concurrent.CompletableFuture<FSDataInputStream> |
ChecksumFileSystem.openFileWithOptions(Path path,
OpenFileParameters parameters) |
Open the file as a blocking call to
ChecksumFileSystem.open(Path, int). |
java.util.concurrent.CompletableFuture<FSDataInputStream> |
DelegateToFileSystem.openFileWithOptions(Path path,
OpenFileParameters parameters) |
Open a file by delegating to
FileSystem.openFileWithOptions(Path, org.apache.hadoop.fs.impl.OpenFileParameters). |
protected java.util.concurrent.CompletableFuture<FSDataInputStream> |
FileSystem.openFileWithOptions(PathHandle pathHandle,
OpenFileParameters parameters) |
Execute the actual open file operation.
|
protected java.util.concurrent.CompletableFuture<FSDataInputStream> |
FileSystem.openFileWithOptions(Path path,
OpenFileParameters parameters) |
Execute the actual open file operation.
|
protected java.util.concurrent.CompletableFuture<FSDataInputStream> |
FilterFileSystem.openFileWithOptions(PathHandle pathHandle,
OpenFileParameters parameters) |
|
protected java.util.concurrent.CompletableFuture<FSDataInputStream> |
FilterFileSystem.openFileWithOptions(Path path,
OpenFileParameters parameters) |
|
java.util.concurrent.CompletableFuture<FSDataInputStream> |
FilterFs.openFileWithOptions(Path path,
OpenFileParameters parameters) |
| Modifier and Type | Method | Description |
|---|---|---|
OpenFileParameters |
OpenFileParameters.withBufferSize(int size) |
|
OpenFileParameters |
OpenFileParameters.withMandatoryKeys(java.util.Set<java.lang.String> keys) |
|
OpenFileParameters |
OpenFileParameters.withOptionalKeys(java.util.Set<java.lang.String> keys) |
|
OpenFileParameters |
OpenFileParameters.withOptions(Configuration opts) |
|
OpenFileParameters |
OpenFileParameters.withStatus(FileStatus st) |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.