Package | Description |
---|---|
alluxio.concurrent | |
alluxio.master.file.contexts | |
alluxio.underfs | |
alluxio.underfs.hdfs | |
alluxio.underfs.local | |
alluxio.underfs.web |
Modifier and Type | Method and Description |
---|---|
UfsStatus |
ManagedBlockingUfsForwarder.getExistingStatus(String path) |
UfsStatus |
ManagedBlockingUfsForwarder.getStatus(String path) |
UfsStatus[] |
ManagedBlockingUfsForwarder.listStatus(String path) |
UfsStatus[] |
ManagedBlockingUfsForwarder.listStatus(String path,
ListOptions options) |
Modifier and Type | Method and Description |
---|---|
UfsStatus |
LoadMetadataContext.getUfsStatus() |
UfsStatus |
CreateDirectoryContext.getUfsStatus() |
UfsStatus |
CompleteFileContext.getUfsStatus() |
Modifier and Type | Method and Description |
---|---|
LoadMetadataContext |
LoadMetadataContext.setUfsStatus(UfsStatus ufsStatus)
Sets
UfsStatus for the directory. |
CreateDirectoryContext |
CreateDirectoryContext.setUfsStatus(UfsStatus ufsStatus)
Sets
UfsStatus for the directory. |
CompleteFileContext |
CompleteFileContext.setUfsStatus(UfsStatus ufsStatus)
Sets ufs status.
|
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.getExistingStatus(String path) |
UfsStatus |
ObjectUnderFileSystem.getExistingStatus(String path) |
UfsStatus |
ConsistentUnderFileSystem.getExistingStatus(String path) |
UfsStatus |
UnderFileSystem.getExistingStatus(String path)
Gets the file or directory status.
|
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[] |
ObjectUnderFileSystem.listStatus(String path,
ListOptions options) |
UfsStatus[] |
BaseUnderFileSystem.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.
|
static Fingerprint |
Fingerprint.create(String ufsName,
UfsStatus status,
AccessControlList acl)
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) |
Modifier and Type | Method and Description |
---|---|
UfsStatus |
WebUnderFileSystem.getStatus(String path) |
UfsStatus[] |
WebUnderFileSystem.listStatus(String path) |
Copyright © 2023. All Rights Reserved.