类 FileKvStorage

java.lang.Object
com.alibaba.nacos.core.storage.kv.FileKvStorage
所有已实现的接口:
KvStorage

public class FileKvStorage extends Object implements KvStorage
Kv storage based on file system. // TODO 写文件的方式需要优化
作者:
liaochuntao