#include <FunAction.h>
Public Types | |
typedef RefCount< Action > | Pointer |
Public Member Functions | |
void | respond (const Request &request) override |
respond to Coordinator request; default is to collect and sendResponse More... | |
bool | aggregatable () const override |
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 | 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 (Ipc::RequestId) |
notify Coordinator that this action is done with local processing More... | |
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, OBJH *aHandler) |
Protected Member Functions | |
FunAction (const CommandPointer &cmd, OBJH *aHandler) | |
void | dump (StoreEntry *entry) override |
virtual void | collect () |
calculate and keep local action-specific information More... | |
Private Attributes | |
OBJH * | handler |
legacy function that collects and dumps info More... | |
const CommandPointer | cmd |
the command that caused this action More... | |
Detailed Description
function-based cache manager Action; a wrapper for so called legacy actions that do everything using a single OBJH function
Definition at line 22 of file FunAction.h.
Member Typedef Documentation
◆ Pointer
|
inherited |
Constructor & Destructor Documentation
◆ FunAction()
|
protected |
Member Function Documentation
◆ add()
|
virtualinherited |
Reimplemented in Mgr::CountersAction, Mgr::InfoAction, Mgr::IntervalAction, Mgr::IoAction, Mgr::ServiceTimesAction, Mgr::StoreIoAction, DiskdAction, and SBufStatsAction.
◆ aggregatable()
|
inlineoverridevirtual |
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 from Mgr::Action.
Definition at line 33 of file FunAction.h.
◆ atomic()
◆ collect()
|
inlineprotectedvirtualinherited |
Reimplemented in DiskdAction, Mgr::CountersAction, Mgr::InfoAction, Mgr::IntervalAction, Mgr::IoAction, Mgr::ServiceTimesAction, Mgr::StoreIoAction, and SBufStatsAction.
◆ command()
|
inherited |
◆ contentType()
|
inlinevirtualinherited |
◆ Create()
|
static |
Definition at line 25 of file FunAction.cc.
References FunAction().
Referenced by Mgr::FunActionCreator::create().
◆ createStoreEntry()
|
inherited |
Content-Type: header value for this report
Definition at line 55 of file Action.cc.
References Mgr::ActionParams::httpFlags, Mgr::ActionParams::httpMethod, Mgr::ActionParams::httpUri, storeCreateEntry(), and String::termedBuf().
◆ dump()
|
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 48 of file FunAction.cc.
References debugs, handler(), KidIdentifier, Must, MYNAME, storeAppendPrintf(), and UsingSmp().
◆ fillEntry()
|
inherited |
Definition at line 99 of file Action.cc.
References StoreEntry::buffer(), StoreEntry::complete(), debugs, StoreEntry::flush(), MYNAME, CacheManager::PutCommonResponseHeaders(), StoreEntry::replaceHttpReply(), Http::scOkay, HttpReply::setHeaders(), and squid_curtime.
◆ name()
◆ pack()
|
inlinevirtualinherited |
Reimplemented in DiskdAction, Mgr::CountersAction, Mgr::InfoAction, Mgr::IntervalAction, Mgr::IoAction, Mgr::ServiceTimesAction, Mgr::StoreIoAction, and SBufStatsAction.
◆ respond()
|
overridevirtual |
Reimplemented from Mgr::Action.
Definition at line 38 of file FunAction.cc.
References Mgr::Request::conn, debugs, Ipc::fdnHttpSocket, Ipc::ImportFdIntoComm(), Comm::IsConnOpen(), Must, MYNAME, Ipc::Request::requestId, and AsyncJob::Start().
◆ run()
|
inherited |
◆ sendResponse()
|
inherited |
Definition at line 82 of file Action.cc.
References Ipc::Port::CoordinatorAddr(), Mgr::Response::pack(), and Ipc::SendMessage().
◆ unpack()
|
inlinevirtualinherited |
Reimplemented in DiskdAction, Mgr::CountersAction, Mgr::InfoAction, Mgr::IntervalAction, Mgr::IoAction, Mgr::ServiceTimesAction, Mgr::StoreIoAction, and SBufStatsAction.
Member Data Documentation
◆ cmd
|
privateinherited |
Definition at line 86 of file Action.h.
Referenced by Mgr::Action::Action(), Mgr::IndexAction::Create(), and SBufStatsAction::Create().
◆ handler
|
private |
Definition at line 40 of file FunAction.h.
Referenced by FunAction().
The documentation for this class was generated from the following files:
- src/mgr/FunAction.h
- src/mgr/FunAction.cc