implement aggregated 'store_io' action More...
#include <StoreIoAction.h>


Public Types | |
typedef RefCount< Action > | Pointer |
Public Member Functions | |
virtual void | add (const Action &action) |
incrementally merge in remote information (of the same action type) More... | |
virtual void | pack (Ipc::TypedMsgHdr &msg) const |
pack collected action info into a message to be sent to Coordinator More... | |
virtual void | unpack (const Ipc::TypedMsgHdr &msg) |
unpack action info from the message received by Coordinator More... | |
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 | respond (const Request &request) |
respond to Coordinator request; default is to collect and sendResponse More... | |
void | sendResponse (Ipc::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 | |
StoreIoAction (const CommandPointer &cmd) | |
virtual void | collect () |
calculate and keep local action-specific information More... | |
virtual void | dump (StoreEntry *entry) |
Private Attributes | |
StoreIoActionData | data |
const CommandPointer | cmd |
the command that caused this action More... | |
Detailed Description
Definition at line 34 of file StoreIoAction.h.
Member Typedef Documentation
◆ Pointer
|
inherited |
Constructor & Destructor Documentation
◆ StoreIoAction()
|
protected |
Definition at line 41 of file StoreIoAction.cc.
Member Function Documentation
◆ add()
|
virtual |
Reimplemented from Mgr::Action.
Definition at line 48 of file StoreIoAction.cc.
◆ 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.
◆ atomic()
◆ collect()
|
protectedvirtual |
Reimplemented from Mgr::Action.
Definition at line 55 of file StoreIoAction.cc.
References StoreIoStats::calls, StoreIoStats::create, StoreIoStats::create_fail, StoreIoStats::select_fail, store_io_stats, and StoreIoStats::success.
◆ command()
|
inherited |
◆ contentType()
|
inlinevirtualinherited |
◆ Create()
|
static |
Definition at line 36 of file StoreIoAction.cc.
Referenced by storeRegisterWithCacheManager().
◆ createStoreEntry()
|
inherited |
Content-Type: header value for this report
Definition at line 54 of file Action.cc.
References Mgr::ActionParams::httpFlags, Mgr::ActionParams::httpMethod, Mgr::ActionParams::httpUri, storeCreateEntry(), and String::termedBuf().
◆ dump()
|
protectedvirtual |
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 64 of file StoreIoAction.cc.
References debugs, Must, MYNAME, NULL, and storeAppendPrintf().
◆ fillEntry()
|
inherited |
Definition at line 98 of file Action.cc.
References StoreEntry::buffer(), StoreEntry::complete(), debugs, StoreEntry::flush(), Http::Message::header, Mgr::ActionParams::httpOrigin, MYNAME, NULL, HttpHeader::putExt(), StoreEntry::replaceHttpReply(), Http::scOkay, HttpReply::setHeaders(), String::size(), squid_curtime, and String::termedBuf().
◆ name()
◆ pack()
|
virtual |
Reimplemented from Mgr::Action.
Definition at line 76 of file StoreIoAction.cc.
References Ipc::mtCacheMgrResponse, Ipc::TypedMsgHdr::putPod(), and Ipc::TypedMsgHdr::setType().
◆ respond()
|
virtualinherited |
Reimplemented in Mgr::InfoAction, and Mgr::FunAction.
Definition at line 67 of file Action.cc.
References debugs, _request::fd, MYNAME, and request().
◆ run()
|
inherited |
◆ sendResponse()
|
inherited |
Definition at line 81 of file Action.cc.
References Ipc::Port::CoordinatorAddr(), Mgr::Response::pack(), and Ipc::SendMessage().
◆ unpack()
|
virtual |
Reimplemented from Mgr::Action.
Definition at line 83 of file StoreIoAction.cc.
References Ipc::TypedMsgHdr::checkType(), Ipc::TypedMsgHdr::getPod(), and Ipc::mtCacheMgrResponse.
Member Data Documentation
◆ cmd
|
privateinherited |
Definition at line 86 of file Action.h.
Referenced by Mgr::Action::Action(), Mgr::IndexAction::Create(), and SBufStatsAction::Create().
◆ data
|
private |
Definition at line 52 of file StoreIoAction.h.
The documentation for this class was generated from the following files:
- src/mgr/StoreIoAction.h
- src/mgr/StoreIoAction.cc