类 Writer
java.lang.Object
com.alibaba.nacos.consistency.snapshot.Writer
Snapshot write interface.
- 作者:
- liaochuntao
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明booleanAdds a snapshot file without metadata.booleanaddFile(String fileName, LocalFileMeta meta)Adds a snapshot file with metadata.getPath()booleanremoveFile(String fileName)Remove a snapshot file.
-
构造器详细资料
-
Writer
-
-
方法详细资料
-
getPath
-
addFile
Adds a snapshot file without metadata.- 参数:
fileName- file name- 返回:
- true on success
-
addFile
Adds a snapshot file with metadata.- 参数:
fileName- file name- 返回:
- true on success
-
removeFile
Remove a snapshot file.- 参数:
fileName- file name- 返回:
- true on success
-
listFiles
-