Class Page

java.lang.Object
   |
   +----Page

public class Page
extends Object

Variable Index

 o high
 o id
 o inMemTime
 o lastTouchTime
 o low
 o M
 o physical
 o R

Constructor Index

 o Page(int, int, byte, byte, int, int, long, long)

Variables

 o id
 public int id
 o physical
 public int physical
 o R
 public byte R
 o M
 public byte M
 o inMemTime
 public int inMemTime
 o lastTouchTime
 public int lastTouchTime
 o high
 public long high
 o low
 public long low

Constructors

 o Page
 public Page(int id,
             int physical,
             byte R,
             byte M,
             int inMemTime,
             int lastTouchTime,
             long high,
             long low)