Uses of Class
com.db4o.internal.slots.SlotChange
- 
Packages that use SlotChange Package Description com.db4o.defragment com.db4o.internal.ids com.db4o.internal.slots com.db4o.internal.transactionlog 
- 
- 
Uses of SlotChange in com.db4o.defragmentMethods in com.db4o.defragment that return types with arguments of type SlotChange 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 SlotChange in com.db4o.internal.idsMethods in com.db4o.internal.ids that return SlotChange Modifier and Type Method Description SlotChangeIdSlotChanges. findSlotChange(int id)SlotChangeIdSlotChanges. produceSlotChange(int id, SlotChangeFactory slotChangeFactory)Method parameters in com.db4o.internal.ids with type arguments of type SlotChange 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)voidIdSlotChanges. traverseSlotChanges(Visitor4<SlotChange> visitor)
- 
Uses of SlotChange in com.db4o.internal.slotsSubclasses of SlotChange in com.db4o.internal.slots Modifier and Type Class Description classFreespaceSlotChangeclassIdSystemSlotChangeclassSystemSlotChangeMethods in com.db4o.internal.slots that return SlotChange Modifier and Type Method Description SlotChangeSlotChangeFactory. newInstance(int id)
- 
Uses of SlotChange in com.db4o.internal.transactionlogMethod parameters in com.db4o.internal.transactionlog with type arguments of type SlotChange Modifier and Type Method Description 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)
 
-