SWC-DB  v0.5.12 C++ documentations
SWC-DB© (Super Wide Column Database) - High Performance Scalable Database (https://github.com/kashirin-alex/swc-db)
MetricsReporting.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 
7 #ifndef swcdb_manager_queries_update_MetricsReporting_h
8 #define swcdb_manager_queries_update_MetricsReporting_h
9 
10 
12 
13 
14 namespace SWC { namespace Manager {
15 
17 namespace Metric {
18 
19 
20 using namespace Common::Query::Update::Metric;
21 
22 
24  public:
25 
26  typedef std::shared_ptr<Reporting> Ptr;
27 
29 
30  Reporting(const Reporting&) = delete;
31  Reporting(Reporting&&) = delete;
32  Reporting& operator=(const Reporting&) = delete;
34 
35  void configure_mngr(const char*, const Comm::EndPoints& endpoints);
36 
37  virtual ~Reporting() noexcept { }
38 
40 
41 };
42 
43 
44 
45 }}} // namespace SWC::Manager::Metric
46 
47 
48 #endif // swcdb_manager_queries_update_MetricsReporting_h
SWC::Manager::Metric::Reporting::operator=
Reporting & operator=(Reporting &&)=delete
SWC::Manager::Metric::Reporting::Ptr
std::shared_ptr< Reporting > Ptr
Definition: MetricsReporting.h:26
SWC::Comm::IoContextPtr
std::shared_ptr< IoContext > IoContextPtr
Definition: IoContext.h:16
SWC::Manager::Metric::Reporting::~Reporting
virtual ~Reporting() noexcept
Definition: MetricsReporting.h:37
SWC::Manager::Metric::Reporting::Reporting
Reporting(Reporting &&)=delete
SWC
The SWC-DB C++ namespace 'SWC'.
Definition: main.cc:12
MetricsReporting.h
SWC::Core::Vector< EndPoint >
SWC::Manager::Metric::Reporting::Reporting
Reporting(const Reporting &)=delete
SWC::Manager::Metric::Reporting::operator=
Reporting & operator=(const Reporting &)=delete
SWC::Common::Query::Update::Metric::Reporting
Definition: MetricsReporting.h:851
SWC::Manager::Metric::Reporting::Reporting
Reporting(const Comm::IoContextPtr &a_io)
SWC::Common::Query::Update::Metric::Item_Net
Definition: MetricsReporting.h:72
SWC::Manager::Metric::Reporting::net
Item_Net< Comm::Protocol::Mngr::Commands > * net
Definition: MetricsReporting.h:39