mongo::dur::Stats Struct Reference

#include <dur_stats.h>

List of all members.

Classes

struct  S

Public Member Functions

BSONObj asObj ()
void rotate ()
 Stats ()

Public Attributes

unsigned _intervalMicros
Scurr

Private Member Functions

Sother ()

Private Attributes

S _a
S _b
unsigned long long _lastRotate

Detailed Description

journaling stats. the model here is that the commit thread is the only writer, and that reads are uncommon (from a serverStatus command and such). Thus, there should not be multicore chatter overhead.

Definition at line 9 of file dur_stats.h.


Constructor & Destructor Documentation

mongo::dur::Stats::Stats (  ) 

Member Function Documentation

BSONObj mongo::dur::Stats::asObj (  ) 
S* mongo::dur::Stats::other (  )  [private]
void mongo::dur::Stats::rotate (  ) 

Member Data Documentation

Definition at line 39 of file dur_stats.h.

Definition at line 39 of file dur_stats.h.

Definition at line 13 of file dur_stats.h.

unsigned long long mongo::dur::Stats::_lastRotate [private]

Definition at line 40 of file dur_stats.h.

Definition at line 37 of file dur_stats.h.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines


mongodb
Author(s): Nate Koenig
autogenerated on Fri Jan 11 12:15:59 2013