| Modifier and Type | Method and Description |
|---|---|
<K,V> HTreeMap<K,V> |
DB.getHashMap(String name)
Deprecated.
method renamed, use
DB.hashMap(String) |
<K,V> HTreeMap<K,V> |
DB.getHashMap(String name,
Fun.Function1<V,K> valueCreator)
Deprecated.
method renamed, use
DB.hashMap(String,Serializer, Serializer, org.mapdb.Fun.Function1) |
HTreeMap |
HTreeMap.KeySet.getHTreeMap() |
<K,V> HTreeMap<K,V> |
DB.hashMap(String name)
Opens existing or creates new Hash Tree Map.
|
<K,V> HTreeMap<K,V> |
DB.hashMap(String name,
Serializer<K> keySerializer,
Serializer<V> valueSerializer)
Opens existing or creates new Hash Tree Map.
|
<K,V> HTreeMap<K,V> |
DB.hashMap(String name,
Serializer<K> keySerializer,
Serializer<V> valueSerializer,
Fun.Function1<V,K> valueCreator)
Opens existing or creates new Hash Tree Map.
|
protected <K,V> HTreeMap<K,V> |
DB.hashMapCreate(DB.HTreeMapMaker m)
Creates new HashMap with more specific arguments
|
<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)
Deprecated.
TODO this method is going to be replaced by something
|
static <K,V> HTreeMap<K,V> |
DBMaker.newCacheDirect(double size)
Deprecated.
TODO this method is going to be replaced by something
|
static <K,V> HTreeMap<K,V> |
DBMaker.newTempHashMap()
Deprecated.
method renamed, prefix removed, use
DBMaker.tempHashMap() |
HTreeMap<K,V> |
HTreeMap.KeySet.parent() |
static <K,V> HTreeMap<K,V> |
DBMaker.tempHashMap()
Create new HTreeMap backed by temporary file storage.
|
| Modifier and Type | Method and Description |
|---|---|
static <K,V,A> void |
Pump.fillHTreeMap(HTreeMap<K,V> m,
Iterator<A> pumpSource,
Fun.Function1<K,A> pumpKeyExtractor,
Fun.Function1<V,A> pumpValueExtractor,
int pumpPresortBatchSize,
boolean pumpIgnoreDuplicates,
Serializer<A> sortSerializer,
Executor executor) |
Copyright © 2015. All Rights Reserved.