Package edu.caltech.nanodb.storage
Class DBPageID
- java.lang.Object
-
- edu.caltech.nanodb.storage.DBPageID
-
public class DBPageID extends java.lang.Object
A class representing the unique identity of aDBPage
, used as a key for tracking pages in maps.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
int
hashCode()
-
-
-
Constructor Detail
-
DBPageID
public DBPageID(java.io.File file, int pageNo)
-
DBPageID
public DBPageID(DBPage dbPage)
-
-