Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.derby.impl.store.raw.data
Class D_RecordId  view D_RecordId download D_RecordId.java

java.lang.Object
  extended byorg.apache.derby.iapi.services.diag.DiagnosticableGeneric
      extended byorg.apache.derby.impl.store.raw.data.D_RecordId
All Implemented Interfaces:
org.apache.derby.iapi.services.diag.Diagnosticable

public class D_RecordId
extends org.apache.derby.iapi.services.diag.DiagnosticableGeneric

The D_RecordId class provides diagnostic information about the BaseContainerHandle class. Currently this info is a single string of the form ROW(conglomerate_id, page_number, record_id)


Field Summary
 
Fields inherited from class org.apache.derby.iapi.services.diag.DiagnosticableGeneric
diag_object
 
Constructor Summary
D_RecordId()
           
 
Method Summary
 void diag_detail(java.util.Properties prop)
          Return a set of properties describing the the key used to lock container.
 java.lang.String diag()
          Return string identifying the underlying container.
 
Methods inherited from class org.apache.derby.iapi.services.diag.DiagnosticableGeneric
init
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

D_RecordId

public D_RecordId()
Method Detail

diag

public java.lang.String diag()
                      throws org.apache.derby.iapi.error.StandardException
Return string identifying the underlying container.


diag_detail

public void diag_detail(java.util.Properties prop)
                 throws org.apache.derby.iapi.error.StandardException
Return a set of properties describing the the key used to lock container.

Used by debugging code to print the lock table on demand.