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.defragment
Methods 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.ids
Methods in com.db4o.internal.ids that return SlotChange Modifier and Type Method Description SlotChange
IdSlotChanges. findSlotChange(int id)
SlotChange
IdSlotChanges. produceSlotChange(int id, SlotChangeFactory slotChangeFactory)
Method parameters in com.db4o.internal.ids with type arguments of type SlotChange 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
IdSlotChanges. traverseSlotChanges(Visitor4<SlotChange> visitor)
-
Uses of SlotChange in com.db4o.internal.slots
Subclasses of SlotChange in com.db4o.internal.slots Modifier and Type Class Description class
FreespaceSlotChange
class
IdSystemSlotChange
class
SystemSlotChange
Methods in com.db4o.internal.slots that return SlotChange Modifier and Type Method Description SlotChange
SlotChangeFactory. newInstance(int id)
-
Uses of SlotChange in com.db4o.internal.transactionlog
Method parameters in com.db4o.internal.transactionlog with type arguments of type SlotChange Modifier and Type Method Description 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)
-