#include <dbwrapper.h>
#include <fs.h>
#include <logging.h>
#include <random.h>
#include <tinyformat.h>
#include <util/strencodings.h>
#include <util/system.h>
#include <algorithm>
#include <cassert>
#include <cstdarg>
#include <cstdint>
#include <cstdio>
#include <leveldb/cache.h>
#include <leveldb/db.h>
#include <leveldb/env.h>
#include <leveldb/filter_policy.h>
#include <leveldb/helpers/memenv/memenv.h>
#include <leveldb/iterator.h>
#include <leveldb/options.h>
#include <leveldb/status.h>
#include <memory>
#include <optional>
Go to the source code of this file.
|
| dbwrapper_private |
| These should be considered an implementation detail of the specific database.
|
|
◆ GetOptions()
static leveldb::Options GetOptions |
( |
size_t |
nCacheSize | ) |
|
|
static |
◆ SetMaxOpenFiles()
static void SetMaxOpenFiles |
( |
leveldb::Options * |
options | ) |
|
|
static |