| Package | Description |
|---|---|
| org.iq80.leveldb.env | |
| org.iq80.leveldb.fileenv | |
| org.iq80.leveldb.memenv | |
| org.iq80.leveldb.table |
| Modifier and Type | Method and Description |
|---|---|
RandomInputFile |
Env.newRandomAccessFile(File file)
Create a brand new random access read-only file with the
specified file name.
|
| Modifier and Type | Method and Description |
|---|---|
RandomInputFile |
EnvImpl.newRandomAccessFile(File file) |
| Modifier and Type | Method and Description |
|---|---|
RandomInputFile |
MemEnv.newRandomAccessFile(File file) |
| Constructor and Description |
|---|
Table(RandomInputFile source,
Comparator<Slice> comparator,
boolean paranoidChecks,
ILRUCache<CacheKey,Slice> blockCache,
FilterPolicy filterPolicy) |
Copyright © 2011–2020. All rights reserved.