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::Bkr Namespace Reference

The SWC-DB Broker Communications Protocol C++ namespace 'SWC::Comm::Protocol::Bkr'. More...

Namespaces

 Handler
 
 Params
 
 Req
 

Classes

struct  Commands
 

Enumerations

enum  Command : uint8_t {
  NOT_IMPLEMENTED = 0x00,
  COLUMN_GET = 0x01,
  COLUMN_LIST = 0x02,
  COLUMN_COMPACT = 0x03,
  COLUMN_MNG = 0x04,
  CELLS_UPDATE = 0x05,
  CELLS_SELECT = 0x06,
  MAX_CMD = 0x07
}
 

Detailed Description

The SWC-DB Broker Communications Protocol C++ namespace 'SWC::Comm::Protocol::Bkr'.

Enumeration Type Documentation

◆ Command

Enumerator
NOT_IMPLEMENTED 
COLUMN_GET 
COLUMN_LIST 
COLUMN_COMPACT 
COLUMN_MNG 
CELLS_UPDATE 
CELLS_SELECT 
MAX_CMD 

Definition at line 97 of file Commands.h.