Pre version 24. More...
#include <P_CacheBC.h>
Public Member Functions | |
char * | hdr () |
char * | data () |
size_t | data_len () |
Data Fields | |
uint32_t | magic |
uint32_t | len |
uint64_t | total_len |
CryptoHash_v23 | first_key |
first key in object. | |
CryptoHash_v23 | key |
Key for this doc. | |
uint32_t | hlen |
Length of this header. | |
uint32_t | doc_type:8 |
Doc type - indicates the format of this structure and its content. | |
uint32_t | _flen:24 |
Fragment table length. | |
uint32_t | sync_serial |
uint32_t | write_serial |
uint32_t | pinned |
uint32_t | checksum |
Pre version 24.
Definition at line 103 of file P_CacheBC.h.
char * cache_bc::Doc_v23::data | ( | ) |
Definition at line 124 of file P_CacheBC.h.
References _flen, hlen, and cache_bc::sizeofDoc_v23.
size_t cache_bc::Doc_v23::data_len | ( | ) |
Definition at line 125 of file P_CacheBC.h.
References hlen, len, and cache_bc::sizeofDoc_v23.
char * cache_bc::Doc_v23::hdr | ( | ) |
Definition at line 126 of file P_CacheBC.h.
References cache_bc::sizeofDoc_v23.
uint32_t cache_bc::Doc_v23::_flen |
uint32_t cache_bc::Doc_v23::checksum |
Definition at line 116 of file P_CacheBC.h.
uint32_t cache_bc::Doc_v23::doc_type |
Doc type - indicates the format of this structure and its content.
Definition at line 111 of file P_CacheBC.h.
first key in object.
Definition at line 108 of file P_CacheBC.h.
uint32_t cache_bc::Doc_v23::hlen |
Length of this header.
Definition at line 110 of file P_CacheBC.h.
Referenced by data(), and data_len().
Key for this doc.
Definition at line 109 of file P_CacheBC.h.
uint32_t cache_bc::Doc_v23::len |
Definition at line 106 of file P_CacheBC.h.
Referenced by data_len().
uint32_t cache_bc::Doc_v23::magic |
Definition at line 105 of file P_CacheBC.h.
uint32_t cache_bc::Doc_v23::pinned |
Definition at line 115 of file P_CacheBC.h.
uint32_t cache_bc::Doc_v23::sync_serial |
Definition at line 113 of file P_CacheBC.h.
uint64_t cache_bc::Doc_v23::total_len |
Definition at line 107 of file P_CacheBC.h.
uint32_t cache_bc::Doc_v23::write_serial |
Definition at line 114 of file P_CacheBC.h.