| Package | Description |
|---|---|
| org.iq80.leveldb.fileenv | |
| org.iq80.leveldb.impl | |
| org.iq80.leveldb.memenv |
| Modifier and Type | Class and Description |
|---|---|
class |
EnvImpl |
| Modifier and Type | Method and Description |
|---|---|
static Env |
EnvImpl.createEnv() |
static Env |
EnvImpl.createEnv(MmapLimiter mmapLimiter) |
| Modifier and Type | Method and Description |
|---|---|
static LogWriter |
Logs.createLogWriter(File file,
long fileNumber,
Env env) |
static boolean |
DbImpl.destroyDB(File dbname,
Env env) |
static String |
Filename.getCurrentFile(File databaseDir,
Env env)
Read "CURRENT" file, which contains a pointer to the current manifest file
|
static void |
Filename.setCurrentFile(File databaseDir,
long descriptorNumber,
Env env)
Make the CURRENT file point to the descriptor file with the
specified number.
|
| Constructor and Description |
|---|
DbImpl(Options rawOptions,
String dbname,
Env env) |
TableCache(File databaseDir,
int tableCacheSize,
UserComparator userComparator,
Options options,
Env env) |
VersionSet(Options options,
File databaseDir,
TableCache tableCache,
InternalKeyComparator internalKeyComparator,
Env env) |
| Modifier and Type | Class and Description |
|---|---|
class |
MemEnv
Environment that stores its data in memory
|
| Modifier and Type | Method and Description |
|---|---|
static Env |
MemEnv.createEnv() |
Copyright © 2011–2020. All rights reserved.