Package | Description |
---|---|
alluxio.client.file.options | |
alluxio.master.file | |
alluxio.master.file.options | |
alluxio.thrift |
Modifier and Type | Method and Description |
---|---|
ListStatusTOptions |
ListStatusOptions.toThrift() |
Modifier and Type | Method and Description |
---|---|
ListStatusTResponse |
FileSystemMasterClientServiceHandler.listStatus(String path,
ListStatusTOptions options) |
Constructor and Description |
---|
ListStatusOptions(ListStatusTOptions options)
Create an instance of
ListStatusOptions from a ListStatusTOptions . |
Modifier and Type | Method and Description |
---|---|
ListStatusTOptions |
ListStatusTOptions.deepCopy() |
ListStatusTOptions |
FileSystemMasterClientService.listStatus_args.getOptions()
listStatus options
|
ListStatusTOptions |
ListStatusTOptions.setCommonOptions(FileSystemMasterCommonTOptions commonOptions) |
ListStatusTOptions |
ListStatusTOptions.setLoadDirectChildren(boolean loadDirectChildren) |
ListStatusTOptions |
ListStatusTOptions.setLoadMetadataType(LoadMetadataTType loadMetadataType) |
ListStatusTOptions |
ListStatusTOptions.setRecursive(boolean recursive) |
Modifier and Type | Method and Description |
---|---|
int |
ListStatusTOptions.compareTo(ListStatusTOptions other) |
boolean |
ListStatusTOptions.equals(ListStatusTOptions that) |
ListStatusTResponse |
FileSystemMasterClientService.Iface.listStatus(String path,
ListStatusTOptions options)
If the path points to a file, the method returns a singleton with its file information.
|
ListStatusTResponse |
FileSystemMasterClientService.Client.listStatus(String path,
ListStatusTOptions options) |
void |
FileSystemMasterClientService.AsyncIface.listStatus(String path,
ListStatusTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
FileSystemMasterClientService.AsyncClient.listStatus(String path,
ListStatusTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
FileSystemMasterClientService.Client.send_listStatus(String path,
ListStatusTOptions options) |
FileSystemMasterClientService.listStatus_args |
FileSystemMasterClientService.listStatus_args.setOptions(ListStatusTOptions options)
listStatus options
|
Constructor and Description |
---|
listStatus_args(String path,
ListStatusTOptions options) |
listStatus_call(String path,
ListStatusTOptions 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) |
ListStatusTOptions(ListStatusTOptions other)
Performs a deep copy on other.
|
Copyright © 2023. All Rights Reserved.