public class ZookeeperMetadataReport extends AbstractMetadataReport
metadataReportRetry| 构造器和说明 |
|---|
ZookeeperMetadataReport(org.apache.dubbo.common.URL url,
org.apache.dubbo.remoting.zookeeper.ZookeeperTransporter zookeeperTransporter) |
| 限定符和类型 | 方法和说明 |
|---|---|
MetadataInfo |
getAppMetadata(SubscriberMetadataIdentifier identifier,
Map<String,String> instanceMetadata) |
Set<String> |
getServiceAppMapping(String serviceKey,
MappingListener listener,
org.apache.dubbo.common.URL url) |
String |
getServiceDefinition(MetadataIdentifier metadataIdentifier) |
void |
publishAppMetadata(SubscriberMetadataIdentifier identifier,
MetadataInfo metadataInfo) |
void |
registerServiceAppMapping(String serviceKey,
String application,
org.apache.dubbo.common.URL url) |
getExportedURLs, getSubscribedURLs, getUrl, removeServiceMetadata, retry, saveServiceMetadata, saveSubscribedData, storeConsumerMetadata, storeConsumerMetadataTask, storeProviderMetadata, toStringpublic ZookeeperMetadataReport(org.apache.dubbo.common.URL url,
org.apache.dubbo.remoting.zookeeper.ZookeeperTransporter zookeeperTransporter)
public String getServiceDefinition(MetadataIdentifier metadataIdentifier)
public void publishAppMetadata(SubscriberMetadataIdentifier identifier, MetadataInfo metadataInfo)
public void registerServiceAppMapping(String serviceKey, String application, org.apache.dubbo.common.URL url)
public MetadataInfo getAppMetadata(SubscriberMetadataIdentifier identifier, Map<String,String> instanceMetadata)
public Set<String> getServiceAppMapping(String serviceKey, MappingListener listener, org.apache.dubbo.common.URL url)
Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.