| Package | Description |
|---|---|
| org.iq80.leveldb.env | |
| org.iq80.leveldb.fileenv | |
| org.iq80.leveldb.impl | |
| org.iq80.leveldb.memenv | |
| org.iq80.leveldb.table |
| Modifier and Type | Method and Description |
|---|---|
WritableFile |
Env.newAppendableFile(File file)
Create an WritableFile that either appends to an existing file, or
writes to a new file (if the file does not exist to begin with).
|
WritableFile |
Env.newWritableFile(File file)
Create an object that writes to a new file with the specified
name.
|
| Modifier and Type | Method and Description |
|---|---|
WritableFile |
EnvImpl.newAppendableFile(File file) |
WritableFile |
EnvImpl.newWritableFile(File file) |
| Modifier and Type | Method and Description |
|---|---|
static LogWriter |
Logs.createLogWriter(long fileNumber,
WritableFile writableFile,
long destinationLength) |
static LogWriter |
LogWriter.createWriter(long fileNumber,
WritableFile writableFile) |
static LogWriter |
LogWriter.createWriter(long fileNumber,
WritableFile writableFile,
long destinationLength) |
| Modifier and Type | Method and Description |
|---|---|
WritableFile |
MemEnv.newAppendableFile(File file) |
WritableFile |
MemEnv.newWritableFile(File file) |
| Constructor and Description |
|---|
TableBuilder(Options options,
WritableFile file,
UserComparator userComparator) |
Copyright © 2011–2020. All rights reserved.