Uses of Class
com.db4o.internal.DefragmentContextImpl
-
-
Uses of DefragmentContextImpl in com.db4o.defragment
Methods in com.db4o.defragment with parameters of type DefragmentContextImpl Modifier and Type Method Description void
DefragmentServices. targetWriteBytes(DefragmentContextImpl context, int targetAddress)
void
DefragmentServicesImpl. targetWriteBytes(DefragmentContextImpl context, int address)
-
Uses of DefragmentContextImpl in com.db4o.internal
Methods in com.db4o.internal with parameters of type DefragmentContextImpl Modifier and Type Method Description void
ClassMetadata. defragClass(DefragmentContextImpl context, int classIndexID)
void
IDHandler. defragIndexEntry(DefragmentContextImpl context)
void
Indexable4. defragIndexEntry(DefragmentContextImpl context)
void
Null. defragIndexEntry(DefragmentContextImpl context)
static void
ClassMetadata. defragObject(DefragmentContextImpl context)
void
SlotCopyHandler. processCopy(DefragmentContextImpl context)
Constructors in com.db4o.internal with parameters of type DefragmentContextImpl Constructor Description DefragmentContextImpl(ByteArrayBuffer source, DefragmentContextImpl context)
DefragmentContextImpl(DefragmentContextImpl parentContext, ObjectHeader header)
-
Uses of DefragmentContextImpl in com.db4o.internal.btree
Methods in com.db4o.internal.btree with parameters of type DefragmentContextImpl Modifier and Type Method Description void
BTree. defragIndex(DefragmentContextImpl context)
static void
BTreeNode. defragIndex(DefragmentContextImpl context, Indexable4 keyHandler)
void
FieldIndexKeyHandler. defragIndexEntry(DefragmentContextImpl context)
void
BTree. defragIndexNode(DefragmentContextImpl context)
-
Uses of DefragmentContextImpl in com.db4o.internal.classindex
Methods in com.db4o.internal.classindex with parameters of type DefragmentContextImpl Modifier and Type Method Description void
BTreeClassIndexStrategy. defragIndex(DefragmentContextImpl context)
void
ClassIndexStrategy. defragIndex(DefragmentContextImpl context)
void
BTreeClassIndexStrategy. defragReference(ClassMetadata classMetadata, DefragmentContextImpl context, int classIndexID)
void
ClassIndexStrategy. defragReference(ClassMetadata classMetadata, DefragmentContextImpl context, int classIndexID)
-
Uses of DefragmentContextImpl in com.db4o.internal.freespace
Methods in com.db4o.internal.freespace with parameters of type DefragmentContextImpl Modifier and Type Method Description void
SlotHandler. defragIndexEntry(DefragmentContextImpl context)
-
Uses of DefragmentContextImpl in com.db4o.internal.handlers
Methods in com.db4o.internal.handlers with parameters of type DefragmentContextImpl Modifier and Type Method Description void
IntHandler. defragIndexEntry(DefragmentContextImpl context)
void
PrimitiveHandler. defragIndexEntry(DefragmentContextImpl context)
void
StandardReferenceTypeHandler. defragIndexEntry(DefragmentContextImpl context)
void
StringHandler. defragIndexEntry(DefragmentContextImpl context)
-
Uses of DefragmentContextImpl in com.db4o.internal.ids
Methods in com.db4o.internal.ids with parameters of type DefragmentContextImpl Modifier and Type Method Description void
BTreeIdSystem.IdSlotMappingHandler. defragIndexEntry(DefragmentContextImpl context)
-
Uses of DefragmentContextImpl in com.db4o.internal.mapping
Methods in com.db4o.internal.mapping with parameters of type DefragmentContextImpl Modifier and Type Method Description void
MappedIDPairHandler. defragIndexEntry(DefragmentContextImpl context)
-
Uses of DefragmentContextImpl in com.db4o.internal.marshall
Methods in com.db4o.internal.marshall with parameters of type DefragmentContextImpl Modifier and Type Method Description void
ClassMarshaller. defrag(ClassMetadata classMetadata, LatinStringIO sio, DefragmentContextImpl context, int classIndexID)
void
FieldMarshaller. defrag(ClassMetadata classMetadata, ClassAspect aspect, LatinStringIO sio, DefragmentContextImpl context)
void
FieldMarshaller0. defrag(ClassMetadata classMetadata, ClassAspect aspect, LatinStringIO sio, DefragmentContextImpl context)
void
FieldMarshaller1. defrag(ClassMetadata classMetadata, ClassAspect aspect, LatinStringIO sio, DefragmentContextImpl context)
void
FieldMarshaller2. defrag(ClassMetadata classMetadata, ClassAspect aspect, LatinStringIO sio, DefragmentContextImpl context)
static ObjectHeader
ObjectHeader. defrag(DefragmentContextImpl context)
-