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 TypeMethodDescriptionbooleanlonginthashCode()static PageKeyread(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
-
toString
-