Uses of Interface
com.db4o.foundation.Procedure4
-
Packages that use Procedure4 Package Description com.db4o.internal com.db4o.internal.caching com.db4o.internal.freespace com.db4o.internal.ids com.db4o.reflect.core -
-
Uses of Procedure4 in com.db4o.internal
Methods in com.db4o.internal with parameters of type Procedure4 Modifier and Type Method Description voidClassMetadata. traverseDeclaredAspects(Procedure4 procedure)voidClassMetadata. traverseDeclaredFields(Procedure4 procedure) -
Uses of Procedure4 in com.db4o.internal.caching
Methods in com.db4o.internal.caching with parameters of type Procedure4 Modifier and Type Method Description VCache4. produce(K key, Function4<K,V> producer, Procedure4<V> finalizer)Retrieves the value associated to thekeyfrom the cache.VCacheStatistics. produce(K key, Function4<K,V> producer, Procedure4<V> onDiscard)VNullCache4. produce(K key, Function4<K,V> producer, Procedure4<V> onDiscard) -
Uses of Procedure4 in com.db4o.internal.freespace
Fields in com.db4o.internal.freespace declared as Procedure4 Modifier and Type Field Description protected Procedure4<Slot>AbstractFreespaceManager. _slotFreedCallbackConstructors in com.db4o.internal.freespace with parameters of type Procedure4 Constructor Description AbstractFreespaceManager(Procedure4<Slot> slotFreedCallback, int discardLimit, int remainderSizeLimit)BTreeFreespaceManager(LocalObjectContainer file, Procedure4<Slot> slotFreedCallback, int discardLimit, int remainderSizeLimit)InMemoryFreespaceManager(Procedure4<Slot> slotFreedCallback, int discardLimit, int remainderSizeLimit) -
Uses of Procedure4 in com.db4o.internal.ids
Methods in com.db4o.internal.ids with parameters of type Procedure4 Modifier and Type Method Description voidBTreeIdSystem. traverseOwnSlots(Procedure4<Pair<java.lang.Integer,Slot>> block)voidIdSystem. traverseOwnSlots(Procedure4<Pair<java.lang.Integer,Slot>> block)voidInMemoryIdSystem. traverseOwnSlots(Procedure4<Pair<java.lang.Integer,Slot>> block)voidPointerBasedIdSystem. traverseOwnSlots(Procedure4<Pair<java.lang.Integer,Slot>> block) -
Uses of Procedure4 in com.db4o.reflect.core
Methods in com.db4o.reflect.core with parameters of type Procedure4 Modifier and Type Method Description static voidReflectorUtils. forEachField(ReflectClass claxx, Procedure4<ReflectField> procedure)
-