See: Description
| Interface | Description |
|---|---|
| Evictor.DbCache |
Caches DatabaseImpls to reduce DbTree.getDb overhead.
|
| Class | Description |
|---|---|
| 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 | Description |
|---|---|
| Evictor.EvictionSource |
Copyright (c) 2004-2012 Oracle. All rights reserved.