SWC-DB  v0.5.12 C++ documentations
SWC-DB© (Super Wide Column Database) - High Performance Scalable Database (https://github.com/kashirin-alex/swc-db)
Report.h File Reference
+ Include dependency graph for Report.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  SWC::Comm::Protocol::Mngr::Params::Report::ReqColumnStatus
 
class  SWC::Comm::Protocol::Mngr::Params::Report::RspColumnStatus
 
struct  SWC::Comm::Protocol::Mngr::Params::Report::RspColumnStatus::RangeStatus
 
class  SWC::Comm::Protocol::Mngr::Params::Report::RspRangersStatus
 
struct  SWC::Comm::Protocol::Mngr::Params::Report::RspRangersStatus::Ranger
 
class  SWC::Comm::Protocol::Mngr::Params::Report::RspManagersStatus
 
struct  SWC::Comm::Protocol::Mngr::Params::Report::RspManagersStatus::Manager
 

Namespaces

 SWC
 The SWC-DB C++ namespace 'SWC'.
 
 SWC::Comm
 The SWC-DB Communications C++ namespace 'SWC::Comm'.
 
 SWC::Comm::Protocol
 
 SWC::Comm::Protocol::Mngr
 The SWC-DB Manager Communications Protocol C++ namespace 'SWC::Comm::Protocol::Mngr'.
 
 SWC::Comm::Protocol::Mngr::Params
 
 SWC::Comm::Protocol::Mngr::Params::Report
 

Enumerations

enum  SWC::Comm::Protocol::Mngr::Params::Report::Function : uint8_t {
  SWC::Comm::Protocol::Mngr::Params::Report::CLUSTER_STATUS = 0x00,
  SWC::Comm::Protocol::Mngr::Params::Report::COLUMN_STATUS = 0x01,
  SWC::Comm::Protocol::Mngr::Params::Report::RANGERS_STATUS = 0x02,
  SWC::Comm::Protocol::Mngr::Params::Report::MANAGERS_STATUS = 0x03
}