Package | Description |
---|---|
alluxio.concurrent | |
alluxio.underfs | |
alluxio.underfs.cephfs | |
alluxio.underfs.gcs | |
alluxio.underfs.hdfs | |
alluxio.underfs.local | |
alluxio.underfs.web |
Modifier and Type | Method and Description |
---|---|
UfsDirectoryStatus |
ManagedBlockingUfsForwarder.getDirectoryStatus(String path) |
UfsDirectoryStatus |
ManagedBlockingUfsForwarder.getExistingDirectoryStatus(String path) |
Modifier and Type | Method and Description |
---|---|
UfsDirectoryStatus |
UfsDirectoryStatus.copy() |
UfsDirectoryStatus |
ObjectUnderFileSystem.getDirectoryStatus(String path) |
UfsDirectoryStatus |
UnderFileSystemWithLogging.getDirectoryStatus(String path) |
UfsDirectoryStatus |
UnderFileSystem.getDirectoryStatus(String path)
Gets the directory status.
|
UfsDirectoryStatus |
ObjectUnderFileSystem.getExistingDirectoryStatus(String path) |
UfsDirectoryStatus |
ConsistentUnderFileSystem.getExistingDirectoryStatus(String path) |
UfsDirectoryStatus |
UnderFileSystemWithLogging.getExistingDirectoryStatus(String path) |
UfsDirectoryStatus |
UnderFileSystem.getExistingDirectoryStatus(String path)
Gets the directory status.
|
Constructor and Description |
---|
UfsDirectoryStatus(UfsDirectoryStatus status)
Creates a new instance of under directory information as a copy.
|
Modifier and Type | Method and Description |
---|---|
UfsDirectoryStatus |
CephFSUnderFileSystem.getDirectoryStatus(String path) |
Modifier and Type | Method and Description |
---|---|
UfsDirectoryStatus |
GCSUnderFileSystem.getExistingDirectoryStatus(String path) |
Modifier and Type | Method and Description |
---|---|
UfsDirectoryStatus |
HdfsUnderFileSystem.getDirectoryStatus(String path) |
Modifier and Type | Method and Description |
---|---|
UfsDirectoryStatus |
LocalUnderFileSystem.getDirectoryStatus(String path) |
Modifier and Type | Method and Description |
---|---|
UfsDirectoryStatus |
WebUnderFileSystem.getDirectoryStatus(String path) |
Copyright © 2023. All Rights Reserved.