Package | Description |
---|---|
alluxio.master.file | |
alluxio.thrift |
Modifier and Type | Method and Description |
---|---|
FreeTResponse |
FileSystemMasterClientServiceHandler.free(String path,
boolean recursive,
FreeTOptions options) |
Modifier and Type | Method and Description |
---|---|
FreeTResponse |
FreeTResponse.deepCopy() |
FreeTResponse |
FileSystemMasterClientService.Iface.free(String path,
boolean recursive,
FreeTOptions options)
Frees the given file or directory from Alluxio.
|
FreeTResponse |
FileSystemMasterClientService.Client.free(String path,
boolean recursive,
FreeTOptions options) |
FreeTResponse |
FileSystemMasterClientService.AsyncClient.free_call.getResult() |
FreeTResponse |
FileSystemMasterClientService.free_result.getSuccess() |
FreeTResponse |
FileSystemMasterClientService.Client.recv_free() |
Modifier and Type | Method and Description |
---|---|
org.apache.thrift.async.AsyncMethodCallback<FreeTResponse> |
FileSystemMasterClientService.AsyncProcessor.free.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
Modifier and Type | Method and Description |
---|---|
int |
FreeTResponse.compareTo(FreeTResponse other) |
boolean |
FreeTResponse.equals(FreeTResponse that) |
FileSystemMasterClientService.free_result |
FileSystemMasterClientService.free_result.setSuccess(FreeTResponse success) |
Modifier and Type | Method and Description |
---|---|
void |
FileSystemMasterClientService.AsyncProcessor.free.start(I iface,
FileSystemMasterClientService.free_args args,
org.apache.thrift.async.AsyncMethodCallback<FreeTResponse> resultHandler) |
Constructor and Description |
---|
free_result(FreeTResponse success,
AlluxioTException e) |
FreeTResponse(FreeTResponse other)
Performs a deep copy on other.
|
Copyright © 2023. All Rights Reserved.