Uses of Interface
com.db4o.defragment.IdMapping
-
Packages that use IdMapping Package Description com.db4o.defragment -
-
Uses of IdMapping in com.db4o.defragment
Classes in com.db4o.defragment that implement IdMapping Modifier and Type Class Description class
AbstractIdMapping
Base class for defragment ID mappings.class
DatabaseIdMapping
Database based mapping for IDs during a defragmentation run.class
InMemoryIdMapping
In-memory mapping for IDs during a defragmentation run.Methods in com.db4o.defragment that return IdMapping Modifier and Type Method Description IdMapping
DefragmentConfig. mapping()
IdMapping
DefragmentServices. mapping()
IdMapping
DefragmentServicesImpl. mapping()
Constructors in com.db4o.defragment with parameters of type IdMapping Constructor Description DefragmentConfig(java.lang.String origPath, java.lang.String backupPath, IdMapping mapping)
Creates a configuration for a defragmentation run.
-