Package herddb.core

Class ClockProPolicy

  • All Implemented Interfaces:
    PageReplacementPolicy

    public class ClockProPolicy
    extends Object
    implements PageReplacementPolicy
    Basic implementation of ClockPro algorithm.

    Based on the original work:

     CLOCK-Pro: An Effective Improvement of the CLOCK Replacement
    
     Song Jiang                                    Feng Chen and Xiaodong Zhang
    
     Performance and Architecture Laboratory (PAL) Computer Science Department
     Los Alamos National Laboratory, CCS Division  College of William and Mary
     Los Alamos, NM 87545, USA                     Williamsburg, VA 23187, USA
     sjiang@lanl.gov                               fchen@cs.wm.edu, zhang@cs.wm.edu
     

    See http://web.cse.ohio-state.edu/hpcs/WWW/HTML/publications/papers/TR-05-3.pdf

    Author:
    diego.salvi