SWC-DB  v0.5.12 C++ documentations
SWC-DB© (Super Wide Column Database) - High Performance Scalable Database (https://github.com/kashirin-alex/swc-db)
SWC::Comm::Protocol::Mngr Namespace Reference

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

Namespaces

 Handler
 
 Params
 
 Req
 

Classes

struct  Commands
 

Enumerations

enum  Command : uint8_t {
  NOT_IMPLEMENTED = 0x00,
  MNGR_STATE = 0x01,
  MNGR_ACTIVE = 0x02,
  COLUMN_MNG = 0x03,
  COLUMN_UPDATE = 0x04,
  COLUMN_GET = 0x05,
  COLUMN_LIST = 0x06,
  COLUMN_COMPACT = 0x07,
  RGR_MNG_ID = 0x08,
  RGR_UPDATE = 0x09,
  RGR_GET = 0x0A,
  RANGE_CREATE = 0x0B,
  RANGE_UNLOADED = 0x0C,
  RANGE_REMOVE = 0x0D,
  REPORT = 0x0E,
  DO_ECHO = 0x0F,
  MAX_CMD = 0x10
}
 

Detailed Description

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

Enumeration Type Documentation

◆ Command

Enumerator
NOT_IMPLEMENTED 
MNGR_STATE 
MNGR_ACTIVE 
COLUMN_MNG 
COLUMN_UPDATE 
COLUMN_GET 
COLUMN_LIST 
COLUMN_COMPACT 
RGR_MNG_ID 
RGR_UPDATE 
RGR_GET 
RANGE_CREATE 
RANGE_UNLOADED 
RANGE_REMOVE 
REPORT 
DO_ECHO 
MAX_CMD 

Definition at line 60 of file Commands.h.