| 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.
|
| com.sleepycat.je.utilint |
INTERNAL: Misc utility classes, including some stat classes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CursorImpl.setTreeStatsAccumulator(TreeWalkerStatsAccumulator tSA) |
| Modifier and Type | Method and Description |
|---|---|
void |
Tree.setTreeStatsAccumulator(TreeWalkerStatsAccumulator tSA) |
| Modifier and Type | Class and Description |
|---|---|
class |
StatsAccumulator |
Copyright © 2024. All rights reserved.