Package | Description |
---|---|
alluxio.master.file | |
alluxio.master.file.options | |
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
|
Constructor and Description |
---|
LoadMetadataOptions(LoadMetadataTOptions options) |
Modifier and Type | Method and Description |
---|---|
LoadMetadataTOptions |
LoadMetadataTOptions.deepCopy() |
LoadMetadataTOptions |
FileSystemMasterClientService.loadMetadata_args.getOptions()
the method options
|
LoadMetadataTOptions |
LoadMetadataTOptions.setCommonOptions(FileSystemMasterCommonTOptions commonOptions) |
Modifier and Type | Method and Description |
---|---|
int |
LoadMetadataTOptions.compareTo(LoadMetadataTOptions other) |
boolean |
LoadMetadataTOptions.equals(LoadMetadataTOptions that) |
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) |
void |
FileSystemMasterClientService.AsyncIface.loadMetadata(String ufsPath,
boolean recursive,
LoadMetadataTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
FileSystemMasterClientService.AsyncClient.loadMetadata(String ufsPath,
boolean recursive,
LoadMetadataTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
FileSystemMasterClientService.Client.send_loadMetadata(String ufsPath,
boolean recursive,
LoadMetadataTOptions options) |
FileSystemMasterClientService.loadMetadata_args |
FileSystemMasterClientService.loadMetadata_args.setOptions(LoadMetadataTOptions options)
the method options
|
Constructor and Description |
---|
loadMetadata_args(String ufsPath,
boolean recursive,
LoadMetadataTOptions options) |
loadMetadata_call(String ufsPath,
boolean recursive,
LoadMetadataTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport) |
LoadMetadataTOptions(LoadMetadataTOptions other)
Performs a deep copy on other.
|
Copyright © 2023. All Rights Reserved.