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.
|
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.
|
Copyright (c) 2002, 2017 Oracle and/or its affiliates. All rights reserved.