com.sleepycat.je.tree
Class TreeLocation

java.lang.Object
  extended by com.sleepycat.je.tree.TreeLocation

public class TreeLocation
extends Object


Field Summary
 BIN bin
           
 long childLsn
           
 int index
           
 byte[] lnKey
           
 
Constructor Summary
TreeLocation()
           
 
Method Summary
 void reset()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

bin

public BIN bin

index

public int index

lnKey

public byte[] lnKey

childLsn

public long childLsn
Constructor Detail

TreeLocation

public TreeLocation()
Method Detail

reset

public void reset()

toString

public String toString()
Overrides:
toString in class Object


Copyright 2004-2005 Sleepycat, Inc. All Rights Reserved.