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 classAbstractIdMappingBase class for defragment ID mappings.classDatabaseIdMappingDatabase based mapping for IDs during a defragmentation run.classInMemoryIdMappingIn-memory mapping for IDs during a defragmentation run.Methods in com.db4o.defragment that return IdMapping Modifier and Type Method Description IdMappingDefragmentConfig. mapping()IdMappingDefragmentServices. mapping()IdMappingDefragmentServicesImpl. 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.
-