Uses of Interface
com.db4o.foundation.Visitable
-
-
Uses of Visitable in com.db4o.defragment
Methods in com.db4o.defragment that return Visitable Modifier and Type Method Description Visitable<SlotChange>DatabaseIdMapping. slotChanges()Visitable<SlotChange>IdMapping. slotChanges()provides a Visitable of all mappings of IDs to slots.Visitable<SlotChange>InMemoryIdMapping. slotChanges() -
Uses of Visitable in com.db4o.foundation
Classes in com.db4o.foundation that implement Visitable Modifier and Type Class Description classTree<T>classTreeObject -
Uses of Visitable in com.db4o.internal
Classes in com.db4o.internal that implement Visitable Modifier and Type Class Description classDeleteInfoclassTreeIntBase class for balanced trees.classTreeIntObject<T> -
Uses of Visitable in com.db4o.internal.freespace
Classes in com.db4o.internal.freespace that implement Visitable Modifier and Type Class Description classFreeSlotNode -
Uses of Visitable in com.db4o.internal.ids
Classes in com.db4o.internal.ids that implement Visitable Modifier and Type Class Description classIdSlotTreeMethods in com.db4o.internal.ids with parameters of type Visitable Modifier and Type Method Description voidBTreeIdSystem. commit(Visitable<SlotChange> slotChanges, FreespaceCommitter freespaceCommitter)voidIdSystem. commit(Visitable<SlotChange> slotChanges, FreespaceCommitter freespaceCommitter)voidInMemoryIdSystem. commit(Visitable<SlotChange> slotChanges, FreespaceCommitter freespaceCommitter)voidPointerBasedIdSystem. commit(Visitable<SlotChange> slotChanges, FreespaceCommitter freespaceCommitter)voidBTreeIdSystem. returnUnusedIds(Visitable<java.lang.Integer> visitable)voidIdSystem. returnUnusedIds(Visitable<java.lang.Integer> visitable)voidInMemoryIdSystem. returnUnusedIds(Visitable<java.lang.Integer> visitable)voidPointerBasedIdSystem. returnUnusedIds(Visitable<java.lang.Integer> visitable) -
Uses of Visitable in com.db4o.internal.query.processor
Classes in com.db4o.internal.query.processor that implement Visitable Modifier and Type Class Description classQCandidateRepresents an actual object in the database.classQCandidateBaseclassQPendingclassQPrimitiveCandidate -
Uses of Visitable in com.db4o.internal.slots
Classes in com.db4o.internal.slots that implement Visitable Modifier and Type Class Description classFreespaceSlotChangeclassIdSystemSlotChangeclassReferencedSlotclassSlotChangeclassSystemSlotChange -
Uses of Visitable in com.db4o.internal.transactionlog
Methods in com.db4o.internal.transactionlog with parameters of type Visitable Modifier and Type Method Description protected voidTransactionLogHandler. appendSlotChanges(ByteArrayBuffer writer, Visitable slotChangeVisitable)voidEmbeddedTransactionLogHandler. applySlotChanges(Visitable<SlotChange> slotChangeTree, int slotChangeCount, Slot reservedSlot)voidFileBasedTransactionLogHandler. applySlotChanges(Visitable<SlotChange> slotChangeTree, int slotChangeCount, Slot reservedSlot)abstract voidTransactionLogHandler. applySlotChanges(Visitable<SlotChange> slotChangeTree, int slotChangeCount, Slot reservedSlot)protected booleanTransactionLogHandler. writeSlots(Visitable<SlotChange> slotChangeTree)
-