| 程序包 | 说明 |
|---|---|
| com.alibaba.nacos.core.storage | |
| com.alibaba.nacos.core.storage.kv |
| 限定符和类型 | 方法和说明 |
|---|---|
static KvStorage |
StorageFactory.createKvStorage(KvStorage.KvType type,
java.lang.String label,
java.lang.String baseDir)
Create { KvStorage} implementation.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
FileKvStorage
Kv storage based on file system. // TODO 写文件的方式需要优化
|
class |
MemoryKvStorage
Realization of KV storage based on memory.
|
Copyright © 2018–2022 Alibaba Group. All rights reserved.