public final class MetaMasterClientServiceHandler extends Object implements MetaMasterClientService.Iface
Constructor and Description |
---|
MetaMasterClientServiceHandler(MetaMaster metaMaster) |
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.
|
GetServiceVersionTResponse |
getServiceVersion(GetServiceVersionTOptions options)
Returns the version of the master service.
|
public MetaMasterClientServiceHandler(MetaMaster metaMaster)
metaMaster
- the Alluxio meta masterpublic GetServiceVersionTResponse getServiceVersion(GetServiceVersionTOptions options)
AlluxioService.Iface
getServiceVersion
in interface AlluxioService.Iface
options
- the method optionspublic BackupTResponse backup(BackupTOptions options) throws AlluxioTException
MetaMasterClientService.Iface
backup
in interface MetaMasterClientService.Iface
options
- the method optionsAlluxioTException
public GetConfigReportTResponse getConfigReport(GetConfigReportTOptions options) throws org.apache.thrift.TException
MetaMasterClientService.Iface
getConfigReport
in interface MetaMasterClientService.Iface
options
- the method optionsorg.apache.thrift.TException
public GetConfigurationTResponse getConfiguration(GetConfigurationTOptions options) throws AlluxioTException
MetaMasterClientService.Iface
getConfiguration
in interface MetaMasterClientService.Iface
options
- the method optionsAlluxioTException
public GetMasterInfoTResponse getMasterInfo(GetMasterInfoTOptions options) throws org.apache.thrift.TException
MetaMasterClientService.Iface
getMasterInfo
in interface MetaMasterClientService.Iface
options
- the method optionsorg.apache.thrift.TException
public GetMetricsTResponse getMetrics(GetMetricsTOptions options) throws org.apache.thrift.TException
MetaMasterClientService.Iface
getMetrics
in interface MetaMasterClientService.Iface
options
- the method optionsorg.apache.thrift.TException
Copyright © 2023. All Rights Reserved.