public static class MetaMasterClientService.AsyncClient extends AlluxioService.AsyncClient implements MetaMasterClientService.AsyncIface
Modifier and Type | Class and Description |
---|---|
static class |
MetaMasterClientService.AsyncClient.backup_call |
static class |
MetaMasterClientService.AsyncClient.Factory |
static class |
MetaMasterClientService.AsyncClient.getConfigReport_call |
static class |
MetaMasterClientService.AsyncClient.getConfiguration_call |
static class |
MetaMasterClientService.AsyncClient.getMasterInfo_call |
static class |
MetaMasterClientService.AsyncClient.getMetrics_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 |
backup(BackupTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
getConfigReport(GetConfigReportTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
getConfiguration(GetConfigurationTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
getMasterInfo(GetMasterInfoTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
getMetrics(GetMetricsTOptions 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 backup(BackupTOptions options, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException
backup
in interface MetaMasterClientService.AsyncIface
org.apache.thrift.TException
public void getConfiguration(GetConfigurationTOptions options, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException
getConfiguration
in interface MetaMasterClientService.AsyncIface
org.apache.thrift.TException
public void getMasterInfo(GetMasterInfoTOptions options, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException
getMasterInfo
in interface MetaMasterClientService.AsyncIface
org.apache.thrift.TException
public void getMetrics(GetMetricsTOptions options, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException
getMetrics
in interface MetaMasterClientService.AsyncIface
org.apache.thrift.TException
public void getConfigReport(GetConfigReportTOptions options, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException
getConfigReport
in interface MetaMasterClientService.AsyncIface
org.apache.thrift.TException
Copyright © 2023. All Rights Reserved.