stub_libmgr.cc
Go to the documentation of this file.
50Mgr::Action::Pointer Mgr::MenuAction::Create(const Mgr::CommandPointer &) STUB_RETVAL(dummyAction)
55Mgr::Action::Pointer Mgr::ShutdownAction::Create(const Mgr::CommandPointer &) STUB_RETVAL(dummyAction)
60Mgr::Action::Pointer Mgr::ReconfigureAction::Create(const Mgr::CommandPointer &) STUB_RETVAL(dummyAction)
65Mgr::Action::Pointer Mgr::RotateAction::Create(const Mgr::CommandPointer &) STUB_RETVAL(dummyAction)
70Mgr::Action::Pointer Mgr::OfflineToggleAction::Create(const CommandPointer &) STUB_RETVAL(dummyAction)
79Mgr::CountersActionData& Mgr::CountersActionData::operator +=(const Mgr::CountersActionData&) STUB_RETVAL(*this)
106Mgr::Action::Pointer Mgr::FunAction::Create(const CommandPointer &, OBJH *) STUB_RETVAL(dummyAction)
114Mgr::InfoActionData& Mgr::InfoActionData::operator += (const Mgr::InfoActionData &) STUB_RETVAL(*this)
137Mgr::IntervalActionData& Mgr::IntervalActionData::operator +=(const Mgr::IntervalActionData &) STUB_RETVAL(*this)
139//Mgr::Action::Pointer Mgr::IntervalAction::Create5min(const CommandPointer &cmd) STUB_RETVAL(new Mgr::IntervalAction(*cmd))
140//Mgr::Action::Pointer Mgr::IntervalAction::Create60min(const CommandPointer &cmd) STUB_RETVAL(new Mgr::IntervalAction(*cmd))
175Mgr::QueryParam::Pointer Mgr::QueryParams::get(const String&) const STUB_RETVAL(Mgr::QueryParam::Pointer(nullptr))
180//Params::const_iterator Mgr::QueryParams::find(const String&) const STUB_RETVAL(new Mgr::Params::const_iterator(*this))
181Mgr::QueryParam::Pointer Mgr::QueryParams::CreateParam(QueryParam::Type) STUB_RETVAL(Mgr::QueryParam::Pointer(nullptr))
205Mgr::ServiceTimesActionData& Mgr::ServiceTimesActionData::operator +=(const Mgr::ServiceTimesActionData&) STUB_RETVAL(*this)
207Mgr::Action::Pointer Mgr::ServiceTimesAction::Create(const Mgr::CommandPointer &) STUB_RETVAL(Mgr::Action::Pointer(nullptr))
218Mgr::StoreIoActionData & Mgr::StoreIoActionData::operator +=(const StoreIoActionData&) STUB_RETVAL(*this)
220Mgr::Action::Pointer Mgr::StoreIoAction::Create(const CommandPointer &) STUB_RETVAL(Mgr::Action::Pointer(nullptr))
Definition: CommCalls.h:128
Definition: CommCalls.h:114
struct msghdr with a known type, fixed-size I/O and control buffers
Definition: TypedMsgHdr.h:35
CountersActionData & operator+=(const CountersActionData &stats)
Definition: CountersAction.cc:28
void respond(const Request &request) override
respond to Coordinator request; default is to collect and sendResponse
Definition: FunAction.cc:38
static Pointer Create(const CommandPointer &cmd, OBJH *aHandler)
Definition: FunAction.cc:25
Definition: InfoAction.h:23
InfoActionData & operator+=(const InfoActionData &stats)
Definition: InfoAction.cc:32
void unpackValue(const Ipc::TypedMsgHdr &msg) override
load parameter value from msg
Definition: IntParam.cc:38
Definition: IntervalAction.h:22
IntervalActionData & operator+=(const IntervalActionData &stats)
Definition: IntervalAction.cc:29
IoActionData & operator+=(const IoActionData &stats)
Definition: IoAction.cc:30
static Pointer Create(const CommandPointer &cmd)
Definition: BasicActions.cc:40
static Pointer Create(const CommandPointer &cmd)
Definition: BasicActions.cc:128
QueryParam::Pointer get(const String &name) const
returns query parameter by name
Definition: QueryParams.cc:23
static Pointer Create(const CommandPointer &cmd)
Definition: BasicActions.cc:85
static Pointer Create(const CommandPointer &cmd)
Definition: BasicActions.cc:105
ServiceTimesActionData & operator+=(const ServiceTimesActionData &stats)
Definition: ServiceTimesAction.cc:28
static Pointer Create(const CommandPointer &cmd)
Definition: BasicActions.cc:67
StoreIoActionData & operator+=(const StoreIoActionData &stats)
Definition: StoreIoAction.cc:25
~StoreToCommWriter() override
Definition: StoreToCommWriter.cc:33
void pack(Ipc::TypedMsgHdr &msg) const override
store parameter into msg
Definition: StringParam.cc:26
void unpackValue(const Ipc::TypedMsgHdr &msg) override
load parameter value from msg
Definition: StringParam.cc:33
Definition: Store.h:42
Definition: StoreIOBuffer.h:16
Definition: SquidString.h:26
Definition: cf_gen.cc:109
Definition: IpcIoFile.h:24
void RegisterBasics()
Registers profiles for the actions above; TODO: move elsewhere?
Definition: BasicActions.cc:150
std::ostream & operator<<(std::ostream &os, const ActionProfile &profile)
Definition: ActionProfile.h:42
static Parsed Parse(const SBuf &buf)
extracts PROXY protocol v1 header from the given buffer
Definition: Parser.cc:113
STL namespace.