#include <SegStream.h>
Public Attributes | |
PageId | pageId |
The PageId of this page relative to the segment storing the stream. | |
PseudoUuid | onlineUuid |
The UUID of the online instance that wrote this page. | |
uint64_t | checksum |
CRC computed for this page. |
Definition at line 51 of file SegStream.h.
PageId SegStreamCrc::pageId |
The PageId of this page relative to the segment storing the stream.
Definition at line 56 of file SegStream.h.
Referenced by CrcSegInputStream::lockBufferParanoid(), and CrcSegOutputStream::writeExtraHeaders().
The UUID of the online instance that wrote this page.
Definition at line 61 of file SegStream.h.
Referenced by CrcSegInputStream::lockBufferParanoid(), and CrcSegOutputStream::writeExtraHeaders().
CRC computed for this page.
Definition at line 66 of file SegStream.h.
Referenced by CrcSegInputStream::lockBufferParanoid(), and CrcSegOutputStream::writeExtraHeaders().