| Package | Description |
|---|---|
| org.apache.dubbo.metadata | |
| org.apache.dubbo.metadata.store |
| Modifier and Type | Method and Description |
|---|---|
static WritableMetadataService |
WritableMetadataService.getDefaultExtension()
Get
the defautl extension of WritableMetadataService |
static WritableMetadataService |
WritableMetadataService.getExtension(String name) |
| 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.