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::CompatibleCentralController Class Reference

#include "compatible_central_controller.h"

Inheritance diagram for net_instaweb::CompatibleCentralController:
net_instaweb::InProcessCentralController net_instaweb::CentralController

Public Member Functions

 CompatibleCentralController (int max_expensive_operations, Statistics *stats, ThreadSystem *thread_system, NamedLockManager *lock_manager)
 
- Public Member Functions inherited from net_instaweb::InProcessCentralController
 InProcessCentralController (ExpensiveOperationController *expensive_operation_controller, ScheduleRewriteController *schedule_rewrite_controller)
 Takes ownership of both controllers.
 
void ScheduleExpensiveOperation (ExpensiveOperationCallback *callback) override
 
void ScheduleRewrite (ScheduleRewriteCallback *callback) override
 
void ShutDown () override
 

Additional Inherited Members

- Static Public Member Functions inherited from net_instaweb::InProcessCentralController
static void InitStats (Statistics *stats)
 

Detailed Description

Implements CentralController, delegating to implementations that match pre-CentralController code. This is just a convenience wrapper around InProcessCentralController with appropriate delegates.


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