Uses of Class
com.db4o.internal.ids.TransactionalIdSystemImpl
-
Packages that use TransactionalIdSystemImpl Package Description com.db4o.internal.ids com.db4o.internal.slots -
-
Uses of TransactionalIdSystemImpl in com.db4o.internal.ids
Constructors in com.db4o.internal.ids with parameters of type TransactionalIdSystemImpl Constructor Description IdSlotChanges(TransactionalIdSystemImpl idSystem, Closure4<FreespaceManager> freespaceManager)
TransactionalIdSystemImpl(Closure4<FreespaceManager> freespaceManager, Closure4<IdSystem> globalIdSystem, TransactionalIdSystemImpl parentIdSystem)
-
Uses of TransactionalIdSystemImpl in com.db4o.internal.slots
Methods in com.db4o.internal.slots with parameters of type TransactionalIdSystemImpl Modifier and Type Method Description void
IdSystemSlotChange. accumulateFreeSlot(TransactionalIdSystemImpl idSystem, FreespaceCommitter freespaceCommitter, boolean forFreespace)
void
SlotChange. accumulateFreeSlot(TransactionalIdSystemImpl idSystem, FreespaceCommitter freespaceCommitter, boolean forFreespace)
void
SystemSlotChange. accumulateFreeSlot(TransactionalIdSystemImpl idSystem, FreespaceCommitter freespaceCommitter, boolean forFreespace)
protected Slot
SlotChange. modifiedSlotInParentIdSystem(TransactionalIdSystemImpl idSystem)
protected Slot
SystemSlotChange. modifiedSlotInParentIdSystem(TransactionalIdSystemImpl idSystem)
-