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 class
Tree<T>
class
TreeObject
-
Uses of Visitable in com.db4o.internal
Classes in com.db4o.internal that implement Visitable Modifier and Type Class Description class
DeleteInfo
class
TreeInt
Base class for balanced trees.class
TreeIntObject<T>
-
Uses of Visitable in com.db4o.internal.freespace
Classes in com.db4o.internal.freespace that implement Visitable Modifier and Type Class Description class
FreeSlotNode
-
Uses of Visitable in com.db4o.internal.ids
Classes in com.db4o.internal.ids that implement Visitable Modifier and Type Class Description class
IdSlotTree
Methods in com.db4o.internal.ids with parameters of type Visitable Modifier and Type Method Description void
BTreeIdSystem. commit(Visitable<SlotChange> slotChanges, FreespaceCommitter freespaceCommitter)
void
IdSystem. commit(Visitable<SlotChange> slotChanges, FreespaceCommitter freespaceCommitter)
void
InMemoryIdSystem. commit(Visitable<SlotChange> slotChanges, FreespaceCommitter freespaceCommitter)
void
PointerBasedIdSystem. commit(Visitable<SlotChange> slotChanges, FreespaceCommitter freespaceCommitter)
void
BTreeIdSystem. returnUnusedIds(Visitable<java.lang.Integer> visitable)
void
IdSystem. returnUnusedIds(Visitable<java.lang.Integer> visitable)
void
InMemoryIdSystem. returnUnusedIds(Visitable<java.lang.Integer> visitable)
void
PointerBasedIdSystem. 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 class
QCandidate
Represents an actual object in the database.class
QCandidateBase
class
QPending
class
QPrimitiveCandidate
-
Uses of Visitable in com.db4o.internal.slots
Classes in com.db4o.internal.slots that implement Visitable Modifier and Type Class Description class
FreespaceSlotChange
class
IdSystemSlotChange
class
ReferencedSlot
class
SlotChange
class
SystemSlotChange
-
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 void
TransactionLogHandler. appendSlotChanges(ByteArrayBuffer writer, Visitable slotChangeVisitable)
void
EmbeddedTransactionLogHandler. applySlotChanges(Visitable<SlotChange> slotChangeTree, int slotChangeCount, Slot reservedSlot)
void
FileBasedTransactionLogHandler. applySlotChanges(Visitable<SlotChange> slotChangeTree, int slotChangeCount, Slot reservedSlot)
abstract void
TransactionLogHandler. applySlotChanges(Visitable<SlotChange> slotChangeTree, int slotChangeCount, Slot reservedSlot)
protected boolean
TransactionLogHandler. writeSlots(Visitable<SlotChange> slotChangeTree)
-