org.apache.derby.impl.store.access.btree
Class D_BTreeController
- java.lang.Object
-
- org.apache.derby.iapi.services.diag.DiagnosticableGeneric
-
- org.apache.derby.impl.store.access.btree.D_BTreeController
-
- All Implemented Interfaces:
- Diagnosticable
- Direct Known Subclasses:
- D_B2IController
public class D_BTreeController extends DiagnosticableGeneric
-
-
Constructor Summary
Constructors Constructor and Description D_BTreeController()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description java.lang.Stringdiag()Default implementation of diagnostic on the object.voidinit(java.lang.Object obj)-
Methods inherited from class org.apache.derby.iapi.services.diag.DiagnosticableGeneric
diag_detail
-
-
-
-
Method Detail
-
init
public void init(java.lang.Object obj)
- Specified by:
initin interfaceDiagnosticable- Overrides:
initin classDiagnosticableGeneric
-
diag
public java.lang.String diag() throws StandardExceptionDefault 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 returns a summary table of information about pages in each level of the btree. It tells the height of the tree, the average free and reserved bytes per level, and the page size.
- Specified by:
diagin interfaceDiagnosticable- Overrides:
diagin classDiagnosticableGeneric- Returns:
- A string with diagnostic information about the object.
- Throws:
StandardException- Standard Derby exception policy
-
-
DataMelt 3.0 © DataMelt by jWork.ORG