|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of Fun.Tuple2 in org.mapdb |
|---|
| Fields in org.mapdb declared as Fun.Tuple2 | |
|---|---|
protected static Fun.Tuple2 |
StoreHeap.TOMBSTONE
|
| Fields in org.mapdb with type parameters of type Fun.Tuple2 | |
|---|---|
protected LongConcurrentHashMap<Fun.Tuple2> |
TxEngine.Tx.mod
|
protected ConcurrentNavigableMap<Long,Fun.Tuple2> |
StoreHeap.records
All commited records in store |
protected ConcurrentNavigableMap<Long,Fun.Tuple2> |
StoreHeap.rollback
All not-yet commited records in store |
static Comparator<Fun.Tuple2> |
Fun.TUPLE2_COMPARATOR
|
protected LongConcurrentHashMap<Fun.Tuple2<Object,Serializer>> |
AsyncWriteEngine.writeCache
Associates `recid` from Write Queue with record data and serializer. |
| Methods in org.mapdb that return Fun.Tuple2 | ||
|---|---|---|
protected Fun.Tuple2<Integer,BTreeMap.LeafNode> |
BTreeMap.findLargerNode(K key,
boolean inclusive)
|
|
static
|
Fun.t2(A a,
B b)
|
|
| Methods in org.mapdb that return types with arguments of type Fun.Tuple2 | ||
|---|---|---|
static
|
Fun.extractKey()
|
|
static
|
Fun.extractValue()
|
|
Comparator<Fun.Tuple2<A,B>> |
BTreeKeySerializer.Tuple2KeySerializer.getComparator()
|
|
| Methods in org.mapdb with parameters of type Fun.Tuple2 | |
|---|---|
int |
Fun.Tuple2Comparator.compare(Fun.Tuple2<A,B> o1,
Fun.Tuple2<A,B> o2)
|
int |
Fun.Tuple2Comparator.compare(Fun.Tuple2<A,B> o1,
Fun.Tuple2<A,B> o2)
|
int |
Fun.Tuple2.compareTo(Fun.Tuple2<A,B> o)
|
| Method parameters in org.mapdb with type arguments of type Fun.Tuple2 | ||
|---|---|---|
static
|
Fun.filter(NavigableSet<Fun.Tuple2<K2,K1>> secondaryKeys,
K2 secondaryKey)
Find all Primary Keys associated with Secondary Key. |
|
static
|
Fun.filter(NavigableSet<Fun.Tuple2<K2,K1>> secondaryKeys,
K2 lo,
boolean loInc,
K2 hi,
boolean hiInc)
|
|
static
|
Bind.mapInverse(Bind.MapWithModificationListener<K,V> primary,
Set<Fun.Tuple2<V,K>> inverse)
Binds Secondary Set so it contains inverse mapping to Primary Map: Primary Value will become Secondary Key. |
|
|
DB.BTreeMapMaker.pumpSource(Iterator<Fun.Tuple2<K,V>> entriesSource)
|
|
static
|
Bind.secondaryKey(Bind.MapWithModificationListener<K,V> map,
Set<Fun.Tuple2<K2,K>> secondary,
Fun.Function2<K2,K,V> fun)
Binds Secondary Set so it contains Secondary Key (Index). |
|
static
|
Bind.secondaryKeys(Bind.MapWithModificationListener<K,V> map,
Set<Fun.Tuple2<K2,K>> secondary,
Fun.Function2<K2[],K,V> fun)
Binds Secondary Set so it contains Secondary Key (Index). |
|
static
|
Bind.secondaryValues(Bind.MapWithModificationListener<K,V> map,
Set<Fun.Tuple2<K,V2>> secondary,
Fun.Function2<V2[],K,V> fun)
Binds Secondary Map so that it contains Key from Primary Map and custom Value. |
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||