Page Speed Optimization Libraries  1.13.35.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
net_instaweb::NamedLockManager Class Referenceabstract

#include "named_lock_manager.h"

Inheritance diagram for net_instaweb::NamedLockManager:
net_instaweb::FileSystemLockManager net_instaweb::MemLockManager net_instaweb::SharedMemLockManager net_instaweb::ThreadSafeLockManager

Public Member Functions

virtual NamedLockCreateNamedLock (const StringPiece &name)=0
 

Detailed Description

A named_lock_manager provides global locks named by strings (with the same naming limitations in general as file names). They provide a fairly rich api, with blocking and try versions and various timeout / steal behaviors.


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