|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sleepycat.je.tree.BINReference
com.sleepycat.je.tree.DBINReference
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(long nodeId, DatabaseId databaseId, Key idKey, Key dupKey)
Method Detail |
public Key getKey()
getKey
in class BINReference
public Key getData()
getData
in class BINReference
public String toString()
toString
in class BINReference
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |