Package | Description |
---|---|
alluxio.cli.fs.command | |
alluxio.client.file | |
alluxio.client.file.cache | |
alluxio.client.file.options | |
alluxio.hadoop | |
alluxio.proxy.s3 | |
alluxio.util.webui |
Modifier and Type | Method and Description |
---|---|
protected static void |
DuCommand.getSizeInfo(AlluxioURI path,
List<URIStatus> statuses,
boolean readable,
boolean summarize,
boolean addMemory)
Gets and prints the size information of the input path according to options.
|
Modifier and Type | Method and Description |
---|---|
URIStatus |
RetryHandlingFileSystemMasterClient.createFile(AlluxioURI path,
CreateFilePOptions options) |
URIStatus |
FileSystemMasterClient.createFile(AlluxioURI path,
CreateFilePOptions options)
Creates a new file.
|
URIStatus |
MetadataCache.get(AlluxioURI path) |
default URIStatus |
FileSystem.getStatus(AlluxioURI path)
Convenience method for
FileSystem.getStatus(AlluxioURI, GetStatusPOptions) with default options. |
URIStatus |
RetryHandlingFileSystemMasterClient.getStatus(AlluxioURI path,
GetStatusPOptions options) |
URIStatus |
BaseFileSystem.getStatus(AlluxioURI path,
GetStatusPOptions options) |
URIStatus |
MetadataCachingBaseFileSystem.getStatus(AlluxioURI path,
GetStatusPOptions options) |
URIStatus |
DelegatingFileSystem.getStatus(AlluxioURI path,
GetStatusPOptions options) |
URIStatus |
FileSystem.getStatus(AlluxioURI path,
GetStatusPOptions options)
Gets the
URIStatus object that represents the metadata of an Alluxio path. |
URIStatus |
FileSystemCache.InstanceCachingFileSystem.getStatus(AlluxioURI path,
GetStatusPOptions options) |
URIStatus |
FileSystemMasterClient.getStatus(AlluxioURI path,
GetStatusPOptions options) |
Modifier and Type | Method and Description |
---|---|
List<URIStatus> |
MetadataCache.listStatus(AlluxioURI dir) |
default List<URIStatus> |
FileSystem.listStatus(AlluxioURI path)
Convenience method for
FileSystem.listStatus(AlluxioURI, ListStatusPOptions) with default
options. |
List<URIStatus> |
RetryHandlingFileSystemMasterClient.listStatus(AlluxioURI path,
ListStatusPOptions options) |
List<URIStatus> |
BaseFileSystem.listStatus(AlluxioURI path,
ListStatusPOptions options) |
List<URIStatus> |
MetadataCachingBaseFileSystem.listStatus(AlluxioURI path,
ListStatusPOptions options) |
List<URIStatus> |
DelegatingFileSystem.listStatus(AlluxioURI path,
ListStatusPOptions options) |
List<URIStatus> |
FileSystem.listStatus(AlluxioURI path,
ListStatusPOptions options)
If the path is a directory, returns the
URIStatus of all the direct entries in it. |
List<URIStatus> |
FileSystemCache.InstanceCachingFileSystem.listStatus(AlluxioURI path,
ListStatusPOptions options) |
List<URIStatus> |
FileSystemMasterClient.listStatus(AlluxioURI path,
ListStatusPOptions options) |
Modifier and Type | Method and Description |
---|---|
FileInStream |
BaseFileSystem.openFile(URIStatus status,
OpenFilePOptions options) |
FileInStream |
DelegatingFileSystem.openFile(URIStatus status,
OpenFilePOptions options) |
FileInStream |
FileSystem.openFile(URIStatus status,
OpenFilePOptions options)
Opens a file for reading.
|
FileInStream |
FileSystemCache.InstanceCachingFileSystem.openFile(URIStatus status,
OpenFilePOptions options) |
void |
MetadataCache.put(AlluxioURI path,
URIStatus status) |
void |
MetadataCache.put(String path,
URIStatus status) |
Modifier and Type | Method and Description |
---|---|
void |
MetadataCache.put(AlluxioURI dir,
List<URIStatus> statuses)
Caches list status results of a directory.
|
Constructor and Description |
---|
AlluxioFileInStream(URIStatus status,
InStreamOptions options,
FileSystemContext context) |
Modifier and Type | Method and Description |
---|---|
FileInStream |
LocalCacheFileSystem.openFile(URIStatus status,
OpenFilePOptions options) |
Constructor and Description |
---|
LocalCacheFileInStream(URIStatus status,
OpenFilePOptions options,
FileSystem externalFs,
CacheManager cacheManager)
Constructor when the
URIStatus is already available. |
Modifier and Type | Method and Description |
---|---|
URIStatus |
InStreamOptions.getStatus() |
Constructor and Description |
---|
InStreamOptions(URIStatus status,
AlluxioConfiguration alluxioConf)
Creates with the default
OpenFilePOptions . |
InStreamOptions(URIStatus status,
OpenFilePOptions options,
AlluxioConfiguration alluxioConf)
Creates with given
OpenFilePOptions instance. |
Modifier and Type | Method and Description |
---|---|
URIStatus |
AlluxioHdfsFileSystem.getStatus(AlluxioURI alluxioURI,
GetStatusPOptions options) |
Modifier and Type | Method and Description |
---|---|
List<URIStatus> |
AlluxioHdfsFileSystem.listStatus(AlluxioURI alluxioURI,
ListStatusPOptions options) |
Modifier and Type | Method and Description |
---|---|
protected abstract org.apache.hadoop.fs.Path |
AbstractFileSystem.getFsPath(String fsUriHeader,
URIStatus fileStatus)
Used to get FS native path from Alluxio file status.
|
protected org.apache.hadoop.fs.Path |
FileSystem.getFsPath(String fsUriHeader,
URIStatus fileStatus) |
org.apache.hadoop.fs.FSDataInputStream |
LocalCacheFileSystem.open(URIStatus status,
int bufferSize)
Attempts to open the specified file for reading.
|
FileInStream |
AlluxioHdfsFileSystem.openFile(URIStatus uriStatus,
OpenFilePOptions options) |
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,
AlluxioConfiguration alluxioConfiguration,
List<String> orderedTierAliases)
Creates a new instance of
UIFileInfo . |
Copyright © 2023. All Rights Reserved.