Package | Description |
---|---|
alluxio.client.file.options | |
alluxio.master.file | |
alluxio.master.file.options | |
alluxio.thrift |
Modifier and Type | Method and Description |
---|---|
GetStatusTOptions |
GetStatusOptions.toThrift() |
Modifier and Type | Method and Description |
---|---|
GetStatusTResponse |
FileSystemMasterClientServiceHandler.getStatus(String path,
GetStatusTOptions options) |
Constructor and Description |
---|
GetStatusOptions(GetStatusTOptions options)
Create an instance of
GetStatusOptions from a GetStatusTOptions . |
Modifier and Type | Method and Description |
---|---|
GetStatusTOptions |
GetStatusTOptions.deepCopy() |
GetStatusTOptions |
FileSystemMasterClientService.getStatus_args.getOptions()
the method options
|
GetStatusTOptions |
GetStatusTOptions.setCommonOptions(FileSystemMasterCommonTOptions commonOptions) |
GetStatusTOptions |
GetStatusTOptions.setLoadMetadataType(LoadMetadataTType loadMetadataType) |
Modifier and Type | Method and Description |
---|---|
int |
GetStatusTOptions.compareTo(GetStatusTOptions other) |
boolean |
GetStatusTOptions.equals(GetStatusTOptions that) |
GetStatusTResponse |
FileSystemMasterClientService.Iface.getStatus(String path,
GetStatusTOptions options)
Returns the status of the file or directory.
|
GetStatusTResponse |
FileSystemMasterClientService.Client.getStatus(String path,
GetStatusTOptions options) |
void |
FileSystemMasterClientService.AsyncIface.getStatus(String path,
GetStatusTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
FileSystemMasterClientService.AsyncClient.getStatus(String path,
GetStatusTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
FileSystemMasterClientService.Client.send_getStatus(String path,
GetStatusTOptions options) |
FileSystemMasterClientService.getStatus_args |
FileSystemMasterClientService.getStatus_args.setOptions(GetStatusTOptions options)
the method options
|
Constructor and Description |
---|
getStatus_args(String path,
GetStatusTOptions options) |
getStatus_call(String path,
GetStatusTOptions 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) |
GetStatusTOptions(GetStatusTOptions other)
Performs a deep copy on other.
|
Copyright © 2023. All Rights Reserved.