|
|||||||||
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
public class 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 | |
---|---|
DBINReference(long nodeId,
DatabaseId databaseId,
byte[] idKey,
byte[] dupKey)
|
Method Summary | |
---|---|
byte[] |
getData()
|
byte[] |
getKey()
|
String |
toString()
|
Methods inherited from class com.sleepycat.je.tree.BINReference |
---|
addDeletedKey, addDeletedKeys, deletedKeysExist, equals, getDatabaseId, getDeletedKeyIterator, 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, byte[] idKey, byte[] dupKey)
Method Detail |
---|
public byte[] getKey()
getKey
in class BINReference
public byte[] 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 |