Package com.sleepycat.je.evictor

Provides classes and interfaces for memory reclamation in JE.

See:
          Description

Class Summary
Evictor The Evictor looks through the INList for IN's and BIN's that are worthy of eviction.
PrivateEvictor The standard Evictor that operates on the INList for a single environment.
SharedEvictor The Evictor that operates on the INLists for multiple environments that share a single cache.
 

Package com.sleepycat.je.evictor Description

Provides classes and interfaces for memory reclamation in JE.

Package Specification

(None)