mirror of
https://github.com/apple/foundationdb.git
synced 2025-06-01 18:56:00 +08:00
Add comments for VERSIONSTAMP_96_CODE
This commit is contained in:
parent
7048ad21a8
commit
07c02e5e6b
@ -114,6 +114,8 @@ private:
|
|||||||
static const uint8_t FALSE_CODE;
|
static const uint8_t FALSE_CODE;
|
||||||
static const uint8_t TRUE_CODE;
|
static const uint8_t TRUE_CODE;
|
||||||
static const uint8_t UUID_CODE;
|
static const uint8_t UUID_CODE;
|
||||||
|
// Java Tuple layer VERSIONSTAMP has 96 bits(12 bytes).
|
||||||
|
// It has additional 2 bytes user code than the internal VERSIONTAMP of size 10 bytes
|
||||||
static const uint8_t VERSIONSTAMP_96_CODE;
|
static const uint8_t VERSIONSTAMP_96_CODE;
|
||||||
|
|
||||||
Tuple(const StringRef& data);
|
Tuple(const StringRef& data);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user