public final class PageKey
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private ContainerKey |
container |
private long |
pageNumber |
Constructor and Description |
---|
PageKey(ContainerKey key,
long pageNumber) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object other) |
ContainerKey |
getContainerId() |
long |
getPageNumber() |
int |
hashCode() |
static PageKey |
read(java.io.ObjectInput in) |
java.lang.String |
toString() |
void |
writeExternal(java.io.ObjectOutput out) |
private final ContainerKey container
private final long pageNumber
public PageKey(ContainerKey key, long pageNumber)
public long getPageNumber()
public ContainerKey getContainerId()
public void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
java.io.IOException
public static PageKey read(java.io.ObjectInput in) throws java.io.IOException
java.io.IOException
public boolean equals(java.lang.Object other)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
Apache Derby V10.13 Internals - Copyright © 2004,2016 The Apache Software Foundation. All Rights Reserved.