com.sleepycat.collections.StoredCollections.dirtyReadCollection(Collection)
|
com.sleepycat.collections.StoredCollections.dirtyReadList(List)
|
com.sleepycat.collections.StoredCollections.dirtyReadMap(Map)
|
com.sleepycat.collections.StoredCollections.dirtyReadSet(Set)
|
com.sleepycat.collections.StoredCollections.dirtyReadSortedMap(SortedMap)
|
com.sleepycat.collections.StoredCollections.dirtyReadSortedSet(SortedSet)
|
com.sleepycat.util.RuntimeExceptionWrapper.getDetail()
|
com.sleepycat.util.ExceptionWrapper.getDetail()
|
com.sleepycat.util.IOExceptionWrapper.getDetail()
|
com.sleepycat.je.TransactionConfig.getDirtyRead() |
com.sleepycat.je.CursorConfig.getDirtyRead() |
com.sleepycat.collections.StoredContainer.isDirtyRead()
|
com.sleepycat.collections.StoredContainer.isDirtyReadAllowed()
This method is deprecated with no replacement in this class.
In the DB product, DatabaseConfig.getReadUncommitted may be
called.
|
com.sleepycat.collections.StoredCollection.iterator(boolean)
|
com.sleepycat.bind.tuple.TupleBase.newOutput()
|
com.sleepycat.bind.tuple.TupleBase.newOutput(byte[])
|
com.sleepycat.je.TransactionConfig.setDirtyRead(boolean) |
com.sleepycat.je.CursorConfig.setDirtyRead(boolean) |
com.sleepycat.je.dbi.EnvironmentImpl.truncate(Locker, DatabaseImpl)
This supports Database.truncate(), which is deprecated.
|
com.sleepycat.je.Database.truncate(Transaction, boolean)
It has not been possible to implement this method with
correct transactional semantics without incurring a performance penalty
on all Database operations. Truncate functionality has been moved to
Environment.truncateDatabase(), which requires that all Database handles
on the database are closed before the truncate operation can execute.
|
com.sleepycat.je.SecondaryDatabase.truncate(Transaction, boolean) |