|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of HTreeMap in org.mapdb |
|---|
| Methods in org.mapdb that return HTreeMap | ||
|---|---|---|
protected
|
DB.createHashMap(DB.HTreeMapMaker m)
Creates new HashMap with more specific arguments |
|
|
DB.getHashMap(String name)
Opens existing or creates new Hash Tree Map. |
|
|
DB.getHashMap(String name,
Fun.Function1<V,K> valueCreator)
Opens existing or creates new Hash Tree Map. |
|
|
DB.HTreeMapMaker.make()
|
|
|
DB.HTreeMapMaker.makeOrGet()
|
|
static
|
DBMaker.newCache(double size)
Creates new cache with maximal size in GBs. |
|
static
|
DBMaker.newCacheDirect(double size)
Creates new off-heap cache with maximal size in GBs. |
|
static
|
DBMaker.newTempHashMap()
Create new HTreeMap backed by temporary file storage. |
|
HTreeMap<K,V> |
HTreeMap.KeySet.parent()
|
|
| Constructors in org.mapdb with parameters of type HTreeMap | |
|---|---|
HTreeMap.ExpireRunnable(HTreeMap map)
|
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||