| Package | Description |
|---|---|
| org.iq80.leveldb.env | |
| org.iq80.leveldb.fileenv | |
| org.iq80.leveldb.impl | |
| org.iq80.leveldb.memenv |
| Modifier and Type | Method and Description |
|---|---|
SequentialFile |
Env.newSequentialFile(File file)
Create a brand new sequentially-readable file with the specified file name.
|
| Modifier and Type | Method and Description |
|---|---|
SequentialFile |
EnvImpl.newSequentialFile(File file) |
| Constructor and Description |
|---|
LogReader(SequentialFile sequentialFile,
LogMonitor monitor,
boolean verifyChecksums,
long initialOffset) |
| Modifier and Type | Method and Description |
|---|---|
SequentialFile |
MemEnv.newSequentialFile(File file) |
Copyright © 2011–2020. All rights reserved.