Modifier and Type | Method and Description |
---|---|
UfsFileStatus |
ManagedBlockingUfsForwarder.getFileStatus(String path,
GetStatusOptions options) |
UfsStatus |
ManagedBlockingUfsForwarder.getStatus(String path,
GetStatusOptions options) |
Modifier and Type | Method and Description |
---|---|
UfsFileStatus |
ObjectUnderFileSystem.getFileStatus(String path,
GetStatusOptions options) |
UfsFileStatus |
UnderFileSystemWithLogging.getFileStatus(String path,
GetStatusOptions options) |
UfsFileStatus |
UnderFileSystem.getFileStatus(String path,
GetStatusOptions options)
Gets the file status.
|
UfsStatus |
ObjectUnderFileSystem.getStatus(String path,
GetStatusOptions options) |
UfsStatus |
UnderFileSystemWithLogging.getStatus(String path,
GetStatusOptions options) |
UfsStatus |
UnderFileSystem.getStatus(String path,
GetStatusOptions options)
Gets the file or directory status.
|
Modifier and Type | Method and Description |
---|---|
UfsStatus |
AbfsUnderFileSystem.getStatus(String path,
GetStatusOptions options) |
Modifier and Type | Method and Description |
---|---|
UfsStatus |
AdlUnderFileSystem.getStatus(String path,
GetStatusOptions options) |
Modifier and Type | Method and Description |
---|---|
UfsFileStatus |
CephFSUnderFileSystem.getFileStatus(String path,
GetStatusOptions options)
Gets stat information on a file.
|
UfsStatus |
CephFSUnderFileSystem.getStatus(String path,
GetStatusOptions options) |
Modifier and Type | Method and Description |
---|---|
UfsFileStatus |
HdfsUnderFileSystem.getFileStatus(String path,
GetStatusOptions options) |
UfsStatus |
HdfsUnderFileSystem.getStatus(String path,
GetStatusOptions options) |
Modifier and Type | Method and Description |
---|---|
UfsFileStatus |
LocalUnderFileSystem.getFileStatus(String path,
GetStatusOptions options) |
UfsStatus |
LocalUnderFileSystem.getStatus(String path,
GetStatusOptions options) |
Modifier and Type | Method and Description |
---|---|
static GetStatusOptions |
GetStatusOptions.defaults() |
GetStatusOptions |
GetStatusOptions.setIncludeRealContentHash(boolean includeRealContentHash) |
Modifier and Type | Method and Description |
---|---|
UfsStatus |
WasbUnderFileSystem.getStatus(String path,
GetStatusOptions options) |
Copyright © 2023. All Rights Reserved.