CernVM-FS  2.12.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
NfsMapsSqlite::BusyHandlerInfo Struct Reference
Collaboration diagram for NfsMapsSqlite::BusyHandlerInfo:

Public Member Functions

 BusyHandlerInfo ()
 

Public Attributes

unsigned accumulated_ms
 
Prng prng
 

Static Public Attributes

static const unsigned kMaxWaitMs = 60000
 
static const unsigned kMaxBackoffMs = 100
 

Detailed Description

Definition at line 43 of file nfs_maps_sqlite.h.

Constructor & Destructor Documentation

NfsMapsSqlite::BusyHandlerInfo::BusyHandlerInfo ( )
inline

Definition at line 44 of file nfs_maps_sqlite.h.

Here is the call graph for this function:

Member Data Documentation

unsigned NfsMapsSqlite::BusyHandlerInfo::accumulated_ms

Definition at line 50 of file nfs_maps_sqlite.h.

Referenced by NfsMapsSqlite::BusyHandler().

const unsigned NfsMapsSqlite::BusyHandlerInfo::kMaxBackoffMs = 100
static

Definition at line 49 of file nfs_maps_sqlite.h.

Referenced by NfsMapsSqlite::BusyHandler().

const unsigned NfsMapsSqlite::BusyHandlerInfo::kMaxWaitMs = 60000
static

Definition at line 48 of file nfs_maps_sqlite.h.

Referenced by NfsMapsSqlite::BusyHandler().

Prng NfsMapsSqlite::BusyHandlerInfo::prng

Definition at line 51 of file nfs_maps_sqlite.h.

Referenced by NfsMapsSqlite::BusyHandler(), and BusyHandlerInfo().


The documentation for this struct was generated from the following file: