| Deprecated Methods | 
| com.sleepycat.db.EnvironmentConfig.addDataDir(String) replaced by
 EnvironmentConfig.addDataDir(java.io.File) | 
| 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.db.EnvironmentConfig.getTestAndSetSpins() replaced by
 EnvironmentConfig.getMutexTestAndSetSpins() | 
| com.sleepycat.db.EnvironmentConfig.getVerboseDeadlock() replaced by
 EnvironmentConfig.getVerbose(com.sleepycat.db.VerboseConfig) | 
| com.sleepycat.db.EnvironmentConfig.getVerboseRecovery() replaced by
 EnvironmentConfig.getVerbose(com.sleepycat.db.VerboseConfig) | 
| com.sleepycat.db.EnvironmentConfig.getVerboseRegister() replaced by
 EnvironmentConfig.getVerbose(com.sleepycat.db.VerboseConfig) | 
| com.sleepycat.db.EnvironmentConfig.getVerboseReplication() replaced by
 EnvironmentConfig.getVerbose(com.sleepycat.db.VerboseConfig) | 
| com.sleepycat.db.EnvironmentConfig.getVerboseWaitsFor() replaced by
 EnvironmentConfig.getVerbose(com.sleepycat.db.VerboseConfig) | 
| 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.collections.StoredCollection.iterator(boolean) Please use
 StoredCollection.storedIterator()orStoredCollection.storedIterator(boolean)instead.  Because the iterator returned must
 be closed, the method nameiteratoris confusing since standard
 Java iterators do not need to be closed. | 
| 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. | 
| com.sleepycat.db.EnvironmentConfig.setTemporaryDirectory(String) replaced by
 EnvironmentConfig.setTemporaryDirectory(java.io.File) | 
| com.sleepycat.db.EnvironmentConfig.setTestAndSetSpins(int) replaced by
 EnvironmentConfig.setMutexTestAndSetSpins(int) | 
| com.sleepycat.db.EnvironmentConfig.setVerboseDeadlock(boolean) replaced by
 EnvironmentConfig.setVerbose(com.sleepycat.db.VerboseConfig, boolean) | 
| com.sleepycat.db.EnvironmentConfig.setVerboseRecovery(boolean) replaced by
 EnvironmentConfig.setVerbose(com.sleepycat.db.VerboseConfig, boolean) | 
| com.sleepycat.db.EnvironmentConfig.setVerboseRegister(boolean) replaced by
 EnvironmentConfig.setVerbose(com.sleepycat.db.VerboseConfig, boolean) | 
| com.sleepycat.db.EnvironmentConfig.setVerboseReplication(boolean) replaced by
 EnvironmentConfig.setVerbose(com.sleepycat.db.VerboseConfig, boolean) | 
| com.sleepycat.db.EnvironmentConfig.setVerboseWaitsFor(boolean) replaced by
 EnvironmentConfig.setVerbose(com.sleepycat.db.VerboseConfig, boolean) |