| Package | Description |
|---|---|
| com.sleepycat.persist |
The Direct Persistence Layer (DPL) adds a persistent object model to the
Berkeley DB transactional engine.
|
| com.sleepycat.persist.evolve |
Utilities for managing class evolution of persistent objects.
|
| com.sleepycat.persist.impl |
INTERNAL: Direct Persistence Layer (DPL) implementation.
|
| Modifier and Type | Method and Description |
|---|---|
EvolveStats |
EntityStore.evolve(EvolveConfig config)
Performs conversion of unevolved objects in order to reduce lazy
conversion overhead.
|
| Modifier and Type | Method and Description |
|---|---|
EvolveStats |
EvolveEvent.getStats()
The cumulative statistics gathered during eager evolution.
|
| Modifier and Type | Method and Description |
|---|---|
EvolveStats |
Store.evolve(EvolveConfig config) |
Copyright © 2024. All rights reserved.