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 booleanRuntime4. retry(long millisecondsTimeout, int millisecondsBetweenRetries, Closure4<java.lang.Boolean> block)static booleanRuntime4. retry(long millisecondsTimeout, Closure4<java.lang.Boolean> block)Keeps executing a block of code until it either returns true or millisecondsTimeout elapses.<T> TLock4. run(Closure4<T> closure)java.lang.ObjectDynamicVariable. 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 TransactionalIdSystemLocalObjectContainer. newTransactionalIdSystem(TransactionalIdSystem systemIdSystem, Closure4<IdSystem> idSystem)<R> RInternalObjectContainer. syncExec(Closure4<R> block)<R> RObjectContainerBase. syncExec(Closure4<R> block)java.lang.ObjectObjectContainerSession. 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.ObjectSlotFormat. doWithSlotIndirection(ReadBuffer buffer, Closure4 closure)java.lang.ObjectSlotFormat. 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> TQQueryBase. triggeringQueryEvents(Closure4<T> closure)
-