SWC-DB  v0.5.12 C++ documentations
SWC-DB© (Super Wide Column Database) - High Performance Scalable Database (https://github.com/kashirin-alex/swc-db)
ReportRes.h
Go to the documentation of this file.
1 /*
2  * SWC-DB© Copyright since 2019 Alex Kashirin <kashirin.alex@gmail.com>
3  * License details at <https://github.com/kashirin-alex/swc-db/#license>
4  */
5 
6 #ifndef swcdb_manager_Protocol_rgr_req_ReportRes_h
7 #define swcdb_manager_Protocol_rgr_req_ReportRes_h
8 
10 
11 namespace SWC { namespace Comm { namespace Protocol {
12 namespace Rgr { namespace Req {
13 
14 class ReportRes : public client::ConnQueue::ReqBase {
15  public:
16  typedef std::shared_ptr<ReportRes> Ptr;
17 
19 
20  virtual ~ReportRes() noexcept { }
21 
22  void handle_no_conn() override;
23 
24  void handle(ConnHandlerPtr conn, const Event::Ptr& ev) override;
25 
26  private:
27 
29 
30 };
31 
32 }}}}}
33 
34 #endif // swcdb_manager_Protocol_rgr_req_ReportRes_h
SWC::Comm::Protocol::Rgr::Req::ReportRes::rgr
Manager::Ranger::Ptr rgr
Definition: ReportRes.h:28
SWC::Comm::client::ConnQueue::ReqBase
ConnQueueReqBase ReqBase
Definition: ClientConnQueue.h:62
Report.h
SWC
The SWC-DB C++ namespace 'SWC'.
Definition: main.cc:12
SWC::Comm::Protocol::Rgr::Req::ReportRes::Ptr
std::shared_ptr< ReportRes > Ptr
Definition: ReportRes.h:16
SWC::Comm::Protocol::Rgr::Req::ReportRes::handle_no_conn
void handle_no_conn() override
SWC::Comm::Protocol::Rgr::Req::ReportRes::~ReportRes
virtual ~ReportRes() noexcept
Definition: ReportRes.h:20
SWC::Manager::Ranger::Ptr
std::shared_ptr< Ranger > Ptr
Definition: Ranger.h:21
SWC::Comm::Protocol::Rgr::Req::ReportRes::handle
void handle(ConnHandlerPtr conn, const Event::Ptr &ev) override
SWC::Comm::ConnHandlerPtr
std::shared_ptr< ConnHandler > ConnHandlerPtr
Definition: AppContext.h:17
SWC::Comm::Event::Ptr
std::shared_ptr< Event > Ptr
Definition: Event.h:33
SWC::Comm::Protocol::Rgr::Req::ReportRes::ReportRes
ReportRes(const SWC::client::Clients::Ptr &clients, const EndPoints &endpoints, Cb_t &&cb, const uint32_t timeout)
Definition: Report.cc:48