public class D_HeapController extends DiagnosticableGeneric
diag_object
Constructor and Description |
---|
D_HeapController() |
Modifier and Type | Method and Description |
---|---|
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) |
java.lang.String |
diag()
Default implementation of diagnostic on the object.
|
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_detail
private static void diag_page(Page page, java.util.Properties prop, TableStats stat) throws StandardException
StandardException
private 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 Diagnosticable
init
in class DiagnosticableGeneric
public 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 Diagnosticable
diag
in class DiagnosticableGeneric
StandardException
- Standard Derby exception policyApache Derby V10.13 Internals - Copyright © 2004,2016 The Apache Software Foundation. All Rights Reserved.