Uses of Interface
com.db4o.diagnostic.Diagnostic
-
Packages that use Diagnostic Package Description com.db4o.diagnostic com.db4o.internal.diagnostic com.db4o.ta -
-
Uses of Diagnostic in com.db4o.diagnostic
Classes in com.db4o.diagnostic that implement Diagnostic Modifier and Type Class Description class
ClassHasNoFields
Diagnostic, if class has no fields.class
DefragmentRecommendation
Diagnostic to recommend Defragment when needed.class
DeletionFailed
Diagnostic on failed delete.class
DescendIntoTranslator
Query tries to descend into a field of a class that is configured to be translated (and thus cannot be descended into).class
DiagnosticBase
base class for Diagnostic messagesclass
LoadedFromClassIndex
Diagnostic, if query was required to load candidate set from class index.class
MissingClass
Diagnostic if class not foundclass
NativeQueryNotOptimized
Diagnostic, if Native Query can not be run optimized.class
NativeQueryOptimizerNotLoaded
class
ObjectFieldDoesNotExist
Diagnostic ifObjectClass.objectField(String)
was called on a field that does not exist.class
UpdateDepthGreaterOne
Diagnostic, if update depth greater than 1.Methods in com.db4o.diagnostic with parameters of type Diagnostic Modifier and Type Method Description void
DiagnosticListener. onDiagnostic(Diagnostic d)
this method will be called with Diagnostic messages.void
DiagnosticToConsole. onDiagnostic(Diagnostic d)
redirects Diagnostic messages to the Console. -
Uses of Diagnostic in com.db4o.internal.diagnostic
Methods in com.db4o.internal.diagnostic with parameters of type Diagnostic Modifier and Type Method Description void
DiagnosticProcessor. onDiagnostic(Diagnostic d)
-
Uses of Diagnostic in com.db4o.ta
Classes in com.db4o.ta that implement Diagnostic Modifier and Type Class Description class
NotTransparentActivationEnabled
-