org.apache.derby.impl.store.access.btree.index
Class D_B2IController

java.lang.Object
  extended by org.apache.derby.iapi.services.diag.DiagnosticableGeneric
      extended by org.apache.derby.impl.store.access.btree.D_BTreeController
          extended by org.apache.derby.impl.store.access.btree.index.D_B2IController
All Implemented Interfaces:
Diagnosticable

public class D_B2IController
extends D_BTreeController

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()
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

D_B2IController

public D_B2IController()

Built on Thu 2010-12-23 20:49:13+0000, from revision ???

Apache Derby V10.6 Internals - Copyright © 2004,2007 The Apache Software Foundation. All Rights Reserved.