| Package | Description |
|---|---|
| com.sleepycat.je.dbi |
INTERNAL: Underlying XxxImpl classes for Environment, Database and Cursor,
plus other misc classes (originally, dbi meant "db internal interface").
|
| com.sleepycat.je.evictor |
INTERNAL: Evicts data from the main and off-heap caches when they overflow.
|
| com.sleepycat.je.tree |
INTERNAL: Btree data structure (the JE main cache), including persistent
nodes classes, and Btree access methods.
|
| Class and Description |
|---|
| Evictor
Overview
--------
The Evictor is responsible for managing the JE cache.
|
| OffHeapCache
Off-heap cache and evictor.
|
| Class and Description |
|---|
| Evictor.EvictionSource |
| OffHeapAllocator
Implemented by off-heap memory allocators.
|
| OffHeapAllocator.OffHeapOverflowException |
| OffHeapCache.BINInfo |
| Class and Description |
|---|
| Evictor
Overview
--------
The Evictor is responsible for managing the JE cache.
|
Copyright © 2024. All rights reserved.