Package | Description |
---|---|
alluxio.concurrent | |
alluxio.underfs | |
alluxio.underfs.cephfs | |
alluxio.underfs.hdfs | |
alluxio.underfs.local | |
alluxio.underfs.web |
Modifier and Type | Method and Description |
---|---|
UfsFileStatus |
ManagedBlockingUfsForwarder.getExistingFileStatus(String path) |
UfsFileStatus |
ManagedBlockingUfsForwarder.getFileStatus(String path) |
Modifier and Type | Method and Description |
---|---|
UfsFileStatus |
UfsFileStatus.copy() |
UfsFileStatus |
ObjectUnderFileSystem.getExistingFileStatus(String path) |
UfsFileStatus |
ConsistentUnderFileSystem.getExistingFileStatus(String path) |
UfsFileStatus |
UnderFileSystemWithLogging.getExistingFileStatus(String path) |
UfsFileStatus |
UnderFileSystem.getExistingFileStatus(String path)
Gets the file status.
|
UfsFileStatus |
ObjectUnderFileSystem.getFileStatus(String path) |
UfsFileStatus |
UnderFileSystemWithLogging.getFileStatus(String path) |
UfsFileStatus |
UnderFileSystem.getFileStatus(String path)
Gets the file status.
|
Constructor and Description |
---|
UfsFileStatus(UfsFileStatus status)
Creates a new instance of
UfsFileStatus as a copy. |
Modifier and Type | Method and Description |
---|---|
UfsFileStatus |
CephFSUnderFileSystem.getFileStatus(String path)
Gets stat information on a file.
|
Modifier and Type | Method and Description |
---|---|
UfsFileStatus |
HdfsUnderFileSystem.getFileStatus(String path) |
Modifier and Type | Method and Description |
---|---|
UfsFileStatus |
LocalUnderFileSystem.getFileStatus(String path) |
Modifier and Type | Method and Description |
---|---|
UfsFileStatus |
WebUnderFileSystem.getFileStatus(String path) |
Copyright © 2023. All Rights Reserved.