| 限定符和类型 | 字段和说明 |
|---|---|
protected PersistService |
HistoryController.persistService |
protected PersistService |
ConfigOpsController.persistService |
| 构造器和说明 |
|---|
ConfigController(ConfigServletInner configServletInner,
PersistService persistService,
ConfigSubService configSubService) |
ConfigOpsController(PersistService persistService,
DumpService dumpService) |
| 限定符和类型 | 字段和说明 |
|---|---|
protected PersistService |
DumpService.persistService |
| 限定符和类型 | 方法和说明 |
|---|---|
PersistService |
DumpService.getPersistService() |
| 构造器和说明 |
|---|
DumpService(PersistService persistService,
com.alibaba.nacos.core.cluster.ServerMemberManager memberManager)
Here you inject the dependent objects constructively, ensuring that some of the dependent functionality is
initialized ahead of time.
|
EmbeddedDumpService(PersistService persistService,
com.alibaba.nacos.core.cluster.ServerMemberManager memberManager,
com.alibaba.nacos.core.distributed.ProtocolManager protocolManager)
Here you inject the dependent objects constructively, ensuring that some of the dependent functionality is
initialized ahead of time.
|
ExternalDumpService(PersistService persistService,
com.alibaba.nacos.core.cluster.ServerMemberManager memberManager)
Here you inject the dependent objects constructively, ensuring that some of the dependent functionality is
initialized ahead of time.
|
| 构造器和说明 |
|---|
MergeDatumService(PersistService persistService) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
EmbeddedStoragePersistServiceImpl
For Apache Derby.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
ExternalStoragePersistServiceImpl
External Storage Persist Service.
|
Copyright © 2018–2022 Alibaba Group. All rights reserved.