public static class BlockMasterClientService.AsyncClient extends AlluxioService.AsyncClient implements BlockMasterClientService.AsyncIface
Modifier and Type | Class and Description |
---|---|
static class |
BlockMasterClientService.AsyncClient.Factory |
static class |
BlockMasterClientService.AsyncClient.getBlockInfo_call |
static class |
BlockMasterClientService.AsyncClient.getBlockMasterInfo_call |
static class |
BlockMasterClientService.AsyncClient.getCapacityBytes_call |
static class |
BlockMasterClientService.AsyncClient.getUsedBytes_call |
static class |
BlockMasterClientService.AsyncClient.getWorkerInfoList_call |
static class |
BlockMasterClientService.AsyncClient.getWorkerReport_call |
AlluxioService.AsyncClient.getServiceVersion_call
Constructor and Description |
---|
AsyncClient(org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.async.TAsyncClientManager clientManager,
org.apache.thrift.transport.TNonblockingTransport transport) |
Modifier and Type | Method and Description |
---|---|
void |
getBlockInfo(long blockId,
GetBlockInfoTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
getBlockMasterInfo(GetBlockMasterInfoTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
getCapacityBytes(GetCapacityBytesTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
getUsedBytes(GetUsedBytesTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
getWorkerInfoList(GetWorkerInfoListTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
getWorkerReport(GetWorkerReportTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
getServiceVersion
checkReady, getError, getProtocolFactory, getTimeout, hasError, hasTimeout, onComplete, onError, setTimeout
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getServiceVersion
public AsyncClient(org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.async.TAsyncClientManager clientManager, org.apache.thrift.transport.TNonblockingTransport transport)
public void getBlockInfo(long blockId, GetBlockInfoTOptions options, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException
getBlockInfo
in interface BlockMasterClientService.AsyncIface
org.apache.thrift.TException
public void getBlockMasterInfo(GetBlockMasterInfoTOptions options, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException
getBlockMasterInfo
in interface BlockMasterClientService.AsyncIface
org.apache.thrift.TException
public void getCapacityBytes(GetCapacityBytesTOptions options, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException
getCapacityBytes
in interface BlockMasterClientService.AsyncIface
org.apache.thrift.TException
public void getUsedBytes(GetUsedBytesTOptions options, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException
getUsedBytes
in interface BlockMasterClientService.AsyncIface
org.apache.thrift.TException
public void getWorkerInfoList(GetWorkerInfoListTOptions options, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException
getWorkerInfoList
in interface BlockMasterClientService.AsyncIface
org.apache.thrift.TException
public void getWorkerReport(GetWorkerReportTOptions options, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException
getWorkerReport
in interface BlockMasterClientService.AsyncIface
org.apache.thrift.TException
Copyright © 2023. All Rights Reserved.