public class MetadataReportInstance extends Object implements org.apache.dubbo.common.resource.Disposable
| Constructor and Description |
|---|
MetadataReportInstance(org.apache.dubbo.rpc.model.ApplicationModel applicationModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
MetadataReport |
getMetadataReport(String registryKey) |
Map<String,MetadataReport> |
getMetadataReports(boolean checked) |
String |
getMetadataType() |
MetadataReport |
getNopMetadataReport() |
void |
init(List<org.apache.dubbo.config.MetadataReportConfig> metadataReportConfigs) |
boolean |
inited() |
public MetadataReportInstance(org.apache.dubbo.rpc.model.ApplicationModel applicationModel)
public void init(List<org.apache.dubbo.config.MetadataReportConfig> metadataReportConfigs)
public Map<String,MetadataReport> getMetadataReports(boolean checked)
public MetadataReport getMetadataReport(String registryKey)
public MetadataReport getNopMetadataReport()
public String getMetadataType()
public boolean inited()
public void destroy()
destroy in interface org.apache.dubbo.common.resource.DisposableCopyright © 2011–2022 The Apache Software Foundation. All rights reserved.