|
Class Summary |
| Clock |
This class is an implementation of the abstract class ReplaceStrategy.
|
| FIFO |
Implementation of the page replacement strategy FIFO (First-In-First-Out).
|
| LFU |
Implementation of the page replacement strategy LFU (Least-Frequently-Used).
|
| LIFO |
Implementation of the page replacement strategy LIFO (Last-In-First-Out).
|
| LRU |
Implementation of the page replacement strategy LRU (Least-Recently-Used).
|
| Manual |
Implementation of the page replacement strategy Manual.
|
| MFU |
Implementation of the page replacement strategy MFU (Most-Frequently-Used).
|
| MRU |
Implementation of the page replacement strategy MRU (Most-Recently-Used).
|
| NRU |
Implementation of the page replacement strategy NRU (Not-recently-used).
|
| OPT |
Implementation of the page replacement strategy OPT.
|
| RANDOM |
Implementation of the page replacement strategy RANDOM. |
| ReplaceStrategy |
This class is an abstract class to work as a template for implementations
of page replacement strategies.
|