Package | Description |
---|---|
alluxio.concurrent | |
alluxio.underfs | |
alluxio.underfs.hdfs | |
alluxio.underfs.local | |
alluxio.underfs.options | |
alluxio.underfs.wasb | |
alluxio.underfs.web |
Modifier and Type | Method and Description |
---|---|
List<String> |
ManagedBlockingUfsForwarder.getFileLocations(String path,
FileLocationOptions options) |
Modifier and Type | Method and Description |
---|---|
List<String> |
UnderFileSystemWithLogging.getFileLocations(String path,
FileLocationOptions options) |
List<String> |
ObjectUnderFileSystem.getFileLocations(String path,
FileLocationOptions options) |
List<String> |
UnderFileSystem.getFileLocations(String path,
FileLocationOptions options)
Gets the list of locations of the indicated path given options.
|
Modifier and Type | Method and Description |
---|---|
List<String> |
HdfsUnderFileSystem.getFileLocations(String path,
FileLocationOptions options) |
Modifier and Type | Method and Description |
---|---|
List<String> |
LocalUnderFileSystem.getFileLocations(String path,
FileLocationOptions options) |
Modifier and Type | Method and Description |
---|---|
static FileLocationOptions |
FileLocationOptions.defaults() |
FileLocationOptions |
FileLocationOptions.setOffset(long offset)
Sets the offset for which locations are to be queried.
|
Modifier and Type | Method and Description |
---|---|
List<String> |
WasbUnderFileSystem.getFileLocations(String path,
FileLocationOptions options) |
Modifier and Type | Method and Description |
---|---|
List<String> |
WebUnderFileSystem.getFileLocations(String path,
FileLocationOptions options) |
Copyright © 2023. All Rights Reserved.