Uses of Interface
com.db4o.internal.ids.TransactionalIdSystem
-
Packages that use TransactionalIdSystem Package Description com.db4o.cs.internal com.db4o.internal com.db4o.internal.btree com.db4o.internal.ids -
-
Uses of TransactionalIdSystem in com.db4o.cs.internal
Methods in com.db4o.cs.internal that return TransactionalIdSystem Modifier and Type Method Description TransactionalIdSystem
ClientTransaction. idSystem()
-
Uses of TransactionalIdSystem in com.db4o.internal
Methods in com.db4o.internal that return TransactionalIdSystem Modifier and Type Method Description TransactionalIdSystem
SystemData. freespaceIdSystem()
TransactionalIdSystem
LocalPersistentBase. idSystem(Transaction trans)
TransactionalIdSystem
LocalTransaction. idSystem()
TransactionalIdSystem
PersistentBase. idSystem(Transaction trans)
abstract TransactionalIdSystem
Transaction. idSystem()
TransactionalIdSystem
LocalObjectContainer. newTransactionalIdSystem(TransactionalIdSystem systemIdSystem, Closure4<IdSystem> idSystem)
Methods in com.db4o.internal with parameters of type TransactionalIdSystem Modifier and Type Method Description void
SystemData. freespaceIdSystem(TransactionalIdSystem transactionalIdSystem)
TransactionalIdSystem
LocalObjectContainer. newTransactionalIdSystem(TransactionalIdSystem systemIdSystem, Closure4<IdSystem> idSystem)
Constructors in com.db4o.internal with parameters of type TransactionalIdSystem Constructor Description LocalPersistentBase(TransactionalIdSystem idSystem)
LocalTransaction(ObjectContainerBase container, Transaction parentTransaction, TransactionalIdSystem idSystem, ReferenceSystem referenceSystem)
PersistentIntegerArray(SlotChangeFactory slotChangeFactory, TransactionalIdSystem idSystem, int id)
PersistentIntegerArray(SlotChangeFactory slotChangeFactory, TransactionalIdSystem idSystem, int[] arr)
-
Uses of TransactionalIdSystem in com.db4o.internal.btree
Fields in com.db4o.internal.btree declared as TransactionalIdSystem Modifier and Type Field Description TransactionalIdSystem
BTreeConfiguration. _idSystem
Methods in com.db4o.internal.btree that return TransactionalIdSystem Modifier and Type Method Description TransactionalIdSystem
BTreeNode. idSystem(Transaction trans)
Constructors in com.db4o.internal.btree with parameters of type TransactionalIdSystem Constructor Description BTreeConfiguration(TransactionalIdSystem idSystem, int cacheSize, boolean canEnlistWithTransaction)
BTreeConfiguration(TransactionalIdSystem idSystem, SlotChangeFactory slotChangeFactory, int cacheSize, boolean canEnlistWithTransaction)
-
Uses of TransactionalIdSystem in com.db4o.internal.ids
Classes in com.db4o.internal.ids that implement TransactionalIdSystem Modifier and Type Class Description class
TransactionalIdSystemImpl
class
TransportIdSystem
Methods in com.db4o.internal.ids that return TransactionalIdSystem Modifier and Type Method Description TransactionalIdSystem
BTreeIdSystem. freespaceIdSystem()
Methods in com.db4o.internal.ids with parameters of type TransactionalIdSystem Modifier and Type Method Description void
FreespaceCommitter. transactionalIdSystem(TransactionalIdSystem transactionalIdSystem)
-