Package | Description |
---|---|
alluxio.master.block | |
alluxio.thrift |
Modifier and Type | Method and Description |
---|---|
GetCapacityBytesTResponse |
BlockMasterClientServiceHandler.getCapacityBytes(GetCapacityBytesTOptions options) |
Modifier and Type | Method and Description |
---|---|
GetCapacityBytesTResponse |
GetCapacityBytesTResponse.deepCopy() |
GetCapacityBytesTResponse |
BlockMasterClientService.Iface.getCapacityBytes(GetCapacityBytesTOptions options)
Returns the capacity (in bytes).
|
GetCapacityBytesTResponse |
BlockMasterClientService.Client.getCapacityBytes(GetCapacityBytesTOptions options) |
GetCapacityBytesTResponse |
BlockMasterClientService.AsyncClient.getCapacityBytes_call.getResult() |
GetCapacityBytesTResponse |
BlockMasterClientService.getCapacityBytes_result.getSuccess() |
GetCapacityBytesTResponse |
BlockMasterClientService.Client.recv_getCapacityBytes() |
GetCapacityBytesTResponse |
GetCapacityBytesTResponse.setBytes(long bytes) |
Modifier and Type | Method and Description |
---|---|
org.apache.thrift.async.AsyncMethodCallback<GetCapacityBytesTResponse> |
BlockMasterClientService.AsyncProcessor.getCapacityBytes.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
Modifier and Type | Method and Description |
---|---|
int |
GetCapacityBytesTResponse.compareTo(GetCapacityBytesTResponse other) |
boolean |
GetCapacityBytesTResponse.equals(GetCapacityBytesTResponse that) |
BlockMasterClientService.getCapacityBytes_result |
BlockMasterClientService.getCapacityBytes_result.setSuccess(GetCapacityBytesTResponse success) |
Modifier and Type | Method and Description |
---|---|
void |
BlockMasterClientService.AsyncProcessor.getCapacityBytes.start(I iface,
BlockMasterClientService.getCapacityBytes_args args,
org.apache.thrift.async.AsyncMethodCallback<GetCapacityBytesTResponse> resultHandler) |
Constructor and Description |
---|
getCapacityBytes_result(GetCapacityBytesTResponse success,
AlluxioTException e) |
GetCapacityBytesTResponse(GetCapacityBytesTResponse other)
Performs a deep copy on other.
|
Copyright © 2023. All Rights Reserved.