Package com.sleepycat.je.evictor

Provides classes and interfaces for memory reclamation in JE.

See:
          Description

Class Summary
Arbiter The Arbiter determines whether eviction should occur, by consulting the memory budget.
Evictor The Evictor is responsible for maintaining the JE cache.
Evictor.BackgroundEvictTask  
Evictor.RejectEvictHandler  
EvictorStatDefinition Per-stat Metadata for JE evictor statistics.
PrivateEvictor An evictor for a private cache.
PrivateSelector The standard eviction selector that operates on the INList for a single environment.
SharedEvictor Create an evictor for a shared cache.
SharedSelector A shared cache is really a way of processing the caches of multiple environments.
TargetSelector The TargetSelect choses an IN for eviction.
TargetSelector.EvictProfile  
TargetSelector.SetupInfo Struct returned when setting up an eviction batch.
 

Enum Summary
Evictor.EvictionSource  
 

Package com.sleepycat.je.evictor Description

Provides classes and interfaces for memory reclamation in JE.

Package Specification

(None)



Copyright (c) 2004-2010 Oracle. All rights reserved.