Package | Description |
---|---|
alluxio.master.file | |
alluxio.thrift |
Modifier and Type | Method and Description |
---|---|
GetNewBlockIdForFileTResponse |
FileSystemMasterClientServiceHandler.getNewBlockIdForFile(String path,
GetNewBlockIdForFileTOptions options) |
Modifier and Type | Method and Description |
---|---|
GetNewBlockIdForFileTResponse |
GetNewBlockIdForFileTResponse.deepCopy() |
GetNewBlockIdForFileTResponse |
FileSystemMasterClientService.Iface.getNewBlockIdForFile(String path,
GetNewBlockIdForFileTOptions options)
Generates a new block id for the given file.
|
GetNewBlockIdForFileTResponse |
FileSystemMasterClientService.Client.getNewBlockIdForFile(String path,
GetNewBlockIdForFileTOptions options) |
GetNewBlockIdForFileTResponse |
FileSystemMasterClientService.AsyncClient.getNewBlockIdForFile_call.getResult() |
GetNewBlockIdForFileTResponse |
FileSystemMasterClientService.getNewBlockIdForFile_result.getSuccess() |
GetNewBlockIdForFileTResponse |
FileSystemMasterClientService.Client.recv_getNewBlockIdForFile() |
GetNewBlockIdForFileTResponse |
GetNewBlockIdForFileTResponse.setId(long id) |
Modifier and Type | Method and Description |
---|---|
org.apache.thrift.async.AsyncMethodCallback<GetNewBlockIdForFileTResponse> |
FileSystemMasterClientService.AsyncProcessor.getNewBlockIdForFile.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
Modifier and Type | Method and Description |
---|---|
int |
GetNewBlockIdForFileTResponse.compareTo(GetNewBlockIdForFileTResponse other) |
boolean |
GetNewBlockIdForFileTResponse.equals(GetNewBlockIdForFileTResponse that) |
FileSystemMasterClientService.getNewBlockIdForFile_result |
FileSystemMasterClientService.getNewBlockIdForFile_result.setSuccess(GetNewBlockIdForFileTResponse success) |
Modifier and Type | Method and Description |
---|---|
void |
FileSystemMasterClientService.AsyncProcessor.getNewBlockIdForFile.start(I iface,
FileSystemMasterClientService.getNewBlockIdForFile_args args,
org.apache.thrift.async.AsyncMethodCallback<GetNewBlockIdForFileTResponse> resultHandler) |
Constructor and Description |
---|
getNewBlockIdForFile_result(GetNewBlockIdForFileTResponse success,
AlluxioTException e) |
GetNewBlockIdForFileTResponse(GetNewBlockIdForFileTResponse other)
Performs a deep copy on other.
|
Copyright © 2023. All Rights Reserved.