|
Squid Web Cache master
|
implement aggregated 'info' action More...
#include <InfoAction.h>
Public Types | |
| typedef RefCount< Action > | Pointer |
Public Member Functions | |
| void | add (const Action &action) override |
| incrementally merge in remote information (of the same action type) | |
| void | respond (const Request &request) override |
| respond to Coordinator request; default is to collect and sendResponse | |
| void | pack (Ipc::TypedMsgHdr &msg) const override |
| pack collected action info into a message to be sent to Coordinator | |
| void | unpack (const Ipc::TypedMsgHdr &msg) override |
| unpack action info from the message received by Coordinator | |
| void | run (StoreEntry *entry, bool writeHttpHeader) |
| collect + fillEntry: collect local information and fill the store entry | |
| void | fillEntry (StoreEntry *entry, bool writeHttpHeader) |
| prepare store entry, dump info, close store entry (if possible) | |
| void | sendResponse (Ipc::RequestId) |
| notify Coordinator that this action is done with local processing | |
| virtual bool | aggregatable () const |
| virtual Format | format () const |
| action report syntax | |
| bool | atomic () const |
| dump() call writes everything before returning | |
| const char * | name () const |
| label as seen in the cache manager menu | |
| const Command & | command () const |
| the cause of this action | |
| StoreEntry * | createStoreEntry () const |
| creates store entry from params | |
| const char * | contentType () const |
| HTTP Content-Type header value for this Action report. | |
Static Public Member Functions | |
| static Pointer | Create (const CommandPointer &cmd) |
Protected Member Functions | |
| InfoAction (const CommandPointer &cmd) | |
| void | collect () override |
| calculate and keep local action-specific information | |
| void | dump (StoreEntry *entry) override |
Private Attributes | |
| InfoActionData | data |
| const CommandPointer | cmd |
| the command that caused this action | |
Definition at line 94 of file InfoAction.h.
|
inherited |
|
protected |
Definition at line 110 of file InfoAction.cc.
|
overridevirtual |
Reimplemented from Mgr::Action.
Definition at line 117 of file InfoAction.cc.
|
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 Mgr::FunAction, and Ssl::CertificateStorageAction.
|
overrideprotectedvirtual |
|
inherited |
|
inherited |
Definition at line 62 of file Action.cc.
References assert, Mgr::informal, and Mgr::yaml.
|
static |
Definition at line 105 of file InfoAction.cc.
Referenced by statRegisterWithCacheManager().
|
inherited |
Definition at line 75 of file Action.cc.
References Mgr::ActionParams::httpFlags, Mgr::ActionParams::httpMethod, Mgr::ActionParams::httpUri, storeCreateEntry(), and String::termedBuf().
|
overrideprotectedvirtual |
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 140 of file InfoAction.cc.
References Mgr::CloseKidSection(), debugs, DumpInfo(), DumpMallocStatistics(), IamPrimaryProcess(), Mgr::informal, Must, MYNAME, and Mgr::OpenKidSection().
|
inherited |
Definition at line 119 of file Action.cc.
References StoreEntry::buffer(), StoreEntry::complete(), debugs, StoreEntry::flush(), MYNAME, CacheManager::PutCommonResponseHeaders(), StoreEntry::replaceHttpReply(), Http::scOkay, HttpReply::setHeaders(), and squid_curtime.
|
virtualinherited |
|
overridevirtual |
Reimplemented from Mgr::Action.
Definition at line 156 of file InfoAction.cc.
References Ipc::mtCacheMgrResponse, Ipc::TypedMsgHdr::putPod(), and Ipc::TypedMsgHdr::setType().
|
overridevirtual |
Reimplemented from Mgr::Action.
Definition at line 124 of file InfoAction.cc.
References Mgr::Request::conn, debugs, Ipc::fdnHttpSocket, Ipc::ImportFdIntoComm(), Comm::IsConnOpen(), Must, MYNAME, Ipc::Request::requestId, and AsyncJob::Start().
|
inherited |
|
inherited |
Definition at line 102 of file Action.cc.
References Ipc::Port::CoordinatorAddr(), Mgr::Response::pack(), and Ipc::SendMessage().
|
overridevirtual |
Reimplemented from Mgr::Action.
Definition at line 163 of file InfoAction.cc.
References Ipc::TypedMsgHdr::checkType(), Ipc::TypedMsgHdr::getPod(), and Ipc::mtCacheMgrResponse.
|
privateinherited |
Definition at line 90 of file Action.h.
Referenced by Mgr::Action::Action(), Mgr::IndexAction::Create(), and SBufStatsAction::Create().
|
private |
Definition at line 113 of file InfoAction.h.