LogCabin
|
Enumerations | |
enum | { CLIENT_SERVICE, RAFT_SERVICE, CONTROL_SERVICE } |
anonymous enum |
CLIENT_SERVICE |
The service that LogCabin client applications communicate with via the client library. |
RAFT_SERVICE |
The service that LogCabin servers use to communicate with each other. The consensus protocol runs over this service. |
CONTROL_SERVICE |
Used by the logcabinctl client to query and change the internal state of a server. |