public static interface MetaMasterClientService.Iface extends AlluxioService.Iface
Modifier and Type | Method and Description |
---|---|
BackupTResponse |
backup(BackupTOptions options)
Backs up the Alluxio master to the specified URI
|
GetConfigReportTResponse |
getConfigReport(GetConfigReportTOptions options)
Returns server-side configuration report.
|
GetConfigurationTResponse |
getConfiguration(GetConfigurationTOptions options)
Returns a list of Alluxio runtime configuration information.
|
GetMasterInfoTResponse |
getMasterInfo(GetMasterInfoTOptions options)
Returns information about the master.
|
GetMetricsTResponse |
getMetrics(GetMetricsTOptions options)
Returns a map of metrics property names and their values from Alluxio metrics system.
|
getServiceVersion
BackupTResponse backup(BackupTOptions options) throws AlluxioTException, org.apache.thrift.TException
options
- the method optionsAlluxioTException
org.apache.thrift.TException
GetConfigurationTResponse getConfiguration(GetConfigurationTOptions options) throws AlluxioTException, org.apache.thrift.TException
options
- the method optionsAlluxioTException
org.apache.thrift.TException
GetMasterInfoTResponse getMasterInfo(GetMasterInfoTOptions options) throws AlluxioTException, org.apache.thrift.TException
options
- the method optionsAlluxioTException
org.apache.thrift.TException
GetMetricsTResponse getMetrics(GetMetricsTOptions options) throws AlluxioTException, org.apache.thrift.TException
options
- the method optionsAlluxioTException
org.apache.thrift.TException
GetConfigReportTResponse getConfigReport(GetConfigReportTOptions options) throws AlluxioTException, org.apache.thrift.TException
options
- the method optionsAlluxioTException
org.apache.thrift.TException
Copyright © 2023. All Rights Reserved.