com.sleepycat.je.evictor |
Provides classes and interfaces for memory reclamation in JDB.
Package Specification
(None)
|
Java Source File Name | Type | Comment |
EvictActionTest.java | Class | This tests exercises the act of eviction and determines whether the
expected nodes have been evicted properly. |
Evictor.java | Class | The Evictor looks through the INList for IN's and BIN's that are worthy of
eviction. |
EvictSelectionTest.java | Class | |