|
db4o 6.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.db4o.defragment.AbstractContextIDMapping
public abstract class AbstractContextIDMapping
Base class for defragment ID mappings.
Defragment
Constructor Summary | |
---|---|
AbstractContextIDMapping()
|
Method Summary | |
---|---|
void |
mapIDs(int origID,
int mappedID,
boolean isClassID)
Registers a mapping for the given IDs. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.db4o.defragment.ContextIDMapping |
---|
close, mappedID, open |
Constructor Detail |
---|
public AbstractContextIDMapping()
Method Detail |
---|
public final void mapIDs(int origID, int mappedID, boolean isClassID)
ContextIDMapping
mapIDs
in interface ContextIDMapping
origID
- The original IDmappedID
- The ID to be mapped to the original ID.isClassID
- true if the given original ID specifies a class slot, false otherwise.
|
db4o 6.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |