webraft:与WIP实施无关的Raft实施

时间:2024-05-18 11:05:28
【文件属性】:

文件名称:webraft:与WIP实施无关的Raft实施

文件大小:29KB

文件格式:ZIP

更新时间:2024-05-18 11:05:28

JavaScript

Web筏 该库正在开发中。 这是算法的正在进行的实现,以与实现无关的方式构建。 与运输无关 持久层不可知 专为简化和易于实施而打造 可客制化 原料药 首先,您必须扩展RaftInterface和NodeInstance类。 import { RaftInterface , NodeInstance } from 'webraft' ; class FooRaftNode extends NodeInstance { constructor ( address , raft ) { // If you define a custom constructor, you must call `super()` and pass // all parameters: address and raft super ( address ,


【文件预览】:
webraft-master
----.travis.yml(125B)
----index.js(108B)
----package.json(735B)
----test()
--------emitter.js(1KB)
--------timers.js(735B)
--------nodeInstance.js(5KB)
----dist()
--------emitter.js(2KB)
--------timers.js(925B)
--------LogEntry.js(538B)
--------nodeInstance.js(7KB)
--------interface.js(32KB)
----.npmignore(5B)
----.gitignore(292B)
----lib()
--------emitter.js(802B)
--------timers.js(560B)
--------LogEntry.js(221B)
--------nodeInstance.js(3KB)
--------interface.js(24KB)
----README.md(10KB)

网友评论