| 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.tree |
INTERNAL: Btree data structure (the JE main cache), including persistent
nodes classes, and Btree access methods.
|
| Modifier and Type | Method and Description |
|---|---|
Evictor |
EnvironmentImpl.getEvictor() |
| Modifier and Type | Method and Description |
|---|---|
void |
INTargetRep.Default.updateCacheStats(boolean increment,
Evictor evictor) |
void |
INTargetRep.Sparse.updateCacheStats(boolean increment,
Evictor evictor) |
void |
INTargetRep.None.updateCacheStats(boolean increment,
Evictor evictor) |
Copyright © 2024. All rights reserved.