Uses of Class
com.db4o.defragment.DefragmentConfig
-
Packages that use DefragmentConfig Package Description com.db4o.defragment -
-
Uses of DefragmentConfig in com.db4o.defragment
Methods in com.db4o.defragment with parameters of type DefragmentConfig Modifier and Type Method Description static void
Defragment. defrag(DefragmentConfig config)
Renames the file at the configured original path to the configured backup path and then builds a defragmented version of the file in the original place.static void
Defragment. defrag(DefragmentConfig config, DefragmentListener listener)
Renames the file at the configured original path to the configured backup path and then builds a defragmented version of the file in the original place.Constructors in com.db4o.defragment with parameters of type DefragmentConfig Constructor Description DefragmentServicesImpl(DefragmentConfig defragConfig, DefragmentListener listener)
-