com.sleepycat.je.tree
Class BINReference
java.lang.Object
com.sleepycat.je.tree.BINReference
- Direct Known Subclasses:
- DBINReference
- public class BINReference
- extends Object
A class that embodies a reference to a BIN that does not rely on a
Java reference to the actual BIN.
idKey
protected Key idKey
BINReference
BINReference(long nodeId,
DatabaseId databaseId,
Key idKey)
getNodeId
public long getNodeId()
getDatabaseId
public DatabaseId getDatabaseId()
getKey
public Key getKey()
getData
public Key getData()
addDeletedKey
public void addDeletedKey(Key key)
addDeletedKeys
public void addDeletedKeys(BINReference other)
removeDeletedKey
public void removeDeletedKey(Key key)
hasDeletedKey
public boolean hasDeletedKey(Key key)
equals
public boolean equals(Object obj)
- Compare two BINReferences.
hashCode
public int hashCode()
toString
public String toString()
Copyright 2004 Sleepycat, Inc. All Rights Reserved.