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