Package com.db4o.diagnostic
Class DefragmentRecommendation
- java.lang.Object
-
- com.db4o.diagnostic.DiagnosticBase
-
- com.db4o.diagnostic.DefragmentRecommendation
-
- All Implemented Interfaces:
Diagnostic
public class DefragmentRecommendation extends DiagnosticBase
Diagnostic to recommend Defragment when needed.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DefragmentRecommendation.DefragmentRecommendationReason
-
Constructor Summary
Constructors Constructor Description DefragmentRecommendation(DefragmentRecommendation.DefragmentRecommendationReason reason)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
problem()
returns the potential problem that triggered the messagejava.lang.Object
reason()
returns the reason for the messagejava.lang.String
solution()
suggests a possible solution for the possible problem-
Methods inherited from class com.db4o.diagnostic.DiagnosticBase
toString
-
-
-
-
Constructor Detail
-
DefragmentRecommendation
public DefragmentRecommendation(DefragmentRecommendation.DefragmentRecommendationReason reason)
-
-
Method Detail
-
problem
public java.lang.String problem()
Description copied from class:DiagnosticBase
returns the potential problem that triggered the message- Specified by:
problem
in classDiagnosticBase
-
reason
public java.lang.Object reason()
Description copied from class:DiagnosticBase
returns the reason for the message- Specified by:
reason
in classDiagnosticBase
-
solution
public java.lang.String solution()
Description copied from class:DiagnosticBase
suggests a possible solution for the possible problem- Specified by:
solution
in classDiagnosticBase
-
-