#include <dbwrapper.h>
#include <random.h>
#include <util/fs_helpers.h>
#include <leveldb/cache.h>
#include <leveldb/env.h>
#include <leveldb/filter_policy.h>
#include <memenv.h>
#include <algorithm>
#include <cstdint>
#include <memory>
Go to the source code of this file.
|
namespace | 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 |