| Package | Description |
|---|---|
| org.apache.dubbo.config.metadata | |
| org.apache.dubbo.metadata | |
| org.apache.dubbo.metadata.store | |
| org.apache.dubbo.registry.client.metadata.proxy |
| Constructor and Description |
|---|
ConfigurableMetadataServiceExporter(MetadataService metadataService) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
WritableMetadataService
Local
MetadataService that extends MetadataService and provides the modification, which is used for
Dubbo's consumers and providers. |
| Modifier and Type | Class and Description |
|---|---|
class |
InMemoryWritableMetadataService
The
WritableMetadataService implementation stores the metadata of Dubbo services in memory locally when they
exported. |
class |
RemoteWritableMetadataService
The
WritableMetadataService implementation stores the metadata of Dubbo services in metadata center when they
exported. |
class |
RemoteWritableMetadataServiceDelegate
2019-08-14
|
| Modifier and Type | Class and Description |
|---|---|
class |
RemoteMetadataServiceProxy |
| Modifier and Type | Method and Description |
|---|---|
MetadataService |
RemoteMetadataServiceProxyFactory.createProxy(ServiceInstance serviceInstance) |
MetadataService |
MetadataServiceProxyFactory.getProxy(ServiceInstance serviceInstance)
Create a
MetadataService proxy via the specified ServiceInstance
WritableMetadataService |
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.