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

The SWC-DB Ranger Communications Protocol C++ namespace 'SWC::Comm::Protocol::Rgr'. More...

Namespaces

 Handler
 
 Params
 
 Req
 

Classes

struct  Commands
 

Enumerations

enum  Command : uint8_t {
  NOT_IMPLEMENTED = 0x00,
  COLUMN_DELETE = 0x01,
  COLUMN_COMPACT = 0x02,
  SCHEMA_UPDATE = 0x03,
  RANGE_IS_LOADED = 0x04,
  RANGE_LOAD = 0x05,
  RANGE_UNLOAD = 0x06,
  RANGE_LOCATE = 0x07,
  RANGE_QUERY_UPDATE = 0x08,
  RANGE_QUERY_SELECT = 0x09,
  REPORT = 0x0A,
  COLUMNS_UNLOAD = 0x0B,
  ASSIGN_ID_NEEDED = 0x0C,
  MAX_CMD = 0x0D
}
 

Detailed Description

The SWC-DB Ranger Communications Protocol C++ namespace 'SWC::Comm::Protocol::Rgr'.

Enumeration Type Documentation

◆ Command

Enumerator
NOT_IMPLEMENTED 
COLUMN_DELETE 
COLUMN_COMPACT 
SCHEMA_UPDATE 
RANGE_IS_LOADED 
RANGE_LOAD 
RANGE_UNLOAD 
RANGE_LOCATE 
RANGE_QUERY_UPDATE 
RANGE_QUERY_SELECT 
REPORT 
COLUMNS_UNLOAD 
ASSIGN_ID_NEEDED 
MAX_CMD 

Definition at line 25 of file Commands.h.