Class D_HeapController
java.lang.Object
org.apache.derby.iapi.services.diag.DiagnosticableGeneric
org.apache.derby.impl.store.access.heap.D_HeapController
- All Implemented Interfaces:
Diagnosticable
-
Field Summary
Fields inherited from class DiagnosticableGeneric
diag_object -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondiag()Default implementation of diagnostic on the object.private static voiddiag_page(Page page, Properties prop, TableStats stat) private static Stringdiag_tabulate(Properties prop, TableStats stat) voidprivate static Stringout_summary(String hdr, long value, double ratio, String ratio_desc) Methods inherited from class DiagnosticableGeneric
diag_detail
-
Constructor Details
-
D_HeapController
public D_HeapController()
-
-
Method Details
-
diag_page
- Throws:
StandardException
-
out_summary
-
diag_tabulate
-
init
- Specified by:
initin interfaceDiagnosticable- Overrides:
initin classDiagnosticableGeneric
-
diag
Default implementation of diagnostic on the object.This routine returns a string with whatever diagnostic information you would like to provide about this object.
This routine should be overriden by a real implementation of the diagnostic information you would like to provide.
- Specified by:
diagin interfaceDiagnosticable- Overrides:
diagin classDiagnosticableGeneric- Returns:
- A string with diagnostic information about the object.
- Throws:
StandardException- Standard Derby exception policy
-