|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of Fun.Function1 in org.mapdb |
|---|
| Fields in org.mapdb declared as Fun.Function1 | |
|---|---|
protected Fun.Function1 |
DB.BTreeMapMaker.pumpKeyExtractor
|
protected Fun.Function1 |
DB.BTreeMapMaker.pumpValueExtractor
|
protected Fun.Function1<V,K> |
HTreeMap.valueCreator
|
protected Fun.Function1<?,?> |
DB.HTreeMapMaker.valueCreator
|
| Fields in org.mapdb with type parameters of type Fun.Function1 | |
|---|---|
protected CopyOnWriteArrayList<Fun.Function1> |
SerializerPojo.serializationTransformsDeserialize
|
protected CopyOnWriteArrayList<Fun.Function1> |
SerializerPojo.serializationTransformsSerialize
|
| Methods in org.mapdb that return Fun.Function1 | ||
|---|---|---|
static
|
Fun.extractKey()
|
|
static
|
Fun.extractNoTransform()
|
|
static
|
Fun.extractValue()
|
|
| Methods in org.mapdb with parameters of type Fun.Function1 | ||
|---|---|---|
static
|
Pump.buildTreeMap(Iterator<E> source,
Engine engine,
Fun.Function1<K,E> keyExtractor,
Fun.Function1<V,E> valueExtractor,
boolean ignoreDuplicates,
int nodeSize,
boolean valuesStoredOutsideNodes,
long counterRecid,
BTreeKeySerializer<K> keySerializer,
Serializer<V> valueSerializer,
Comparator comparator)
Build BTreeMap (or TreeSet) from presorted data. |
|
static
|
Pump.buildTreeMap(Iterator<E> source,
Engine engine,
Fun.Function1<K,E> keyExtractor,
Fun.Function1<V,E> valueExtractor,
boolean ignoreDuplicates,
int nodeSize,
boolean valuesStoredOutsideNodes,
long counterRecid,
BTreeKeySerializer<K> keySerializer,
Serializer<V> valueSerializer,
Comparator comparator)
Build BTreeMap (or TreeSet) from presorted data. |
|
|
TxMaker.execute(Fun.Function1<A,DB> txBlock)
Executes given block withing single transaction. |
|
|
DB.getHashMap(String name,
Fun.Function1<V,K> valueCreator)
Opens existing or creates new Hash Tree Map. |
|
|
DB.BTreeMapMaker.pumpSource(Iterator<K> keysSource,
Fun.Function1<V,K> valueExtractor)
|
|
|
SerializerPojo.serializerTransformAdd(Fun.Function1<A,R> beforeSerialization,
Fun.Function1<R,A> afterDeserialization)
Add interceptor which may modify all deserialized/serialized objects |
|
|
SerializerPojo.serializerTransformAdd(Fun.Function1<A,R> beforeSerialization,
Fun.Function1<R,A> afterDeserialization)
Add interceptor which may modify all deserialized/serialized objects |
|
|
SerializerPojo.serializerTransformRemove(Fun.Function1<A,R> beforeSerialization,
Fun.Function1<R,A> afterDeserialization)
Removes interceptor which may modify all deserialized/serialized objects |
|
|
SerializerPojo.serializerTransformRemove(Fun.Function1<A,R> beforeSerialization,
Fun.Function1<R,A> afterDeserialization)
Removes interceptor which may modify all deserialized/serialized objects |
|
DB.HTreeMapMaker |
DB.HTreeMapMaker.valueCreator(Fun.Function1<?,?> valueCreator)
If value is not found, HTreeMap can fetch and insert default value. |
|
| Constructors in org.mapdb with parameters of type Fun.Function1 | |
|---|---|
HTreeMap(Engine engine,
long counterRecid,
int hashSalt,
long[] segmentRecids,
Serializer<K> keySerializer,
Serializer<V> valueSerializer,
long expireTimeStart,
long expire,
long expireAccess,
long expireMaxSize,
long expireStoreSize,
long[] expireHeads,
long[] expireTails,
Fun.Function1<V,K> valueCreator,
Hasher hasher,
boolean disableLocks)
Opens HTreeMap |
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||