![]() |
Feathercoin
0.5.0
P2P Digital Currency
|
#include <write_batch_internal.h>
Static Public Member Functions | |
static int | Count (const WriteBatch *batch) |
static void | SetCount (WriteBatch *batch, int n) |
static SequenceNumber | Sequence (const WriteBatch *batch) |
static void | SetSequence (WriteBatch *batch, SequenceNumber seq) |
static Slice | Contents (const WriteBatch *batch) |
static size_t | ByteSize (const WriteBatch *batch) |
static void | SetContents (WriteBatch *batch, const Slice &contents) |
static Status | InsertInto (const WriteBatch *batch, MemTable *memtable) |
static void | Append (WriteBatch *dst, const WriteBatch *src) |
Definition at line 16 of file write_batch_internal.h.
|
static |
Definition at line 141 of file write_batch.cc.
|
inlinestatic |
Definition at line 35 of file write_batch_internal.h.
|
inlinestatic |
Definition at line 31 of file write_batch_internal.h.
|
static |
Definition at line 82 of file write_batch.cc.
|
static |
Definition at line 128 of file write_batch.cc.
|
static |
Definition at line 90 of file write_batch.cc.
|
static |
Definition at line 136 of file write_batch.cc.
|
static |
Definition at line 86 of file write_batch.cc.
|
static |
Definition at line 94 of file write_batch.cc.