| Package | Description |
|---|---|
| org.apache.dubbo.metadata | |
| org.apache.dubbo.metadata.store |
| 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
|
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.