ConfigCenterBasedMetadataReport as a substitute.@Deprecated public class ZookeeperMetadataReport extends AbstractMetadataReport
metadataReportRetry| 构造器和说明 |
|---|
ZookeeperMetadataReport(URL url,
org.apache.dubbo.remoting.zookeeper.ZookeeperTransporter zookeeperTransporter)
已过时。
|
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getExportedURLsContent(String serviceName,
String exportedServicesRevision)
已过时。
|
String |
getServiceDefinition(MetadataIdentifier metadataIdentifier)
已过时。
|
boolean |
saveExportedURLs(String serviceName,
String exportedServicesRevision,
String exportedURLsContent)
已过时。
|
close, getExportedURLs, getSubscribedURLs, getUrl, removeServiceMetadata, retry, saveServiceMetadata, saveSubscribedData, storeConsumerMetadata, storeConsumerMetadataTask, storeProviderMetadata, toStringgetExportedURLs, saveExportedURLs, saveExportedURLs, saveExportedURLspublic ZookeeperMetadataReport(URL url, org.apache.dubbo.remoting.zookeeper.ZookeeperTransporter zookeeperTransporter)
public String getServiceDefinition(MetadataIdentifier metadataIdentifier)
public boolean saveExportedURLs(String serviceName, String exportedServicesRevision, String exportedURLsContent)
MetadataReportserviceName - the specified Dubbo service nameexportedServicesRevision - the revision of the exported ServicesexportedURLsContent - the content of the exported urlstrue, or falsepublic String getExportedURLsContent(String serviceName, String exportedServicesRevision)
MetadataReportserviceName - the specified Dubbo service nameexportedServicesRevision - the revision of the exported Servicesurls if found, or nullCopyright © 2011–2020 The Apache Software Foundation. All rights reserved.