public static class FileSystemMasterClientService.AsyncClient extends AlluxioService.AsyncClient implements FileSystemMasterClientService.AsyncIface
AlluxioService.AsyncClient.getServiceVersion_call
Constructor and Description |
---|
AsyncClient(org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.async.TAsyncClientManager clientManager,
org.apache.thrift.transport.TNonblockingTransport transport) |
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
checkReady, getError, getProtocolFactory, getTimeout, hasError, hasTimeout, onComplete, onError, setTimeout
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getServiceVersion
public AsyncClient(org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.async.TAsyncClientManager clientManager, org.apache.thrift.transport.TNonblockingTransport transport)
public void checkConsistency(String path, CheckConsistencyTOptions options, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException
checkConsistency
in interface FileSystemMasterClientService.AsyncIface
org.apache.thrift.TException
public void completeFile(String path, CompleteFileTOptions options, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException
completeFile
in interface FileSystemMasterClientService.AsyncIface
org.apache.thrift.TException
public void createDirectory(String path, CreateDirectoryTOptions options, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException
createDirectory
in interface FileSystemMasterClientService.AsyncIface
org.apache.thrift.TException
public void createFile(String path, CreateFileTOptions options, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException
createFile
in interface FileSystemMasterClientService.AsyncIface
org.apache.thrift.TException
public void free(String path, boolean recursive, FreeTOptions options, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException
free
in interface FileSystemMasterClientService.AsyncIface
org.apache.thrift.TException
public void getMountTable(org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException
getMountTable
in interface FileSystemMasterClientService.AsyncIface
org.apache.thrift.TException
public void getNewBlockIdForFile(String path, GetNewBlockIdForFileTOptions options, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException
getNewBlockIdForFile
in interface FileSystemMasterClientService.AsyncIface
org.apache.thrift.TException
public void getFilePath(GetFilePathTOptions options, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException
getFilePath
in interface FileSystemMasterClientService.AsyncIface
org.apache.thrift.TException
public void getStatus(String path, GetStatusTOptions options, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException
getStatus
in interface FileSystemMasterClientService.AsyncIface
org.apache.thrift.TException
public void listStatus(String path, ListStatusTOptions options, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException
listStatus
in interface FileSystemMasterClientService.AsyncIface
org.apache.thrift.TException
public void loadMetadata(String ufsPath, boolean recursive, LoadMetadataTOptions options, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException
loadMetadata
in interface FileSystemMasterClientService.AsyncIface
org.apache.thrift.TException
public void mount(String alluxioPath, String ufsPath, MountTOptions options, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException
mount
in interface FileSystemMasterClientService.AsyncIface
org.apache.thrift.TException
public void remove(String path, boolean recursive, DeleteTOptions options, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException
remove
in interface FileSystemMasterClientService.AsyncIface
org.apache.thrift.TException
public void rename(String path, String dstPath, RenameTOptions options, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException
rename
in interface FileSystemMasterClientService.AsyncIface
org.apache.thrift.TException
public void scheduleAsyncPersistence(String path, ScheduleAsyncPersistenceTOptions options, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException
scheduleAsyncPersistence
in interface FileSystemMasterClientService.AsyncIface
org.apache.thrift.TException
public void setAttribute(String path, SetAttributeTOptions options, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException
setAttribute
in interface FileSystemMasterClientService.AsyncIface
org.apache.thrift.TException
public void unmount(String alluxioPath, UnmountTOptions options, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException
unmount
in interface FileSystemMasterClientService.AsyncIface
org.apache.thrift.TException
public void updateUfsMode(String ufsPath, UpdateUfsModeTOptions options, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException
updateUfsMode
in interface FileSystemMasterClientService.AsyncIface
org.apache.thrift.TException
Copyright © 2023. All Rights Reserved.