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 TransactionalIdSystemClientTransaction. idSystem() -
Uses of TransactionalIdSystem in com.db4o.internal
Methods in com.db4o.internal that return TransactionalIdSystem Modifier and Type Method Description TransactionalIdSystemSystemData. freespaceIdSystem()TransactionalIdSystemLocalPersistentBase. idSystem(Transaction trans)TransactionalIdSystemLocalTransaction. idSystem()TransactionalIdSystemPersistentBase. idSystem(Transaction trans)abstract TransactionalIdSystemTransaction. idSystem()TransactionalIdSystemLocalObjectContainer. newTransactionalIdSystem(TransactionalIdSystem systemIdSystem, Closure4<IdSystem> idSystem)Methods in com.db4o.internal with parameters of type TransactionalIdSystem Modifier and Type Method Description voidSystemData. freespaceIdSystem(TransactionalIdSystem transactionalIdSystem)TransactionalIdSystemLocalObjectContainer. 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 TransactionalIdSystemBTreeConfiguration. _idSystemMethods in com.db4o.internal.btree that return TransactionalIdSystem Modifier and Type Method Description TransactionalIdSystemBTreeNode. 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 classTransactionalIdSystemImplclassTransportIdSystemMethods in com.db4o.internal.ids that return TransactionalIdSystem Modifier and Type Method Description TransactionalIdSystemBTreeIdSystem. freespaceIdSystem()Methods in com.db4o.internal.ids with parameters of type TransactionalIdSystem Modifier and Type Method Description voidFreespaceCommitter. transactionalIdSystem(TransactionalIdSystem transactionalIdSystem)
-