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 and Description |
---|---|
protected CompletableFuture<FSDataInputStream> |
FilterFileSystem.openFileWithOptions(PathHandle pathHandle,
OpenFileParameters parameters) |
protected CompletableFuture<FSDataInputStream> |
FileSystem.openFileWithOptions(PathHandle pathHandle,
OpenFileParameters parameters)
Execute the actual open file operation.
|
protected CompletableFuture<FSDataInputStream> |
FilterFileSystem.openFileWithOptions(Path path,
OpenFileParameters parameters) |
protected CompletableFuture<FSDataInputStream> |
FileSystem.openFileWithOptions(Path path,
OpenFileParameters parameters)
Execute the actual open file operation.
|
protected CompletableFuture<FSDataInputStream> |
ChecksumFileSystem.openFileWithOptions(Path path,
OpenFileParameters parameters)
Open the file as a blocking call to
ChecksumFileSystem.open(Path, int) . |
CompletableFuture<FSDataInputStream> |
AbstractFileSystem.openFileWithOptions(Path path,
OpenFileParameters parameters)
Open a file with the given set of options.
|
Modifier and Type | Method and Description |
---|---|
OpenFileParameters |
OpenFileParameters.withBufferSize(int size) |
OpenFileParameters |
OpenFileParameters.withMandatoryKeys(Set<String> keys) |
OpenFileParameters |
OpenFileParameters.withOptions(Configuration opts) |
OpenFileParameters |
OpenFileParameters.withStatus(FileStatus st) |
Copyright © 2008–2022 Apache Software Foundation. All rights reserved.