LogCabin
|
#include <memory>
#include <thread>
#include "build/Protocol/ServerStats.pb.h"
#include "Core/Mutex.h"
#include "Core/Time.h"
#include "Event/Signal.h"
#include "Event/Timer.h"
Go to the source code of this file.
Classes | |
class | LogCabin::Server::ServerStats |
Manages creation of server statistics, which are used for diagnostics. More... | |
class | LogCabin::Server::ServerStats::Lock |
Provides read/write access to stats, protected against concurrent access. More... | |
class | LogCabin::Server::ServerStats::SignalHandler |
Asks statsDumper thread to dumps stats to the debug log (NOTICE level) on SIGUSR1 signal. More... | |
struct | LogCabin::Server::ServerStats::Deferred |
Members that are constructed later, during enable(). More... | |
Namespaces | |
namespace | LogCabin |
namespace | LogCabin::Server |