com.sleepycat.je.tree
Class DBINReference

java.lang.Object
  extended bycom.sleepycat.je.tree.BINReference
      extended bycom.sleepycat.je.tree.DBINReference

public class DBINReference
extends BINReference

A class that embodies a reference to a DBIN that does not rely on a java reference to the actual DBIN.


Field Summary
 
Fields inherited from class com.sleepycat.je.tree.BINReference
idKey
 
Constructor Summary
(package private) DBINReference(long nodeId, DatabaseId databaseId, Key idKey, Key dupKey)
           
 
Method Summary
 Key getData()
           
 Key getKey()
           
 String toString()
           
 
Methods inherited from class com.sleepycat.je.tree.BINReference
addDeletedKey, addDeletedKeys, equals, getDatabaseId, getNodeId, hasDeletedKey, hashCode, removeDeletedKey
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DBINReference

DBINReference(long nodeId,
              DatabaseId databaseId,
              Key idKey,
              Key dupKey)
Method Detail

getKey

public Key getKey()
Overrides:
getKey in class BINReference

getData

public Key getData()
Overrides:
getData in class BINReference

toString

public String toString()
Overrides:
toString in class BINReference


Copyright 2004 Sleepycat, Inc. All Rights Reserved.