Package | Description |
---|---|
alluxio.master.block | |
alluxio.thrift |
Modifier and Type | Method and Description |
---|---|
GetUsedBytesTResponse |
BlockMasterClientServiceHandler.getUsedBytes(GetUsedBytesTOptions options) |
Modifier and Type | Method and Description |
---|---|
GetUsedBytesTOptions |
GetUsedBytesTOptions.deepCopy() |
GetUsedBytesTOptions |
BlockMasterClientService.getUsedBytes_args.getOptions()
the method options
|
Modifier and Type | Method and Description |
---|---|
int |
GetUsedBytesTOptions.compareTo(GetUsedBytesTOptions other) |
boolean |
GetUsedBytesTOptions.equals(GetUsedBytesTOptions that) |
GetUsedBytesTResponse |
BlockMasterClientService.Iface.getUsedBytes(GetUsedBytesTOptions options)
Returns the used storage (in bytes).
|
GetUsedBytesTResponse |
BlockMasterClientService.Client.getUsedBytes(GetUsedBytesTOptions options) |
void |
BlockMasterClientService.AsyncIface.getUsedBytes(GetUsedBytesTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
BlockMasterClientService.AsyncClient.getUsedBytes(GetUsedBytesTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
BlockMasterClientService.Client.send_getUsedBytes(GetUsedBytesTOptions options) |
BlockMasterClientService.getUsedBytes_args |
BlockMasterClientService.getUsedBytes_args.setOptions(GetUsedBytesTOptions options)
the method options
|
Constructor and Description |
---|
getUsedBytes_args(GetUsedBytesTOptions options) |
getUsedBytes_call(GetUsedBytesTOptions 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) |
GetUsedBytesTOptions(GetUsedBytesTOptions other)
Performs a deep copy on other.
|
Copyright © 2023. All Rights Reserved.