Diagnosticablepublic class D_HeapController extends DiagnosticableGeneric
diag_object| Constructor | Description |
|---|---|
D_HeapController() |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
diag() |
Default implementation of diagnostic on the object.
|
private static void |
diag_page(Page page,
java.util.Properties prop,
TableStats stat) |
|
private static java.lang.String |
diag_tabulate(java.util.Properties prop,
TableStats stat) |
|
void |
init(java.lang.Object obj) |
|
private static java.lang.String |
out_summary(java.lang.String hdr,
long value,
double ratio,
java.lang.String ratio_desc) |
diag_detailprivate static void diag_page(Page page, java.util.Properties prop, TableStats stat) throws StandardException
StandardExceptionprivate static java.lang.String out_summary(java.lang.String hdr,
long value,
double ratio,
java.lang.String ratio_desc)
private static java.lang.String diag_tabulate(java.util.Properties prop,
TableStats stat)
public void init(java.lang.Object obj)
init in interface Diagnosticableinit in class DiagnosticableGenericpublic java.lang.String diag()
throws StandardException
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.
diag in interface Diagnosticablediag in class DiagnosticableGenericStandardException - Standard Derby exception policyApache Derby V10.14 Internals - Copyright © 2004,2018 The Apache Software Foundation. All Rights Reserved.