Class D_B2IController
java.lang.Object
org.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
- All Implemented Interfaces:
Diagnosticable
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
Constructors -
Method Summary
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
-
Constructor Details
-
D_B2IController
public D_B2IController()
-