Modifier and Type | Field and Description |
---|---|
protected org.mapdb.LongConcurrentHashMap<Fun.Pair> |
TxEngine.Tx.mod |
Modifier and Type | Method and Description |
---|---|
protected Fun.Pair<Integer,BTreeMap.LeafNode> |
BTreeMap.findLargerNode(K key,
boolean inclusive) |
protected Fun.Pair<Integer,BTreeMap.BNode> |
BTreeMap.findSmallerNode(K key,
boolean inclusive) |
protected Fun.Pair<Integer,BTreeMap.BNode> |
BTreeMap.findSmallerNodeRecur(BTreeMap.BNode n,
K key,
boolean inclusive) |
Modifier and Type | Method and Description |
---|---|
static <K,V> Fun.Function1<K,Fun.Pair<K,V>> |
Fun.extractKey() |
static <K,V> Fun.Function1<V,Fun.Pair<K,V>> |
Fun.extractValue() |
Modifier and Type | Method and Description |
---|---|
int |
Fun.Pair.compareTo(Fun.Pair<A,B> o) |
Modifier and Type | Method and Description |
---|---|
static void |
Pump.archiveTreeMap(Iterator<Fun.Pair> source,
String file,
Volume.VolumeFactory factory,
DB.BTreeMapMaker config) |
<K,V> DB.HTreeMapMaker |
DB.HTreeMapMaker.pumpSource(Iterator<Fun.Pair<K,V>> entriesSource) |
<K,V> DB.BTreeMapMaker |
DB.BTreeMapMaker.pumpSource(Iterator<Fun.Pair<K,V>> entriesSource) |
Copyright © 2015. All Rights Reserved.