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 void
ClassMetadata. traverseDeclaredAspects(Procedure4 procedure)
void
ClassMetadata. 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 V
Cache4. produce(K key, Function4<K,V> producer, Procedure4<V> finalizer)
Retrieves the value associated to thekey
from the cache.V
CacheStatistics. produce(K key, Function4<K,V> producer, Procedure4<V> onDiscard)
V
NullCache4. 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. _slotFreedCallback
Constructors 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 void
BTreeIdSystem. traverseOwnSlots(Procedure4<Pair<java.lang.Integer,Slot>> block)
void
IdSystem. traverseOwnSlots(Procedure4<Pair<java.lang.Integer,Slot>> block)
void
InMemoryIdSystem. traverseOwnSlots(Procedure4<Pair<java.lang.Integer,Slot>> block)
void
PointerBasedIdSystem. 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 void
ReflectorUtils. forEachField(ReflectClass claxx, Procedure4<ReflectField> procedure)
-