Package | Description |
---|---|
alluxio.master.block | |
alluxio.thrift |
Modifier and Type | Method and Description |
---|---|
GetBlockInfoTResponse |
BlockMasterClientServiceHandler.getBlockInfo(long blockId,
GetBlockInfoTOptions options) |
Modifier and Type | Method and Description |
---|---|
GetBlockInfoTResponse |
GetBlockInfoTResponse.deepCopy() |
GetBlockInfoTResponse |
BlockMasterClientService.Iface.getBlockInfo(long blockId,
GetBlockInfoTOptions options)
Returns the block information for the given block id.
|
GetBlockInfoTResponse |
BlockMasterClientService.Client.getBlockInfo(long blockId,
GetBlockInfoTOptions options) |
GetBlockInfoTResponse |
BlockMasterClientService.AsyncClient.getBlockInfo_call.getResult() |
GetBlockInfoTResponse |
BlockMasterClientService.getBlockInfo_result.getSuccess() |
GetBlockInfoTResponse |
BlockMasterClientService.Client.recv_getBlockInfo() |
GetBlockInfoTResponse |
GetBlockInfoTResponse.setBlockInfo(BlockInfo blockInfo) |
Modifier and Type | Method and Description |
---|---|
org.apache.thrift.async.AsyncMethodCallback<GetBlockInfoTResponse> |
BlockMasterClientService.AsyncProcessor.getBlockInfo.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
Modifier and Type | Method and Description |
---|---|
int |
GetBlockInfoTResponse.compareTo(GetBlockInfoTResponse other) |
boolean |
GetBlockInfoTResponse.equals(GetBlockInfoTResponse that) |
BlockMasterClientService.getBlockInfo_result |
BlockMasterClientService.getBlockInfo_result.setSuccess(GetBlockInfoTResponse success) |
Modifier and Type | Method and Description |
---|---|
void |
BlockMasterClientService.AsyncProcessor.getBlockInfo.start(I iface,
BlockMasterClientService.getBlockInfo_args args,
org.apache.thrift.async.AsyncMethodCallback<GetBlockInfoTResponse> resultHandler) |
Constructor and Description |
---|
getBlockInfo_result(GetBlockInfoTResponse success,
AlluxioTException e) |
GetBlockInfoTResponse(GetBlockInfoTResponse other)
Performs a deep copy on other.
|
Copyright © 2023. All Rights Reserved.