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 |
---|---|
GetBlockInfoTOptions |
GetBlockInfoTOptions.deepCopy() |
GetBlockInfoTOptions |
BlockMasterClientService.getBlockInfo_args.getOptions()
the method options
|
Modifier and Type | Method and Description |
---|---|
int |
GetBlockInfoTOptions.compareTo(GetBlockInfoTOptions other) |
boolean |
GetBlockInfoTOptions.equals(GetBlockInfoTOptions that) |
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) |
void |
BlockMasterClientService.AsyncIface.getBlockInfo(long blockId,
GetBlockInfoTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
BlockMasterClientService.AsyncClient.getBlockInfo(long blockId,
GetBlockInfoTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
BlockMasterClientService.Client.send_getBlockInfo(long blockId,
GetBlockInfoTOptions options) |
BlockMasterClientService.getBlockInfo_args |
BlockMasterClientService.getBlockInfo_args.setOptions(GetBlockInfoTOptions options)
the method options
|
Constructor and Description |
---|
getBlockInfo_args(long blockId,
GetBlockInfoTOptions options) |
getBlockInfo_call(long blockId,
GetBlockInfoTOptions 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) |
GetBlockInfoTOptions(GetBlockInfoTOptions other)
Performs a deep copy on other.
|
Copyright © 2023. All Rights Reserved.