public static interface FileSystemMasterClientService.AsyncIface extends AlluxioService.AsyncIface
Modifier and Type | Method and Description |
---|---|
void |
checkConsistency(String path,
CheckConsistencyTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
completeFile(String path,
CompleteFileTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
createDirectory(String path,
CreateDirectoryTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
createFile(String path,
CreateFileTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
free(String path,
boolean recursive,
FreeTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
getFilePath(GetFilePathTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
getMountTable(org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
getNewBlockIdForFile(String path,
GetNewBlockIdForFileTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
getStatus(String path,
GetStatusTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
listStatus(String path,
ListStatusTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
loadMetadata(String ufsPath,
boolean recursive,
LoadMetadataTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
mount(String alluxioPath,
String ufsPath,
MountTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
remove(String path,
boolean recursive,
DeleteTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
rename(String path,
String dstPath,
RenameTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
scheduleAsyncPersistence(String path,
ScheduleAsyncPersistenceTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
setAttribute(String path,
SetAttributeTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
unmount(String alluxioPath,
UnmountTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
updateUfsMode(String ufsPath,
UpdateUfsModeTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
getServiceVersion
void checkConsistency(String path, CheckConsistencyTOptions options, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException
org.apache.thrift.TException
void completeFile(String path, CompleteFileTOptions options, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException
org.apache.thrift.TException
void createDirectory(String path, CreateDirectoryTOptions options, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException
org.apache.thrift.TException
void createFile(String path, CreateFileTOptions options, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException
org.apache.thrift.TException
void free(String path, boolean recursive, FreeTOptions options, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException
org.apache.thrift.TException
void getMountTable(org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException
org.apache.thrift.TException
void getNewBlockIdForFile(String path, GetNewBlockIdForFileTOptions options, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException
org.apache.thrift.TException
void getFilePath(GetFilePathTOptions options, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException
org.apache.thrift.TException
void getStatus(String path, GetStatusTOptions options, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException
org.apache.thrift.TException
void listStatus(String path, ListStatusTOptions options, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException
org.apache.thrift.TException
void loadMetadata(String ufsPath, boolean recursive, LoadMetadataTOptions options, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException
org.apache.thrift.TException
void mount(String alluxioPath, String ufsPath, MountTOptions options, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException
org.apache.thrift.TException
void remove(String path, boolean recursive, DeleteTOptions options, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException
org.apache.thrift.TException
void rename(String path, String dstPath, RenameTOptions options, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException
org.apache.thrift.TException
void scheduleAsyncPersistence(String path, ScheduleAsyncPersistenceTOptions options, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException
org.apache.thrift.TException
void setAttribute(String path, SetAttributeTOptions options, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException
org.apache.thrift.TException
void unmount(String alluxioPath, UnmountTOptions options, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException
org.apache.thrift.TException
void updateUfsMode(String ufsPath, UpdateUfsModeTOptions options, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException
org.apache.thrift.TException
Copyright © 2023. All Rights Reserved.