Page Speed Optimization Libraries
1.13.35.1
|
#include "compatible_central_controller.h"
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) |
Implements CentralController, delegating to implementations that match pre-CentralController code. This is just a convenience wrapper around InProcessCentralController with appropriate delegates.