Uses of Interface
com.db4o.defragment.DefragmentListener
-
Packages that use DefragmentListener Package Description com.db4o.defragment -
-
Uses of DefragmentListener in com.db4o.defragment
Methods in com.db4o.defragment with parameters of type DefragmentListener Modifier and Type Method Description 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 DefragmentListener Constructor Description DefragmentServicesImpl(DefragmentConfig defragConfig, DefragmentListener listener)
-