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::DB::Types::MngrRange Namespace Reference

Enumerations

enum  State : uint8_t {
  NOTSET = 0,
  DELETED = 1,
  ASSIGNED = 2,
  CREATED = 3,
  QUEUED = 4,
  MERGE = 5
}
 

Enumeration Type Documentation

◆ State

Enumerator
NOTSET 
DELETED 
ASSIGNED 
CREATED 
QUEUED 
MERGE 

Definition at line 16 of file MngrRangeState.h.