Package | Description |
---|---|
alluxio.master.file | |
alluxio.thrift |
Modifier and Type | Method and Description |
---|---|
LoadMetadataTResponse |
FileSystemMasterClientServiceHandler.loadMetadata(String alluxioPath,
boolean recursive,
LoadMetadataTOptions options)
Deprecated.
since version 1.1 and will be removed in version 2.0
|
Modifier and Type | Method and Description |
---|---|
LoadMetadataTResponse |
LoadMetadataTResponse.deepCopy() |
LoadMetadataTResponse |
FileSystemMasterClientService.AsyncClient.loadMetadata_call.getResult() |
LoadMetadataTResponse |
FileSystemMasterClientService.loadMetadata_result.getSuccess() |
LoadMetadataTResponse |
FileSystemMasterClientService.Iface.loadMetadata(String ufsPath,
boolean recursive,
LoadMetadataTOptions options)
Loads metadata for the object identified by the given Alluxio path from UFS into Alluxio.
|
LoadMetadataTResponse |
FileSystemMasterClientService.Client.loadMetadata(String ufsPath,
boolean recursive,
LoadMetadataTOptions options) |
LoadMetadataTResponse |
FileSystemMasterClientService.Client.recv_loadMetadata() |
LoadMetadataTResponse |
LoadMetadataTResponse.setId(long id) |
Modifier and Type | Method and Description |
---|---|
org.apache.thrift.async.AsyncMethodCallback<LoadMetadataTResponse> |
FileSystemMasterClientService.AsyncProcessor.loadMetadata.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
Modifier and Type | Method and Description |
---|---|
int |
LoadMetadataTResponse.compareTo(LoadMetadataTResponse other) |
boolean |
LoadMetadataTResponse.equals(LoadMetadataTResponse that) |
FileSystemMasterClientService.loadMetadata_result |
FileSystemMasterClientService.loadMetadata_result.setSuccess(LoadMetadataTResponse success) |
Modifier and Type | Method and Description |
---|---|
void |
FileSystemMasterClientService.AsyncProcessor.loadMetadata.start(I iface,
FileSystemMasterClientService.loadMetadata_args args,
org.apache.thrift.async.AsyncMethodCallback<LoadMetadataTResponse> resultHandler) |
Constructor and Description |
---|
loadMetadata_result(LoadMetadataTResponse success,
AlluxioTException e) |
LoadMetadataTResponse(LoadMetadataTResponse other)
Performs a deep copy on other.
|
Copyright © 2023. All Rights Reserved.