Uses of Class
com.db4o.internal.slots.Slot
-
-
Uses of Slot in com.db4o
Methods in com.db4o with parameters of type Slot Modifier and Type Method Description void
DTrace. logLength(long id, Slot slot)
void
DTrace. logLength(Slot slot)
-
Uses of Slot in com.db4o.cs.internal.objectexchange
Methods in com.db4o.cs.internal.objectexchange that return Slot Modifier and Type Method Description Slot
SlotAccessor. currentSlotOfID(int id)
Slot
StandardSlotAccessor. currentSlotOfID(int id)
Methods in com.db4o.cs.internal.objectexchange that return types with arguments of type Slot Modifier and Type Method Description java.util.List<Pair<java.lang.Integer,Slot>>
SlotCollector. collect(Iterator4<java.lang.Integer> roots)
-
Uses of Slot in com.db4o.defragment
Methods in com.db4o.defragment that return Slot Modifier and Type Method Description Slot
DefragmentServices. allocateTargetSlot(int targetLength)
Slot
DefragmentServicesImpl. allocateTargetSlot(int length)
Methods in com.db4o.defragment with parameters of type Slot Modifier and Type Method Description void
DatabaseIdMapping. mapId(int id, Slot slot)
void
IdMapping. mapId(int id, Slot slot)
Maps an ID to a slotvoid
InMemoryIdMapping. mapId(int id, Slot slot)
-
Uses of Slot in com.db4o.internal
Methods in com.db4o.internal that return Slot Modifier and Type Method Description Slot
DefragmentContext. allocateMappedTargetSlot(int sourceAddress, int length)
Slot
DefragmentContextImpl. allocateMappedTargetSlot(int sourceAddress, int length)
only used by old handlers: OpenTypeHandler0, StringHandler0, ArrayHandler0.Slot
LocalObjectContainer. allocateSafeSlot(int length)
Slot
LocalObjectContainer. allocateSlot(int length)
Slot
TransportObjectContainer. allocateSlot(int length)
Slot
LocalObjectContainer. allocateSlotForNewUserObject(Transaction trans, int id, int length)
Slot
LocalObjectContainer. allocateSlotForUserObjectUpdate(Transaction trans, int id, int length)
Slot
DefragmentContext. allocateTargetSlot(int length)
Slot
DefragmentContextImpl. allocateTargetSlot(int length)
only used by old handlers: OpenTypeHandler0, StringHandler0, ArrayHandler0.Slot
LocalObjectContainer. appendBytes(long bytes)
Slot
LocalObjectContainer. debugReadPointerSlot(int id)
Slot
SystemData. idSystemSlot()
Slot
SystemData. inMemoryFreespaceSlot()
Slot
LocalObjectContainer. readPointerSlot(int id)
Slot
StatefulBuffer. slot()
Slot
BlockConverter. toBlockedLength(Slot slot)
Slot
BlockSizeBlockConverter. toBlockedLength(Slot slot)
Slot
DisabledBlockConverter. toBlockedLength(Slot slot)
Slot
BlockConverter. toNonBlockedLength(Slot slot)
Slot
BlockSizeBlockConverter. toNonBlockedLength(Slot slot)
Slot
DisabledBlockConverter. toNonBlockedLength(Slot slot)
Methods in com.db4o.internal with parameters of type Slot Modifier and Type Method Description void
LocalObjectContainer. free(Slot slot)
void
TransportObjectContainer. free(Slot slot)
void
SystemData. idSystemSlot(Slot slot)
void
SystemData. inMemoryFreespaceSlot(Slot slot)
void
LocalObjectContainer. overwriteDeletedBlockedSlot(Slot slot)
ByteArrayBuffer
LocalObjectContainer. readBufferBySlot(Slot slot)
StatefulBuffer
LocalObjectContainer. readStatefulBufferBySlot(Transaction trans, int id, Slot slot)
Slot
BlockConverter. toBlockedLength(Slot slot)
Slot
BlockSizeBlockConverter. toBlockedLength(Slot slot)
Slot
DisabledBlockConverter. toBlockedLength(Slot slot)
Slot
BlockConverter. toNonBlockedLength(Slot slot)
Slot
BlockSizeBlockConverter. toNonBlockedLength(Slot slot)
Slot
DisabledBlockConverter. toNonBlockedLength(Slot slot)
void
StatefulBuffer. useSlot(Slot slot)
void
LocalObjectContainer. writePointer(int id, Slot slot)
Constructors in com.db4o.internal with parameters of type Slot Constructor Description StatefulBuffer(Transaction trans, Slot slot)
-
Uses of Slot in com.db4o.internal.delete
Methods in com.db4o.internal.delete that return Slot Modifier and Type Method Description Slot
DeleteContext. readSlot()
Slot
DeleteContextImpl. readSlot()
-
Uses of Slot in com.db4o.internal.fileheader
Methods in com.db4o.internal.fileheader that return Slot Modifier and Type Method Description protected Slot
FileHeaderVariablePart. allocateSlot(int length)
-
Uses of Slot in com.db4o.internal.freespace
Fields in com.db4o.internal.freespace declared as Slot Modifier and Type Field Description protected Slot
SlotHandler. _current
Fields in com.db4o.internal.freespace with type parameters of type Slot Modifier and Type Field Description protected Procedure4<Slot>
AbstractFreespaceManager. _slotFreedCallback
Methods in com.db4o.internal.freespace that return Slot Modifier and Type Method Description Slot
BlockAwareFreespaceManager. allocateSafeSlot(int length)
Slot
BTreeFreespaceManager. allocateSafeSlot(int length)
Slot
FreespaceManager. allocateSafeSlot(int length)
Slot
FreespaceManagerIx. allocateSafeSlot(int length)
Slot
InMemoryFreespaceManager. allocateSafeSlot(int length)
Slot
NullFreespaceManager. allocateSafeSlot(int length)
Slot
BlockAwareFreespaceManager. allocateSlot(int length)
Slot
BTreeFreespaceManager. allocateSlot(int length)
Slot
FreespaceManager. allocateSlot(int length)
Slot
FreespaceManagerIx. allocateSlot(int length)
Slot
InMemoryFreespaceManager. allocateSlot(int length)
Slot
NullFreespaceManager. allocateSlot(int length)
Slot
BlockAwareFreespaceManager. allocateTransactionLogSlot(int length)
Slot
BTreeFreespaceManager. allocateTransactionLogSlot(int length)
Slot
FreespaceManager. allocateTransactionLogSlot(int length)
Slot
FreespaceManagerIx. allocateTransactionLogSlot(int length)
Slot
InMemoryFreespaceManager. allocateTransactionLogSlot(int length)
Slot
NullFreespaceManager. allocateTransactionLogSlot(int length)
Methods in com.db4o.internal.freespace with parameters of type Slot Modifier and Type Method Description void
BlockAwareFreespaceManager. free(Slot slot)
void
BTreeFreespaceManager. free(Slot slot)
void
FreespaceManager. free(Slot slot)
void
FreespaceManagerIx. free(Slot slot)
void
InMemoryFreespaceManager. free(Slot slot)
void
NullFreespaceManager. free(Slot slot)
void
BlockAwareFreespaceManager. freeSafeSlot(Slot slot)
void
BTreeFreespaceManager. freeSafeSlot(Slot slot)
void
FreespaceManager. freeSafeSlot(Slot slot)
void
FreespaceManagerIx. freeSafeSlot(Slot slot)
void
InMemoryFreespaceManager. freeSafeSlot(Slot slot)
void
NullFreespaceManager. freeSafeSlot(Slot slot)
void
BlockAwareFreespaceManager. read(LocalObjectContainer container, Slot slot)
void
BTreeFreespaceManager. read(LocalObjectContainer container, Slot slot)
void
FreespaceManager. read(LocalObjectContainer container, Slot slot)
void
FreespaceManagerIx. read(LocalObjectContainer container, Slot slot)
void
InMemoryFreespaceManager. read(LocalObjectContainer container, Slot slot)
void
NullFreespaceManager. read(LocalObjectContainer container, Slot slot)
void
AbstractFreespaceManager. slotFreed(Slot slot)
void
BlockAwareFreespaceManager. slotFreed(Slot slot)
void
FreespaceManager. slotFreed(Slot slot)
void
NullFreespaceManager. slotFreed(Slot slot)
Method parameters in com.db4o.internal.freespace with type arguments of type Slot Modifier and Type Method Description void
BlockAwareFreespaceManager. traverse(Visitor4<Slot> visitor)
void
FreespaceManager. traverse(Visitor4<Slot> visitor)
void
InMemoryFreespaceManager. traverse(Visitor4<Slot> visitor)
void
NullFreespaceManager. traverse(Visitor4<Slot> visitor)
Constructor parameters in com.db4o.internal.freespace with type arguments of type Slot Constructor Description AbstractFreespaceManager(Procedure4<Slot> slotFreedCallback, int discardLimit, int remainderSizeLimit)
BTreeFreespaceManager(LocalObjectContainer file, Procedure4<Slot> slotFreedCallback, int discardLimit, int remainderSizeLimit)
InMemoryFreespaceManager(Procedure4<Slot> slotFreedCallback, int discardLimit, int remainderSizeLimit)
-
Uses of Slot in com.db4o.internal.ids
Methods in com.db4o.internal.ids that return Slot Modifier and Type Method Description Slot
BTreeIdSystem. committedSlot(int id)
Slot
IdSystem. committedSlot(int id)
Slot
InMemoryIdSystem. committedSlot(int id)
Slot
PointerBasedIdSystem. committedSlot(int id)
Slot
TransactionalIdSystem. committedSlot(int id)
Slot
TransactionalIdSystemImpl. committedSlot(int id)
Slot
TransportIdSystem. committedSlot(int id)
Slot
TransactionalIdSystem. currentSlot(int id)
Slot
TransactionalIdSystemImpl. currentSlot(int id)
Slot
TransportIdSystem. currentSlot(int id)
Slot
TransactionalIdSystemImpl. modifiedSlot(int id)
Slot
TransactionalIdSystemImpl. modifiedSlotInParentIdSystem(int id)
Slot
IdSlotMapping. slot()
Slot
IdSlotTree. slot()
Methods in com.db4o.internal.ids with parameters of type Slot Modifier and Type Method Description void
FreespaceCommitter. delayedFree(Slot slot, boolean freeToSystemFreeSpaceSystem)
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
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)
Method parameters in com.db4o.internal.ids with type arguments of type Slot Modifier and Type Method Description void
BTreeIdSystem. traverseOwnSlots(Procedure4<Pair<java.lang.Integer,Slot>> block)
void
IdSystem. traverseOwnSlots(Procedure4<Pair<java.lang.Integer,Slot>> block)
void
InMemoryIdSystem. traverseOwnSlots(Procedure4<Pair<java.lang.Integer,Slot>> block)
void
PointerBasedIdSystem. traverseOwnSlots(Procedure4<Pair<java.lang.Integer,Slot>> block)
Constructors in com.db4o.internal.ids with parameters of type Slot Constructor Description IdSlotMapping(int id, Slot slot)
IdSlotTree(int id, Slot slot)
-
Uses of Slot in com.db4o.internal.marshall
Methods in com.db4o.internal.marshall that return Slot Modifier and Type Method Description Slot
MarshallingContext. allocateNewSlot(int length)
-
Uses of Slot in com.db4o.internal.slots
Fields in com.db4o.internal.slots declared as Slot Modifier and Type Field Description protected Slot
SlotChange. _newSlot
Slot
Pointer4. _slot
static Slot
Slot. ZERO
Methods in com.db4o.internal.slots that return Slot Modifier and Type Method Description Slot
Slot. append(Slot slot)
protected Slot
SlotChange. modifiedSlotInParentIdSystem(TransactionalIdSystemImpl idSystem)
protected Slot
SystemSlotChange. modifiedSlotInParentIdSystem(TransactionalIdSystemImpl idSystem)
Slot
SlotChange. newSlot()
FIXME: Check where pointers should be freed on commit.Slot
ReferencedSlot. slot()
Slot
Slot. subSlot(int offset)
Slot
Slot. truncate(int requiredLength)
Methods in com.db4o.internal.slots with parameters of type Slot Modifier and Type Method Description Slot
Slot. append(Slot slot)
int
Slot. compareByAddress(Slot slot)
int
Slot. compareByLength(Slot slot)
protected void
IdSystemSlotChange. free(FreespaceManager freespaceManager, Slot slot)
Tree
ReferencedSlot. free(LocalObjectContainer file, Tree treeRoot, Slot slot)
protected void
SlotChange. free(FreespaceManager freespaceManager, Slot slot)
boolean
Slot. isDirectlyPreceding(Slot other)
static boolean
Slot. isNull(Slot slot)
void
SlotChange. notifySlotCreated(Slot slot)
void
SlotChange. notifySlotUpdated(FreespaceManager freespaceManager, Slot slot)
void
ReferencedSlot. pointTo(Slot slot)
Constructors in com.db4o.internal.slots with parameters of type Slot Constructor Description Pointer4(int id, Slot slot)
-
Uses of Slot in com.db4o.internal.transactionlog
Methods in com.db4o.internal.transactionlog that return Slot Modifier and Type Method Description Slot
EmbeddedTransactionLogHandler. allocateSlot(boolean appendToFile, int slotChangeCount)
Slot
FileBasedTransactionLogHandler. allocateSlot(boolean append, int slotChangeCount)
abstract Slot
TransactionLogHandler. allocateSlot(boolean append, int slotChangeCount)
Methods in com.db4o.internal.transactionlog with parameters of type Slot 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)
-