Package com.sun.sgs.impl.service.data.store.db.bdb

Provides an implementation of the interfaces in the com.sun.sgs.service.store.db package based on Berkeley DB.

See:
          Description

Class Summary
BdbCursor Provides a cursor implementation using Berkeley DB.
BdbDatabase Provides a database implementation using Berkeley DB.
BdbEnvironment Provides a database implementation based on Berkeley DB.
BdbTransaction Provides a transaction implementation using Berkeley DB.
 

Enum Summary
BdbEnvironment.TxnIsolationLevel The supported transaction isolation levels.
 

Package com.sun.sgs.impl.service.data.store.db.bdb Description

Provides an implementation of the interfaces in the com.sun.sgs.service.store.db package based on Berkeley DB.

Operations on classes in this package will throw an Error if the underlying Berkeley DB database requires recovery. In that case, callers need to restart the application or create new instances of these classes.


RedDwarf, Version 0.10.1
2010-03-14 10:56:12

Copyright © 2010 The RedDwarf Authors. All rights reserved
Copyright © 2007-2010 Sun Microsystems, Inc. All rights reserved