|
LogCabin
|
#include <memory>#include <mutex>#include <thread>#include <unordered_map>#include "build/Protocol/Client.pb.h"#include "build/Server/SnapshotStateMachine.pb.h"#include "Core/ConditionVariable.h"#include "Core/Config.h"#include "Core/Mutex.h"#include "Core/Time.h"#include "Tree/Tree.h"Go to the source code of this file.
Classes | |
| class | LogCabin::Server::StateMachine |
| Interprets and executes operations that have been committed into the Raft log. More... | |
| struct | LogCabin::Server::StateMachine::Session |
| Tracks state for a particular client. More... | |
Namespaces | |
| namespace | LogCabin |
| namespace | LogCabin::Server |
1.7.6.1