Method and Description |
---|
com.sleepycat.client.persist.StoreConfig.cloneConfig()
As of JE 4.0.13, replaced by
StoreConfig.clone() . |
com.sleepycat.client.util.ExceptionWrapper.getDetail()
replaced by
ExceptionWrapper.getCause() . |
com.sleepycat.client.util.IOExceptionWrapper.getDetail()
replaced by
IOExceptionWrapper.getCause() . |
com.sleepycat.client.util.RuntimeExceptionWrapper.getDetail()
replaced by
Throwable.getCause() . |
com.sleepycat.client.collections.StoredCollection.iterator(boolean)
Please use
StoredCollection.storedIterator() or StoredCollection.storedIterator(boolean) instead. Because the iterator returned must
be closed, the method name iterator is confusing since standard
Java iterators do not need to be closed. |
com.sleepycat.client.asm.MethodVisitor.visitMethodInsn(int, String, String, String) |
Copyright (c) 2016, 2019 Oracle and/or its affiliates. All rights reserved.