| Package | Description |
|---|---|
| org.iq80.leveldb.table | |
| org.iq80.leveldb.util |
| Constructor and Description |
|---|
Table(RandomInputFile source,
Comparator<Slice> comparator,
boolean paranoidChecks,
ILRUCache<CacheKey,Slice> blockCache,
FilterPolicy filterPolicy) |
| Modifier and Type | Class and Description |
|---|---|
class |
LRUCache<K,V>
LRU cache with special weigher to count correctly Slice weight.
|
| Modifier and Type | Method and Description |
|---|---|
static <K,V> ILRUCache<K,V> |
LRUCache.createCache(int capacity,
com.google.common.cache.Weigher<K,V> weigher) |
Copyright © 2011–2020. All rights reserved.