Package com.db4o.defragment
Class DefragmentInfo
- java.lang.Object
-
- com.db4o.defragment.DefragmentInfo
-
public class DefragmentInfo extends java.lang.Object
A message from the defragmentation process. This is a stub only and will be refined. Currently instances of these class will only be created and sent to registered listeners when invalid IDs are encountered during the defragmentation process. These probably are harmless and the result of a user-initiated delete operation.- See Also:
Defragment
-
-
Constructor Summary
Constructors Constructor Description DefragmentInfo(java.lang.String msg)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
-