Inheritance diagram for IpcIoRr:
Collaboration diagram for IpcIoRr:

Public Types

typedef void(RegisteredRunner::* Method) ()
 a pointer to one of the above notification methods More...
 

Public Member Functions

 IpcIoRr ()
 
 ~IpcIoRr () override
 
void claimMemoryNeeds () override
 
void useConfig () override
 
virtual void bootstrapConfig ()
 
virtual void finalizeConfig ()
 
virtual void startReconfigure ()
 
virtual void syncConfig ()
 
virtual void startShutdown ()
 
virtual void endingShutdown ()
 
virtual void finishShutdown ()
 Meant for cleanup of services needed by the already destroyed objects. More...
 

Protected Member Functions

void create () override
 called when the runner should create a new memory segment More...
 
virtual void open ()
 

Private Attributes

Ipc::FewToFewBiQueue::Ownerowner
 

Detailed Description

reports our needs for shared memory pages to Ipc::Mem::Pages and initializes shared memory segments used by IpcIoFile

Definition at line 1013 of file IpcIoFile.cc.

Member Typedef Documentation

◆ Method

typedef void(RegisteredRunner::* RegisteredRunner::Method) ()
inherited

Definition at line 94 of file RunnersRegistry.h.

Constructor & Destructor Documentation

◆ IpcIoRr()

IpcIoRr::IpcIoRr ( )
inline

Definition at line 1017 of file IpcIoFile.cc.

◆ ~IpcIoRr()

IpcIoRr::~IpcIoRr ( )
override

Definition at line 1057 of file IpcIoFile.cc.

References owner.

Member Function Documentation

◆ bootstrapConfig()

virtual void RegisteredRunner::bootstrapConfig ( )
inlinevirtualinherited

Called right before parsing squid.conf. Meant for initializing/preparing configuration parsing facilities.

Reimplemented in NtlmAuthRr.

Definition at line 46 of file RunnersRegistry.h.

Referenced by SquidMain().

◆ claimMemoryNeeds()

void IpcIoRr::claimMemoryNeeds ( )
overridevirtual

Called after finalizeConfig(). Meant for announcing memory reservations before memory is allocated.

Reimplemented from RegisteredRunner.

Definition at line 1032 of file IpcIoFile.cc.

References Config, Ipc::Mem::PageId::ioPage, Ipc::FewToFewBiQueue::MaxItemsCount(), Ipc::Mem::NotePageNeed(), and QueueCapacity.

◆ create()

void IpcIoRr::create ( )
overrideprotectedvirtual

◆ endingShutdown()

virtual void RegisteredRunner::endingShutdown ( )
inlinevirtualinherited

Called after shutdown_lifetime grace period ends and before stopping the main loop. At least one main loop iteration is guaranteed after this call. Meant for cleanup and state saving that may require other modules.

Reimplemented in Auth::CredentialCacheRr, ConnStateData, Dns::ConfigRr, and IdleConnList.

Definition at line 84 of file RunnersRegistry.h.

Referenced by SignalEngine::FinalShutdownRunners().

◆ finalizeConfig()

virtual void RegisteredRunner::finalizeConfig ( )
inlinevirtualinherited

Called after parsing squid.conf. Meant for setting configuration options that depend on other configuration options and were not explicitly configured.

Reimplemented in sslBumpCfgRr, and MemStoreRr.

Definition at line 51 of file RunnersRegistry.h.

Referenced by SquidMain().

◆ finishShutdown()

virtual void RegisteredRunner::finishShutdown ( )
inlinevirtualinherited

Definition at line 91 of file RunnersRegistry.h.

Referenced by RunRegistered(), SquidShutdown(), TestRock::tearDown(), and watch_child().

◆ open()

virtual void Ipc::Mem::RegisteredRunner::open ( )
inlineprotectedvirtualinherited

called when the runner should open a previously created segment, not needed if segments are opened in constructor or init methods

Reimplemented in CollapsedForwardingRr, and SharedMemPagesRr.

Definition at line 95 of file Segment.h.

◆ startReconfigure()

virtual void RegisteredRunner::startReconfigure ( )
inlinevirtualinherited

Called after receiving a reconfigure request and before parsing squid.conf. Meant for modules that need to prepare for their configuration being changed [outside their control]. The changes end with the syncConfig() event.

Reimplemented in Dns::ConfigRr.

Definition at line 67 of file RunnersRegistry.h.

Referenced by mainReconfigureStart().

◆ startShutdown()

virtual void RegisteredRunner::startShutdown ( )
inlinevirtualinherited

Called after receiving a shutdown request and before stopping the main loop. At least one main loop iteration is guaranteed after this call. Meant for cleanup and state saving that may require other modules.

Reimplemented in ConnStateData, and Rock::Rebuild.

Definition at line 78 of file RunnersRegistry.h.

Referenced by SignalEngine::doShutdown().

◆ syncConfig()

virtual void RegisteredRunner::syncConfig ( )
inlinevirtualinherited

Called after parsing squid.conf during reconfiguration. Meant for adjusting the module state based on configuration changes.

Reimplemented in Auth::CredentialCacheRr, and PeerPoolMgrsRr.

Definition at line 71 of file RunnersRegistry.h.

Referenced by mainReconfigureFinish().

◆ useConfig()

void RegisteredRunner::useConfig ( )
overridevirtualinherited

Called after claimMemoryNeeds(). Meant for activating modules and features using a finalized configuration with known memory requirements.

Reimplemented from RegisteredRunner.

Reimplemented in MemStoreRr, SharedSessionCacheRr, and TransientsRr.

Definition at line 377 of file Segment.cc.

References IamMasterProcess(), IamWorkerProcess(), and InDaemonMode().

Referenced by TestRock::setUp(), SharedMemPagesRr::useConfig(), MemStoreRr::useConfig(), SharedSessionCacheRr::useConfig(), and TransientsRr::useConfig().

Member Data Documentation

◆ owner

Ipc::FewToFewBiQueue::Owner* IpcIoRr::owner
private

Definition at line 1026 of file IpcIoFile.cc.

Referenced by ~IpcIoRr(), and create().


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

 

Introduction

Documentation

Support

Miscellaneous

Web Site Translations

Mirrors