Modifier and Type | Method and Description |
---|---|
protected <K,V> HTreeMap<K,V> |
DB.createHashMap(DB.HTreeMapMaker m)
Creates new HashMap with more specific arguments
|
<K,V> HTreeMap<K,V> |
DB.getHashMap(String name)
Opens existing or creates new Hash Tree Map.
|
<K,V> HTreeMap<K,V> |
DB.getHashMap(String name,
Fun.Function1<V,K> valueCreator)
Opens existing or creates new Hash Tree Map.
|
<K,V> HTreeMap<K,V> |
DB.HTreeMapMaker.make() |
<K,V> HTreeMap<K,V> |
DB.HTreeMapMaker.makeOrGet() |
static <K,V> HTreeMap<K,V> |
DBMaker.newCache(double size)
Creates new cache with maximal size in GBs.
|
static <K,V> HTreeMap<K,V> |
DBMaker.newCacheDirect(double size)
Creates new off-heap cache with maximal size in GBs.
|
static <K,V> HTreeMap<K,V> |
DBMaker.newTempHashMap()
Create new HTreeMap backed by temporary file storage.
|
HTreeMap<K,V> |
HTreeMap.KeySet.parent() |
Constructor and Description |
---|
ExpireRunnable(HTreeMap map) |
Copyright © 2017. All rights reserved.