Uses of Class
com.db4o.internal.slots.SlotChangeFactory
- 
Packages that use SlotChangeFactory Package Description com.db4o.internal com.db4o.internal.btree com.db4o.internal.ids com.db4o.internal.slots 
- 
- 
Uses of SlotChangeFactory in com.db4o.internalMethods in com.db4o.internal that return SlotChangeFactory Modifier and Type Method Description SlotChangeFactoryPersistentBase. slotChangeFactory()SlotChangeFactoryPersistentIntegerArray. slotChangeFactory()Constructors in com.db4o.internal with parameters of type SlotChangeFactory Constructor Description PersistentIntegerArray(SlotChangeFactory slotChangeFactory, TransactionalIdSystem idSystem, int id)PersistentIntegerArray(SlotChangeFactory slotChangeFactory, TransactionalIdSystem idSystem, int[] arr)
- 
Uses of SlotChangeFactory in com.db4o.internal.btreeFields in com.db4o.internal.btree declared as SlotChangeFactory Modifier and Type Field Description SlotChangeFactoryBTreeConfiguration. _slotChangeFactoryMethods in com.db4o.internal.btree that return SlotChangeFactory Modifier and Type Method Description SlotChangeFactoryBTree. slotChangeFactory()SlotChangeFactoryBTreeNode. slotChangeFactory()Constructors in com.db4o.internal.btree with parameters of type SlotChangeFactory Constructor Description BTreeConfiguration(TransactionalIdSystem idSystem, SlotChangeFactory slotChangeFactory, int cacheSize, boolean canEnlistWithTransaction)
- 
Uses of SlotChangeFactory in com.db4o.internal.idsMethods in com.db4o.internal.ids with parameters of type SlotChangeFactory Modifier and Type Method Description intTransactionalIdSystem. newId(SlotChangeFactory slotChangeFactory)intTransactionalIdSystemImpl. newId(SlotChangeFactory slotChangeFactory)intTransportIdSystem. newId(SlotChangeFactory slotChangeFactory)voidIdSlotChanges. notifySlotCreated(int id, Slot slot, SlotChangeFactory slotChangeFactory)voidTransactionalIdSystem. notifySlotCreated(int id, Slot slot, SlotChangeFactory slotChangeFactory)voidTransactionalIdSystemImpl. notifySlotCreated(int id, Slot slot, SlotChangeFactory slotChangeFactory)voidTransportIdSystem. notifySlotCreated(int id, Slot slot, SlotChangeFactory slotChangeFactory)voidIdSlotChanges. notifySlotDeleted(int id, SlotChangeFactory slotChangeFactory)voidTransactionalIdSystem. notifySlotDeleted(int id, SlotChangeFactory slotChangeFactory)voidTransactionalIdSystemImpl. notifySlotDeleted(int id, SlotChangeFactory slotChangeFactory)voidTransportIdSystem. notifySlotDeleted(int id, SlotChangeFactory slotChangeFactory)voidTransactionalIdSystem. notifySlotUpdated(int id, Slot slot, SlotChangeFactory slotChangeFactory)voidTransactionalIdSystemImpl. notifySlotUpdated(int id, Slot slot, SlotChangeFactory slotChangeFactory)voidTransportIdSystem. notifySlotUpdated(int id, Slot slot, SlotChangeFactory slotChangeFactory)SlotChangeIdSlotChanges. produceSlotChange(int id, SlotChangeFactory slotChangeFactory)
- 
Uses of SlotChangeFactory in com.db4o.internal.slotsFields in com.db4o.internal.slots declared as SlotChangeFactory Modifier and Type Field Description static SlotChangeFactorySlotChangeFactory. FREE_SPACEstatic SlotChangeFactorySlotChangeFactory. ID_SYSTEMstatic SlotChangeFactorySlotChangeFactory. SYSTEM_OBJECTSstatic SlotChangeFactorySlotChangeFactory. USER_OBJECTS
 
-