|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.derby.iapi.services.diag.DiagnosticableGeneric
org.apache.derby.impl.store.access.btree.D_BTreeController
org.apache.derby.impl.store.access.btree.index.D_B2IController
Debugging class used to print debug information about a B2I. Code here can be used in SANE development builds but the class is not necessary for a release so does not add footprint to a customer release. See the DiagnosticableGeneric interface for more information. Note that all the real work currently is inherited from it's parent, but this class needs to exist as the diagnostic interface requires a class names D_XXX to provide information about XXX.
Field Summary |
Fields inherited from class org.apache.derby.iapi.services.diag.DiagnosticableGeneric |
diag_object |
Constructor Summary | |
D_B2IController()
|
Methods inherited from class org.apache.derby.impl.store.access.btree.D_BTreeController |
diag, init |
Methods inherited from class org.apache.derby.iapi.services.diag.DiagnosticableGeneric |
diag_detail |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public D_B2IController()
|
Built on Tue 2006-10-10 19:23:47+0200, from revision exported | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |