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.internal
Methods in com.db4o.internal that return SlotChangeFactory Modifier and Type Method Description SlotChangeFactory
PersistentBase. slotChangeFactory()
SlotChangeFactory
PersistentIntegerArray. 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.btree
Fields in com.db4o.internal.btree declared as SlotChangeFactory Modifier and Type Field Description SlotChangeFactory
BTreeConfiguration. _slotChangeFactory
Methods in com.db4o.internal.btree that return SlotChangeFactory Modifier and Type Method Description SlotChangeFactory
BTree. slotChangeFactory()
SlotChangeFactory
BTreeNode. 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.ids
Methods in com.db4o.internal.ids with parameters of type SlotChangeFactory Modifier and Type Method Description int
TransactionalIdSystem. newId(SlotChangeFactory slotChangeFactory)
int
TransactionalIdSystemImpl. newId(SlotChangeFactory slotChangeFactory)
int
TransportIdSystem. newId(SlotChangeFactory slotChangeFactory)
void
IdSlotChanges. notifySlotCreated(int id, Slot slot, SlotChangeFactory slotChangeFactory)
void
TransactionalIdSystem. notifySlotCreated(int id, Slot slot, SlotChangeFactory slotChangeFactory)
void
TransactionalIdSystemImpl. notifySlotCreated(int id, Slot slot, SlotChangeFactory slotChangeFactory)
void
TransportIdSystem. notifySlotCreated(int id, Slot slot, SlotChangeFactory slotChangeFactory)
void
IdSlotChanges. notifySlotDeleted(int id, SlotChangeFactory slotChangeFactory)
void
TransactionalIdSystem. notifySlotDeleted(int id, SlotChangeFactory slotChangeFactory)
void
TransactionalIdSystemImpl. notifySlotDeleted(int id, SlotChangeFactory slotChangeFactory)
void
TransportIdSystem. notifySlotDeleted(int id, SlotChangeFactory slotChangeFactory)
void
TransactionalIdSystem. notifySlotUpdated(int id, Slot slot, SlotChangeFactory slotChangeFactory)
void
TransactionalIdSystemImpl. notifySlotUpdated(int id, Slot slot, SlotChangeFactory slotChangeFactory)
void
TransportIdSystem. notifySlotUpdated(int id, Slot slot, SlotChangeFactory slotChangeFactory)
SlotChange
IdSlotChanges. produceSlotChange(int id, SlotChangeFactory slotChangeFactory)
-
Uses of SlotChangeFactory in com.db4o.internal.slots
Fields in com.db4o.internal.slots declared as SlotChangeFactory Modifier and Type Field Description static SlotChangeFactory
SlotChangeFactory. FREE_SPACE
static SlotChangeFactory
SlotChangeFactory. ID_SYSTEM
static SlotChangeFactory
SlotChangeFactory. SYSTEM_OBJECTS
static SlotChangeFactory
SlotChangeFactory. USER_OBJECTS
-