Package | Description |
---|---|
alluxio.master.file | |
alluxio.thrift |
Modifier and Type | Method and Description |
---|---|
CreateFileTResponse |
FileSystemMasterClientServiceHandler.createFile(String path,
CreateFileTOptions options) |
Modifier and Type | Method and Description |
---|---|
CreateFileTResponse |
FileSystemMasterClientService.Iface.createFile(String path,
CreateFileTOptions options)
Creates a file.
|
CreateFileTResponse |
FileSystemMasterClientService.Client.createFile(String path,
CreateFileTOptions options) |
CreateFileTResponse |
CreateFileTResponse.deepCopy() |
CreateFileTResponse |
FileSystemMasterClientService.AsyncClient.createFile_call.getResult() |
CreateFileTResponse |
FileSystemMasterClientService.createFile_result.getSuccess() |
CreateFileTResponse |
FileSystemMasterClientService.Client.recv_createFile() |
Modifier and Type | Method and Description |
---|---|
org.apache.thrift.async.AsyncMethodCallback<CreateFileTResponse> |
FileSystemMasterClientService.AsyncProcessor.createFile.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
Modifier and Type | Method and Description |
---|---|
int |
CreateFileTResponse.compareTo(CreateFileTResponse other) |
boolean |
CreateFileTResponse.equals(CreateFileTResponse that) |
FileSystemMasterClientService.createFile_result |
FileSystemMasterClientService.createFile_result.setSuccess(CreateFileTResponse success) |
Modifier and Type | Method and Description |
---|---|
void |
FileSystemMasterClientService.AsyncProcessor.createFile.start(I iface,
FileSystemMasterClientService.createFile_args args,
org.apache.thrift.async.AsyncMethodCallback<CreateFileTResponse> resultHandler) |
Constructor and Description |
---|
createFile_result(CreateFileTResponse success,
AlluxioTException e) |
CreateFileTResponse(CreateFileTResponse other)
Performs a deep copy on other.
|
Copyright © 2023. All Rights Reserved.