Package | Description |
---|---|
alluxio.client.file.dora |
Modifier and Type | Method and Description |
---|---|
void |
DoraCacheClient.completeFile(String path,
CompleteFilePOptions options,
String uuid)
Mark the newly created and written file as complete.
|
void |
DoraCacheClient.createDirectory(String path,
CreateDirectoryPOptions options)
Create a dir.
|
Pair<URIStatus,String> |
DoraCacheClient.createFile(String path,
CreateFilePOptions options)
Create File.
|
void |
DoraCacheClient.delete(String path,
DeletePOptions options)
Delete a file.
|
URIStatus |
DoraCacheClient.getStatus(String path,
GetStatusPOptions options)
Get status.
|
protected URIStatus |
DoraCacheClient.getStatusByGrpc(String path,
GetStatusPOptions options) |
List<URIStatus> |
DoraCacheClient.listStatus(String path,
ListStatusPOptions options)
List Status from Worker.
|
void |
DoraCacheClient.rename(String src,
String dst,
RenamePOptions options)
Rename a src file/dir to dst file/dir.
|
Copyright © 2023. All Rights Reserved.