com.sleepycat.je.tree
Class TrackingInfo

java.lang.Object
  extended bycom.sleepycat.je.tree.TrackingInfo

public class TrackingInfo
extends Object

Tracking info packages some tree tracing info.


Constructor Summary
TrackingInfo(long lsn, long nodeId)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TrackingInfo

public TrackingInfo(long lsn,
                    long nodeId)
Method Detail

toString

public String toString()


Copyright 2004 Sleepycat, Inc. All Rights Reserved.