shuts Squid down More...
#include <BasicActions.h>


Public Types | |
typedef RefCount< Action > | Pointer |
Public Member Functions | |
virtual void | dump (StoreEntry *entry) |
void | run (StoreEntry *entry, bool writeHttpHeader) |
collect + fillEntry: collect local information and fill the store entry More... | |
void | fillEntry (StoreEntry *entry, bool writeHttpHeader) |
prepare store entry, dump info, close store entry (if possible) More... | |
virtual void | add (const Action &action) |
incrementally merge in remote information (of the same action type) More... | |
virtual void | respond (const Request &request) |
respond to Coordinator request; default is to collect and sendResponse More... | |
virtual void | pack (Ipc::TypedMsgHdr &) const |
pack collected action info into a message to be sent to Coordinator More... | |
virtual void | unpack (const Ipc::TypedMsgHdr &) |
unpack action info from the message received by Coordinator More... | |
void | sendResponse (unsigned int requestId) |
notify Coordinator that this action is done with local processing More... | |
virtual bool | aggregatable () const |
bool | atomic () const |
dump() call writes everything before returning More... | |
const char * | name () const |
label as seen in the cache manager menu More... | |
const Command & | command () const |
the cause of this action More... | |
StoreEntry * | createStoreEntry () const |
creates store entry from params More... | |
virtual const char * | contentType () const |
Static Public Member Functions | |
static Pointer | Create (const CommandPointer &cmd) |
Protected Member Functions | |
ShutdownAction (const CommandPointer &cmd) | |
virtual void | collect () |
calculate and keep local action-specific information More... | |
Detailed Description
Definition at line 49 of file BasicActions.h.
Member Typedef Documentation
◆ Pointer
|
inherited |
Constructor & Destructor Documentation
◆ ShutdownAction()
|
protected |
Definition at line 72 of file BasicActions.cc.
Member Function Documentation
◆ add()
|
virtualinherited |
Reimplemented in Mgr::IntervalAction, Mgr::InfoAction, Mgr::CountersAction, DiskdAction, Mgr::ServiceTimesAction, Mgr::IoAction, Mgr::StoreIoAction, and SBufStatsAction.
◆ aggregatable()
|
inlinevirtualinherited |
whether at least some local kid info can be combined and, hence, the combined data should be written at the end of the coordinated response
Reimplemented in Ssl::CertificateStorageAction, and Mgr::FunAction.
Definition at line 64 of file Action.h.
References Mgr::Action::atomic(), Mgr::Action::command(), Mgr::Action::createStoreEntry(), and Mgr::Action::name().
◆ atomic()
|
inherited |
Definition at line 43 of file Action.cc.
References Mgr::Action::command(), and Mgr::Command::profile.
Referenced by Mgr::Action::aggregatable(), Mgr::FunAction::dump(), and Mgr::Action::fillEntry().
◆ collect()
|
inlineprotectedvirtualinherited |
Reimplemented in Mgr::IntervalAction, Mgr::InfoAction, Mgr::CountersAction, DiskdAction, Mgr::ServiceTimesAction, Mgr::IoAction, Mgr::StoreIoAction, and SBufStatsAction.
Definition at line 77 of file Action.h.
Referenced by Mgr::Action::respond(), and Mgr::Action::run().
◆ command()
|
inherited |
Definition at line 36 of file Action.cc.
References Mgr::Action::cmd, Must, and NULL.
Referenced by Mgr::Action::aggregatable(), Mgr::Action::atomic(), Mgr::Action::createStoreEntry(), Mgr::Action::fillEntry(), and Mgr::Action::name().
◆ contentType()
|
inlinevirtualinherited |
Definition at line 73 of file Action.h.
Referenced by Mgr::Action::fillEntry().
◆ Create()
|
static |
Definition at line 67 of file BasicActions.cc.
Referenced by Mgr::RegisterBasics().
◆ createStoreEntry()
|
inherited |
Content-Type: header value for this report
Definition at line 55 of file Action.cc.
References Mgr::Action::command(), Mgr::ActionParams::httpFlags, Mgr::ActionParams::httpMethod, Mgr::ActionParams::httpUri, Mgr::Command::params, storeCreateEntry(), and String::termedBuf().
Referenced by Mgr::Action::aggregatable().
◆ dump()
|
virtual |
start writing action-specific info to Store entry; may collect info during dump, especially if collect() did nothing non-atomic() actions may continue writing asynchronously after returning
Reimplemented from Mgr::Action.
Definition at line 78 of file BasicActions.cc.
References DBG_CRITICAL, debugs, and shut_down().
◆ fillEntry()
|
inherited |
Definition at line 99 of file Action.cc.
References Mgr::Action::atomic(), StoreEntry::buffer(), Mgr::Action::command(), StoreEntry::complete(), Mgr::Action::contentType(), debugs, Mgr::Action::dump(), StoreEntry::flush(), Http::Message::header, HERE(), Mgr::ActionParams::httpOrigin, NULL, Mgr::Command::params, HttpHeader::putExt(), StoreEntry::replaceHttpReply(), Http::scOkay, HttpReply::setHeaders(), String::size(), squid_curtime, and String::termedBuf().
Referenced by Mgr::Action::run().
◆ name()
|
inherited |
Definition at line 49 of file Action.cc.
References Mgr::Action::command(), and Mgr::Command::profile.
Referenced by Mgr::Action::aggregatable().
◆ pack()
|
inlinevirtualinherited |
Reimplemented in Mgr::IntervalAction, Mgr::InfoAction, Mgr::CountersAction, DiskdAction, Mgr::ServiceTimesAction, Mgr::IoAction, Mgr::StoreIoAction, and SBufStatsAction.
◆ respond()
|
virtualinherited |
Reimplemented in Mgr::InfoAction, and Mgr::FunAction.
Definition at line 68 of file Action.cc.
References Mgr::Action::collect(), Mgr::Request::conn, debugs, Comm::Connection::fd, HERE(), Ipc::Request::requestId, and Mgr::Action::sendResponse().
◆ run()
|
inherited |
Definition at line 91 of file Action.cc.
References Mgr::Action::collect(), debugs, Mgr::Action::fillEntry(), and HERE().
◆ sendResponse()
|
inherited |
Definition at line 82 of file Action.cc.
References Ipc::Port::CoordinatorAddr(), Mgr::Response::pack(), and Ipc::SendMessage().
Referenced by Mgr::Action::respond(), and Mgr::Action::unpack().
◆ unpack()
|
inlinevirtualinherited |
Reimplemented in Mgr::IntervalAction, Mgr::InfoAction, Mgr::CountersAction, DiskdAction, Mgr::ServiceTimesAction, Mgr::IoAction, Mgr::StoreIoAction, and SBufStatsAction.
Definition at line 55 of file Action.h.
References Mgr::Action::sendResponse().
The documentation for this class was generated from the following files:
- src/mgr/BasicActions.h
- src/mgr/BasicActions.cc