[ 源代码: dqlite ]
软件包:libdqlite0(1.11.1-1)
Raft Consensus protocol implementation - shared library
Fully asynchronous C implementation of the Raft consensus protocol.
The library has modular design: its core part implements only the core Raft algorithm logic, in a fully platform independent way. On top of that, a pluggable interface defines the I/O implementation for networking (send/receive RPC messages) and disk persistence (store log entries and snapshots).
This package contains the C library needed to run executables that use Raft Consensus protocol.
其他与 libdqlite0 有关的软件包
|
|
|
|
-
- dep: libc6 (>= 2.28)
- GNU C 语言运行库:共享库
同时作为一个虚包由这些包填实: libc6-udeb
-
- dep: libraft2 (>= 0.14.0)
- Raft Consensus protocol implementation - shared library
-
- dep: libsqlite3-0 (>= 3.8.7)
- SQLite 3 共享库
-
- dep: libuv1 (>= 1.8.0~)
- asynchronous event notification library - runtime library