Package | Description |
---|---|
alluxio.concurrent | |
alluxio.underfs | |
alluxio.underfs.options |
Modifier and Type | Method and Description |
---|---|
UfsStatus[] |
ManagedBlockingUfsForwarder.listStatus(String path,
ListOptions options) |
Modifier and Type | Method and Description |
---|---|
protected UfsStatus[] |
ObjectUnderFileSystem.listInternal(String path,
ListOptions options)
Lists the files in the given path, the paths will be their logical names and not contain the
folder suffix.
|
UfsStatus[] |
ObjectUnderFileSystem.listStatus(String path,
ListOptions options) |
UfsStatus[] |
BaseUnderFileSystem.listStatus(String path,
ListOptions options) |
UfsStatus[] |
UnderFileSystemWithLogging.listStatus(String path,
ListOptions options) |
UfsStatus[] |
UnderFileSystem.listStatus(String path,
ListOptions options)
Returns an array of statuses of the files and directories in the directory denoted by this
abstract pathname, with options.
|
Modifier and Type | Method and Description |
---|---|
static ListOptions |
ListOptions.defaults() |
ListOptions |
ListOptions.setRecursive(boolean recursive)
Sets recursive list.
|
Copyright © 2023. All Rights Reserved.