|
db4o 7.4 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ContextIDMapping
The ID mapping used internally during a defragmentation run.
Defragment
Method Summary | |
---|---|
void |
close()
Shuts down the mapping after use. |
void |
mapIDs(int origID,
int mappedID,
boolean isClassID)
Registers a mapping for the given IDs. |
int |
mappedID(int origID,
boolean lenient)
Returns a previously registered mapping ID for the given ID if it exists. |
void |
open()
Prepares the mapping for use. |
Method Detail |
---|
int mappedID(int origID, boolean lenient)
origID
- The original IDlenient
- If true, lenient mode will be used for lookup, strict mode otherwise.
void mapIDs(int origID, int mappedID, boolean isClassID)
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.void open()
void close()
|
db4o 7.4 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |