Uses of Interface
com.db4o.foundation.Closure4
-
Packages that use Closure4 Package Description com.db4o.foundation com.db4o.internal com.db4o.internal.ids com.db4o.internal.marshall com.db4o.internal.query.processor -
-
Uses of Closure4 in com.db4o.foundation
Methods in com.db4o.foundation with parameters of type Closure4 Modifier and Type Method Description static boolean
Runtime4. retry(long millisecondsTimeout, int millisecondsBetweenRetries, Closure4<java.lang.Boolean> block)
static boolean
Runtime4. retry(long millisecondsTimeout, Closure4<java.lang.Boolean> block)
Keeps executing a block of code until it either returns true or millisecondsTimeout elapses.<T> T
Lock4. run(Closure4<T> closure)
java.lang.Object
DynamicVariable. with(T value, Closure4 block)
-
Uses of Closure4 in com.db4o.internal
Methods in com.db4o.internal with parameters of type Closure4 Modifier and Type Method Description TransactionalIdSystem
LocalObjectContainer. newTransactionalIdSystem(TransactionalIdSystem systemIdSystem, Closure4<IdSystem> idSystem)
<R> R
InternalObjectContainer. syncExec(Closure4<R> block)
<R> R
ObjectContainerBase. syncExec(Closure4<R> block)
java.lang.Object
ObjectContainerSession. syncExec(Closure4 block)
-
Uses of Closure4 in com.db4o.internal.ids
Constructors in com.db4o.internal.ids with parameters of type Closure4 Constructor Description IdSlotChanges(TransactionalIdSystemImpl idSystem, Closure4<FreespaceManager> freespaceManager)
TransactionalIdSystemImpl(Closure4<FreespaceManager> freespaceManager, Closure4<IdSystem> globalIdSystem, TransactionalIdSystemImpl parentIdSystem)
-
Uses of Closure4 in com.db4o.internal.marshall
Methods in com.db4o.internal.marshall with parameters of type Closure4 Modifier and Type Method Description java.lang.Object
SlotFormat. doWithSlotIndirection(ReadBuffer buffer, Closure4 closure)
java.lang.Object
SlotFormat. doWithSlotIndirection(ReadBuffer buffer, TypeHandler4 typeHandler, Closure4 closure)
-
Uses of Closure4 in com.db4o.internal.query.processor
Methods in com.db4o.internal.query.processor with parameters of type Closure4 Modifier and Type Method Description <T> T
QQueryBase. triggeringQueryEvents(Closure4<T> closure)
-