| Deprecated Methods | 
| com.sleepycat.collections.StoredCollections.dirtyReadCollection(Collection) This method has been replaced by
 StoredCollections.configuredCollection(java.util.Collection, com.sleepycat.db.CursorConfig)in order to conform to ANSI database isolation
 terminology.  To obtain a dirty-read collection, passCursorConfig.READ_UNCOMMITTED | 
| com.sleepycat.collections.StoredCollections.dirtyReadList(List) This method has been replaced by
 StoredCollections.configuredList(java.util.List, com.sleepycat.db.CursorConfig)in
 order to conform to ANSI database isolation terminology.  To obtain a
 dirty-read list, passCursorConfig.READ_UNCOMMITTED | 
| com.sleepycat.collections.StoredCollections.dirtyReadMap(Map) This method has been replaced by
 StoredCollections.configuredMap(java.util.Map, com.sleepycat.db.CursorConfig)in
 order to conform to ANSI database isolation terminology.  To obtain a
 dirty-read map, passCursorConfig.READ_UNCOMMITTED | 
| com.sleepycat.collections.StoredCollections.dirtyReadSet(Set) This method has been replaced by
 StoredCollections.configuredSet(java.util.Set, com.sleepycat.db.CursorConfig)in
 order to conform to ANSI database isolation terminology.  To obtain a
 dirty-read set, passCursorConfig.READ_UNCOMMITTED | 
| com.sleepycat.collections.StoredCollections.dirtyReadSortedMap(SortedMap) This method has been replaced by
 StoredCollections.configuredSortedMap(java.util.SortedMap, com.sleepycat.db.CursorConfig)in order to conform to ANSI database isolation
 terminology.  To obtain a dirty-read map, passCursorConfig.READ_UNCOMMITTED | 
| com.sleepycat.collections.StoredCollections.dirtyReadSortedSet(SortedSet) This method has been replaced by
 StoredCollections.configuredSortedSet(java.util.SortedSet, com.sleepycat.db.CursorConfig)in order to conform to ANSI database isolation
 terminology.  To obtain a dirty-read set, passCursorConfig.READ_UNCOMMITTED | 
| com.sleepycat.db.TransactionConfig.getDegree2() This has been replaced by
 TransactionConfig.getReadCommitted()to conform to ANSI
    database isolation terminology. | 
| com.sleepycat.db.CursorConfig.getDegree2() This has been replaced by
 CursorConfig.getReadCommitted()to conform to ANSI
    database isolation terminology. | 
| com.sleepycat.util.RuntimeExceptionWrapper.getDetail() replaced by
 RuntimeExceptionWrapper.getCause(). | 
| com.sleepycat.util.IOExceptionWrapper.getDetail() replaced by
 IOExceptionWrapper.getCause(). | 
| com.sleepycat.util.ExceptionWrapper.getDetail() replaced by
 ExceptionWrapper.getCause(). | 
| com.sleepycat.db.TransactionConfig.getDirtyRead() This has been replaced by
 TransactionConfig.getReadUncommitted()to conform to ANSI
    database isolation terminology. | 
| com.sleepycat.db.DatabaseConfig.getDirtyRead() This has been replaced by
 DatabaseConfig.getReadUncommitted()to conform to ANSI
    database isolation terminology. | 
| com.sleepycat.db.CursorConfig.getDirtyRead() This has been replaced by
 CursorConfig.getReadUncommitted()to conform to ANSI
    database isolation terminology. | 
| com.sleepycat.collections.StoredContainer.isDirtyRead() This method has been replaced by
 StoredContainer.getCursorConfig().CursorConfig.isReadUncommittedmay be called to determine
 whether dirty-read is enabled. | 
| com.sleepycat.collections.StoredContainer.isDirtyReadAllowed() This method is deprecated with no replacement in this class.
 In the DB product,
 DatabaseConfig.getReadUncommittedmay be
 called. | 
| com.sleepycat.bind.tuple.TupleBase.newOutput() replaced by
 TupleBase.getTupleOutput(java.lang.Object) | 
| com.sleepycat.bind.tuple.TupleBase.newOutput(byte[]) replaced by
 TupleBase.getTupleOutput(java.lang.Object) | 
| com.sleepycat.db.TransactionConfig.setDegree2(boolean) This has been replaced by
 TransactionConfig.setReadCommitted(boolean)to conform to ANSI
    database isolation terminology. | 
| com.sleepycat.db.CursorConfig.setDegree2(boolean) This has been replaced by
 CursorConfig.setReadCommitted(boolean)to conform to ANSI
    database isolation terminology. | 
| com.sleepycat.db.TransactionConfig.setDirtyRead(boolean) This has been replaced by
 TransactionConfig.setReadUncommitted(boolean)to conform to ANSI
    database isolation terminology. | 
| com.sleepycat.db.DatabaseConfig.setDirtyRead(boolean) This has been replaced by
 DatabaseConfig.setReadUncommitted(boolean)to conform to ANSI
    database isolation terminology. | 
| com.sleepycat.db.CursorConfig.setDirtyRead(boolean) This has been replaced by
 CursorConfig.setReadUncommitted(boolean)to conform to ANSI
    database isolation terminology. |