Package | Description |
---|---|
alluxio.client.file | |
alluxio.client.file.options | |
alluxio.proxy.s3 | |
alluxio.web |
Modifier and Type | Method and Description |
---|---|
URIStatus |
BaseFileSystem.getStatus(AlluxioURI path) |
URIStatus |
FileSystem.getStatus(AlluxioURI path)
Convenience method for
FileSystem.getStatus(AlluxioURI, GetStatusOptions) with default options. |
URIStatus |
BaseFileSystem.getStatus(AlluxioURI path,
GetStatusOptions options) |
URIStatus |
RetryHandlingFileSystemMasterClient.getStatus(AlluxioURI path,
GetStatusOptions options) |
URIStatus |
FileSystem.getStatus(AlluxioURI path,
GetStatusOptions options)
Gets the
URIStatus object that represents the metadata of an Alluxio path. |
URIStatus |
FileSystemMasterClient.getStatus(AlluxioURI path,
GetStatusOptions options) |
Modifier and Type | Method and Description |
---|---|
List<URIStatus> |
BaseFileSystem.listStatus(AlluxioURI path) |
List<URIStatus> |
FileSystem.listStatus(AlluxioURI path)
Convenience method for
FileSystem.listStatus(AlluxioURI, ListStatusOptions) with default options. |
List<URIStatus> |
BaseFileSystem.listStatus(AlluxioURI path,
ListStatusOptions options) |
List<URIStatus> |
RetryHandlingFileSystemMasterClient.listStatus(AlluxioURI path,
ListStatusOptions options) |
List<URIStatus> |
FileSystem.listStatus(AlluxioURI path,
ListStatusOptions options)
If the path is a directory, returns the
URIStatus of all the direct entries in it. |
List<URIStatus> |
FileSystemMasterClient.listStatus(AlluxioURI path,
ListStatusOptions options) |
Constructor and Description |
---|
FileInStream(URIStatus status,
InStreamOptions options,
FileSystemContext context) |
Modifier and Type | Method and Description |
---|---|
URIStatus |
InStreamOptions.getStatus() |
Modifier and Type | Method and Description |
---|---|
InStreamOptions |
OpenFileOptions.toInStreamOptions(URIStatus status) |
Constructor and Description |
---|
InStreamOptions(URIStatus status)
Creates with the default
OpenFileOptions . |
InStreamOptions(URIStatus status,
OpenFileOptions options)
Creates based on the arguments provided.
|
Modifier and Type | Method and Description |
---|---|
static ListPartsResult.Part |
ListPartsResult.Part.fromURIStatus(URIStatus status) |
Constructor and Description |
---|
ListBucketResult(String bucketName,
List<URIStatus> objectsList,
ListBucketOptions options)
Creates an
ListBucketResult . |
Constructor and Description |
---|
UIFileInfo(URIStatus status)
Creates a new instance of
UIFileInfo . |
Copyright © 2023. All Rights Reserved.