Uses of Class
org.mapdb.HTreeMap

Uses of HTreeMap in org.mapdb
 

Methods in org.mapdb that return HTreeMap
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()
           
 

Constructors in org.mapdb with parameters of type HTreeMap
HTreeMap.ExpireRunnable(HTreeMap map)
           
 



Copyright © 2014. All Rights Reserved.