Package org.apache.derby.iapi.store.raw
Class PageKey
java.lang.Object
org.apache.derby.iapi.store.raw.PageKey
A key that identifies a BasePage. Used as the key for the caching mechanism.
MT - Immutable :
MT - Immutable :
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
long
int
hashCode()
static PageKey
read
(ObjectInput in) toString()
void
-
Field Details
-
container
-
pageNumber
private final long pageNumber
-
-
Constructor Details
-
PageKey
-
-
Method Details
-
getPageNumber
public long getPageNumber() -
getContainerId
-
writeExternal
- Throws:
IOException
-
read
- Throws:
IOException
-
equals
-
hashCode
public int hashCode() -
toString
-