db4o 8.0

com.db4o.defragment
Class AbstractIdMapping

java.lang.Object
  extended by com.db4o.defragment.AbstractIdMapping
All Implemented Interfaces:
IdMapping
Direct Known Subclasses:
DatabaseIdMapping, InMemoryIdMapping

public abstract class AbstractIdMapping
extends java.lang.Object
implements IdMapping

Base class for defragment ID mappings.

See Also:
Defragment

Constructor Summary
AbstractIdMapping()
           
 
Method Summary
 void mapId(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.IdMapping
addressForId, close, commit, mapId, mappedId, open, slotChanges
 

Constructor Detail

AbstractIdMapping

public AbstractIdMapping()
Method Detail

mapId

public final void mapId(int origID,
                        int mappedID,
                        boolean isClassID)
Description copied from interface: IdMapping
Registers a mapping for the given IDs.

Specified by:
mapId in interface IdMapping

db4o 8.0

Copyright 2009 Versant Corporation. All rights reserved.