| 程序包 | 说明 |
|---|---|
| org.apache.dubbo.config.metadata | |
| org.apache.dubbo.metadata |
| 限定符和类型 | 类和说明 |
|---|---|
class |
AbstractMetadataServiceExporter
The abstract implementation of
MetadataServiceExporter to provider the commons features for sub-types |
class |
ConfigurableMetadataServiceExporter
MetadataServiceExporter implementation based on Dubbo configurations, the clients
should make sure the ApplicationConfig, RegistryConfig and ProtocolConfig are ready before
AbstractMetadataServiceExporter.export(). |
class |
RemoteMetadataServiceExporter
The implementation of
MetadataServiceExporter for
"remote" metadata storage type |
| 限定符和类型 | 方法和说明 |
|---|---|
MetadataServiceExporter |
AbstractMetadataServiceExporter.export() |
MetadataServiceExporter |
AbstractMetadataServiceExporter.unexport() |
| 限定符和类型 | 方法和说明 |
|---|---|
MetadataServiceExporter |
MetadataServiceExporter.export()
Exports the
MetadataService as a Dubbo service |
static MetadataServiceExporter |
MetadataServiceExporter.getDefaultExtension()
Get the default extension of
MetadataServiceExporter |
static MetadataServiceExporter |
MetadataServiceExporter.getExtension(String metadataType)
Get the extension of
MetadataServiceExporter by the type. |
MetadataServiceExporter |
MetadataServiceExporter.unexport()
Unexports the
MetadataService |
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.