Package | Description |
---|---|
com.sleepycat.asm | |
com.sleepycat.asm.signature | |
com.sleepycat.bind |
Bindings between database entries and Java objects.
|
com.sleepycat.bind.serial |
Bindings that use Java serialization.
|
com.sleepycat.bind.tuple |
Bindings that use sequences of primitive fields, or tuples.
|
com.sleepycat.collections |
Data access based on the standard Java collections API.
|
com.sleepycat.compat | |
com.sleepycat.je |
Foundation for creating environments, databases and transactions; provides
cursor based data access.
|
com.sleepycat.je.cleaner | |
com.sleepycat.je.config |
Environment configuration parameter support.
|
com.sleepycat.je.dbi | |
com.sleepycat.je.evictor |
Provides classes and interfaces for memory reclamation in JDB.
|
com.sleepycat.je.incomp | |
com.sleepycat.je.jca.ra |
Support for the Java Connector Architecture, which provides a standard
for connecting the J2EE platform to legacy enterprise information
systems (EIS), such as ERP systems, database systems, and legacy
applications not written in Java.
|
com.sleepycat.je.jmx |
JE support for JMX.
|
com.sleepycat.je.latch |
Provides classes and interfaces for latches in JDB.
|
com.sleepycat.je.log |
Provides classes and interfaces for the JDB log subsystem.
|
com.sleepycat.je.log.entry | |
com.sleepycat.je.recovery | |
com.sleepycat.je.tree | |
com.sleepycat.je.txn |
Provides classes and interfaces for Transactions in JDB.
|
com.sleepycat.je.util |
Supporting utilities.
|
com.sleepycat.je.utilint | |
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 | |
com.sleepycat.persist.model |
Annotations for defining a persistent object model.
|
com.sleepycat.persist.raw |
Raw data access for general purpose tools and manual conversions.
|
com.sleepycat.util |
General utilities used throughout Berkeley DB.
|
com.sleepycat.util.keyrange |