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_broker_queries_update_MetricsReporting_h
8 #define swcdb_broker_queries_update_MetricsReporting_h
9 
10 
12 
13 
14 namespace SWC { namespace Broker {
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 
28  Reporting(const Comm::IoContextPtr& a_io,
30 
31  Reporting(const Reporting&) = delete;
32  Reporting(Reporting&&) = delete;
33  Reporting& operator=(const Reporting&) = delete;
35 
36  void configure_bkr(const char*, const Comm::EndPoints& endpoints);
37 
38  virtual ~Reporting() noexcept { }
39 
41 
42 };
43 
44 
45 
46 }}} // namespace SWC::Broker::Metric
47 
48 
49 #endif // swcdb_broker_queries_update_MetricsReporting_h
SWC::Broker::Metric::Reporting::operator=
Reporting & operator=(const Reporting &)=delete
SWC::Comm::IoContextPtr
std::shared_ptr< IoContext > IoContextPtr
Definition: IoContext.h:16
SWC::Broker::Metric::Reporting::operator=
Reporting & operator=(Reporting &&)=delete
SWC::Broker::Metric::Reporting::Reporting
Reporting(const Reporting &)=delete
SWC::Broker::Metric::Reporting::~Reporting
virtual ~Reporting() noexcept
Definition: MetricsReporting.h:38
SWC
The SWC-DB C++ namespace 'SWC'.
Definition: main.cc:12
SWC::Broker::Metric::Reporting
Definition: MetricsReporting.h:23
MetricsReporting.h
SWC::Broker::Metric::Reporting::Ptr
std::shared_ptr< Reporting > Ptr
Definition: MetricsReporting.h:26
SWC::Core::Vector< EndPoint >
SWC::Broker::Metric::Reporting::net
Item_Net< Comm::Protocol::Bkr::Commands > * net
Definition: MetricsReporting.h:40
SWC::Common::Query::Update::Metric::Reporting
Definition: MetricsReporting.h:851
SWC::Broker::Metric::Reporting::Reporting
Reporting(Reporting &&)=delete
SWC::Common::Query::Update::Metric::Item_Net
Definition: MetricsReporting.h:72
SWC::Config::Property::Value_int32_g
Definition: Property.h:586