28 #ifndef Hypertable_Lib_RangeServer_Protocol_h
29 #define Hypertable_Lib_RangeServer_Protocol_h
43 namespace RangeServer {
101 UPDATE_FLAG_NO_LOG_SYNC = 0x0001,
102 UPDATE_FLAG_NO_LOG = 0x0004
107 COMPACT_FLAG_ROOT = 0x0001,
108 COMPACT_FLAG_METADATA = 0x0002,
109 COMPACT_FLAG_SYSTEM = 0x0004,
110 COMPACT_FLAG_USER = 0x0008,
111 COMPACT_FLAG_ALL = 0x000F,
112 COMPACT_FLAG_MINOR = 0x0010,
113 COMPACT_FLAG_MAJOR = 0x0020,
114 COMPACT_FLAG_MERGING = 0x0040,
115 COMPACT_FLAG_GC = 0x0080
118 static string compact_flags_to_string(uint32_t flags);
125 #endif // Hypertable_Lib_RangeServer_Protocol_h
Declarations for SystemVariable.
Declarations for TableIdentifier and TableIdentifierManaged.
Declarations for QualifiedRangeSpec and QualifiedRangeSpecManaged.
Declarations for RangeState.
A memory buffer of static size.
Declarations for RangeSpec and RangeSpecManaged.
Master client protocol information.