Package | Description |
---|---|
alluxio.underfs | |
alluxio.underfs.hdfs | |
alluxio.underfs.local |
Modifier and Type | Method and Description |
---|---|
UfsDirectoryStatus |
UfsDirectoryStatus.copy() |
UfsDirectoryStatus |
UnderFileSystemWithLogging.getDirectoryStatus(String path) |
UfsDirectoryStatus |
ObjectUnderFileSystem.getDirectoryStatus(String path) |
UfsDirectoryStatus |
UnderFileSystem.getDirectoryStatus(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 |
HdfsUnderFileSystem.getDirectoryStatus(String path) |
Modifier and Type | Method and Description |
---|---|
UfsDirectoryStatus |
LocalUnderFileSystem.getDirectoryStatus(String path) |
Copyright © 2023. All Rights Reserved.