Package | Description |
---|---|
alluxio.master.file.options | |
alluxio.underfs | |
alluxio.underfs.hdfs | |
alluxio.underfs.local |
Modifier and Type | Method and Description |
---|---|
UfsStatus |
LoadMetadataOptions.getUfsStatus() |
UfsStatus |
CompleteFileOptions.getUfsStatus() |
UfsStatus |
CreateDirectoryOptions.getUfsStatus() |
Modifier and Type | Method and Description |
---|---|
LoadMetadataOptions |
LoadMetadataOptions.setUfsStatus(UfsStatus status)
Sets the UFS status of path.
|
CompleteFileOptions |
CompleteFileOptions.setUfsStatus(UfsStatus ufsStatus) |
CreateDirectoryOptions |
CreateDirectoryOptions.setUfsStatus(UfsStatus ufsStatus) |
Modifier and Type | Class and Description |
---|---|
class |
UfsDirectoryStatus
Information about a directory in the under file system.
|
class |
UfsFileStatus
Information about a file in
UnderFileSystem . |
Modifier and Type | Method and Description |
---|---|
abstract UfsStatus |
UfsStatus.copy()
Create a copy of
UfsStatus . |
UfsStatus |
UnderFileSystemWithLogging.getStatus(String path) |
UfsStatus |
ObjectUnderFileSystem.getStatus(String path) |
UfsStatus |
UnderFileSystem.getStatus(String path)
Gets the file or directory status.
|
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[] |
UnderFileSystemWithLogging.listStatus(String path) |
UfsStatus[] |
ObjectUnderFileSystem.listStatus(String path) |
UfsStatus[] |
UnderFileSystem.listStatus(String path)
Returns an array of statuses of the files and directories in the directory denoted by this
abstract pathname.
|
UfsStatus[] |
UnderFileSystemWithLogging.listStatus(String path,
ListOptions options) |
UfsStatus[] |
BaseUnderFileSystem.listStatus(String path,
ListOptions options) |
UfsStatus[] |
ObjectUnderFileSystem.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.
|
UfsStatus |
UfsStatus.setName(String name)
Set the name of file or directory.
|
Modifier and Type | Method and Description |
---|---|
static String[] |
UfsStatus.convertToNames(UfsStatus[] children)
Converts an array of UFS file status to a listing result where each element in the array is
a file or directory name.
|
static Fingerprint |
Fingerprint.create(String ufsName,
UfsStatus status)
Parses the input string and returns the fingerprint object.
|
Constructor and Description |
---|
UfsStatus(UfsStatus status)
Creates a new instance of
UfsStatus as a copy. |
Modifier and Type | Method and Description |
---|---|
UfsStatus |
HdfsUnderFileSystem.getStatus(String path) |
UfsStatus[] |
HdfsUnderFileSystem.listStatus(String path) |
Modifier and Type | Method and Description |
---|---|
UfsStatus |
LocalUnderFileSystem.getStatus(String path) |
UfsStatus[] |
LocalUnderFileSystem.listStatus(String path) |
Copyright © 2023. All Rights Reserved.