|
Zero
0.1.0
|
#include "w_defines.h"#include <vector>#include "basics.h"#include "w_debug.h"#include <cstddef>#include <cstdlib>#include <cstring>#include <climits>#include "w.h"#include "vec_t.h"#include "latch.h"#include "smthread.h"#include "tid_t.h"#include "smstats.h"Go to the source code of this file.
Classes | |
| class | memalign_allocator< T, Alignment > |
Namespaces | |
| zero::buffer_pool | |
Typedefs | |
| typedef w_rc_t | rc_t |
| typedef uint32_t | partition_number_t |
Enumerations | |
| enum | cmp_t { bad_cmp_t = badOp, eq = eqOp, gt = gtOp, ge = geOp, lt = ltOp, le = leOp } |
| Comparison types used in scan_index_iShorthand for CompareOp. More... | |
| enum | concurrency_t { t_cc_bad, t_cc_none, t_cc_vol, t_cc_store, t_cc_keyrange, t_cc_append } |
| Lock granularities. More... | |
| enum | pg_policy_t { t_append = 0x01, t_cache = 0x02, t_compact = 0x04 } |
| File-compaction policy for creating records. More... | |
| typedef uint32_t partition_number_t |
skip
| enum cmp_t |
| enum concurrency_t |
| enum pg_policy_t |
File-compaction policy for creating records.
These are masks - the following combinations are sensible:
| Enumerator | |
|---|---|
| t_append | |
| t_cache | |
| t_compact | |
1.8.12