Files
Yasuhiro KIMURA 9678929700 Update to 18.1.40
2020-07-24 01:10:28 +09:00

501 lines
27 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.7) on Mon Jun 01 06:40:53 PDT 2020 -->
<title>Deprecated List (Oracle - Berkeley DB Java API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="date" content="2020-06-01">
<link rel="stylesheet" type="text/css" href="style.css" title="Style">
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="script.js"></script>
<script type="text/javascript" src="jquery/jszip/dist/jszip.min.js"></script>
<script type="text/javascript" src="jquery/jszip-utils/dist/jszip-utils.min.js"></script>
<!--[if IE]>
<script type="text/javascript" src="jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script>
<![endif]-->
<script type="text/javascript" src="jquery/jquery-3.4.1.js"></script>
<script type="text/javascript" src="jquery/jquery-ui.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Deprecated List (Oracle - Berkeley DB Java API)";
}
}
catch(err) {
}
//-->
var pathtoroot = "./";
var useModuleDirectories = true;
loadScripts(document, 'script');</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<div class="fixedNav">
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="index.html">Overview</a></li>
<li>Package</li>
<li>Class</li>
<li>Use</li>
<li><a href="overview-tree.html">Tree</a></li>
<li class="navBarCell1Rev">Deprecated</li>
<li><a href="index-all.html">Index</a></li>
<li><a href="help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage"><b>Berkeley DB</b><br><font size="-1"> version 18.1.40</font></div>
</div>
<div class="subNav">
<ul class="navList" id="allclasses_navbar_top">
<li><a href="allclasses.html">All&nbsp;Classes</a></li>
</ul>
<ul class="navListSearch">
<li><label for="search">SEARCH:</label>
<input type="text" id="search" value="search" disabled="disabled">
<input type="reset" id="reset" value="reset" disabled="disabled">
</li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
</div>
<div class="navPadding">&nbsp;</div>
<script type="text/javascript"><!--
$('.navPadding').css('padding-top', $('.fixedNav').css("height"));
//-->
</script>
<div class="header">
<h1 title="Deprecated API" class="title">Deprecated API</h1>
<h2 title="Contents">Contents</h2>
<ul>
<li><a href="#field">Fields</a></li>
<li><a href="#method">Methods</a></li>
</ul>
</div>
<div class="contentContainer"><a name="field">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<table class="deprecatedSummary" summary="Fields table, listing fields, and an explanation">
<caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Field</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="com/sleepycat/db/CursorConfig.html#DEGREE_2">com.sleepycat.db.CursorConfig.DEGREE_2</a></th>
<td class="colLast">
<div class="deprecationComment">This has been replaced by <a href="com/sleepycat/db/CursorConfig.html#READ_COMMITTED"><code>CursorConfig.READ_COMMITTED</code></a> to conform to ANSI database isolation terminology.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="com/sleepycat/db/CursorConfig.html#DIRTY_READ">com.sleepycat.db.CursorConfig.DIRTY_READ</a></th>
<td class="colLast">
<div class="deprecationComment">This has been replaced by <a href="com/sleepycat/db/CursorConfig.html#READ_UNCOMMITTED"><code>CursorConfig.READ_UNCOMMITTED</code></a> to conform to ANSI
database isolation terminology.</div>
</td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="com/sleepycat/db/LockMode.html#DEGREE_2">com.sleepycat.db.LockMode.DEGREE_2</a></th>
<td class="colLast">
<div class="deprecationComment">This has been replaced by <a href="com/sleepycat/db/LockMode.html#READ_COMMITTED"><code>LockMode.READ_COMMITTED</code></a> to conform to ANSI
database isolation terminology.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="com/sleepycat/db/LockMode.html#DIRTY_READ">com.sleepycat.db.LockMode.DIRTY_READ</a></th>
<td class="colLast">
<div class="deprecationComment">This has been replaced by <a href="com/sleepycat/db/LockMode.html#READ_UNCOMMITTED"><code>LockMode.READ_UNCOMMITTED</code></a> to conform to ANSI
database isolation terminology.</div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
<a name="method">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<table class="deprecatedSummary" summary="Methods table, listing methods, and an explanation">
<caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="com/sleepycat/bind/tuple/TupleBase.html#newOutput--">com.sleepycat.bind.tuple.TupleBase.newOutput()</a></th>
<td class="colLast">
<div class="deprecationComment">replaced by <a href="com/sleepycat/bind/tuple/TupleBase.html#getTupleOutput-E-"><code>TupleBase.getTupleOutput(E)</code></a></div>
</td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="com/sleepycat/collections/StoredCollection.html#iterator-boolean-">com.sleepycat.collections.StoredCollection.iterator&#8203;(boolean)</a></th>
<td class="colLast">
<div class="deprecationComment">Please use <a href="com/sleepycat/collections/StoredCollection.html#storedIterator--"><code>StoredCollection.storedIterator()</code></a> or <a href="com/sleepycat/collections/StoredCollection.html#storedIterator-boolean-"><code>StoredCollection.storedIterator(boolean)</code></a> instead. Because the iterator returned must
be closed, the method name <code>iterator</code> is confusing since standard
Java iterators do not need to be closed.</div>
</td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="com/sleepycat/db/CursorConfig.html#getDegree2--">com.sleepycat.db.CursorConfig.getDegree2()</a></th>
<td class="colLast">
<div class="deprecationComment">This has been replaced by <a href="com/sleepycat/db/CursorConfig.html#getReadCommitted--"><code>CursorConfig.getReadCommitted()</code></a> to conform to ANSI
database isolation terminology.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="com/sleepycat/db/CursorConfig.html#getDirtyRead--">com.sleepycat.db.CursorConfig.getDirtyRead()</a></th>
<td class="colLast">
<div class="deprecationComment">This has been replaced by <a href="com/sleepycat/db/CursorConfig.html#getReadUncommitted--"><code>CursorConfig.getReadUncommitted()</code></a> to
conform to ANSI database isolation terminology.</div>
</td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="com/sleepycat/db/CursorConfig.html#setDegree2-boolean-">com.sleepycat.db.CursorConfig.setDegree2&#8203;(boolean)</a></th>
<td class="colLast">
<div class="deprecationComment">This has been replaced by <a href="com/sleepycat/db/CursorConfig.html#setReadCommitted-boolean-"><code>CursorConfig.setReadCommitted(boolean)</code></a> to conform to ANSI
database isolation terminology.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="com/sleepycat/db/CursorConfig.html#setDirtyRead-boolean-">com.sleepycat.db.CursorConfig.setDirtyRead&#8203;(boolean)</a></th>
<td class="colLast">
<div class="deprecationComment">This has been replaced by <a href="com/sleepycat/db/CursorConfig.html#setReadUncommitted-boolean-"><code>CursorConfig.setReadUncommitted(boolean)</code></a> to
conform to ANSI database isolation terminology.</div>
</td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="com/sleepycat/db/DatabaseConfig.html#getBlobDir--">com.sleepycat.db.DatabaseConfig.getBlobDir()</a></th>
<td class="colLast">
<div class="deprecationComment">This has been replaced by <a href="com/sleepycat/db/DatabaseConfig.html#getExternalFileDir--"><code>DatabaseConfig.getExternalFileDir()</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="com/sleepycat/db/DatabaseConfig.html#getBlobThreshold--">com.sleepycat.db.DatabaseConfig.getBlobThreshold()</a></th>
<td class="colLast">
<div class="deprecationComment">This has been replaced by <a href="com/sleepycat/db/DatabaseConfig.html#getExternalFileThreshold--"><code>DatabaseConfig.getExternalFileThreshold()</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="com/sleepycat/db/DatabaseConfig.html#getDirtyRead--">com.sleepycat.db.DatabaseConfig.getDirtyRead()</a></th>
<td class="colLast">
<div class="deprecationComment">This has been replaced by <a href="com/sleepycat/db/DatabaseConfig.html#getReadUncommitted--"><code>DatabaseConfig.getReadUncommitted()</code></a> to conform to ANSI
database isolation terminology.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="com/sleepycat/db/DatabaseConfig.html#setBlobDir-java.io.File-">com.sleepycat.db.DatabaseConfig.setBlobDir&#8203;(File)</a></th>
<td class="colLast">
<div class="deprecationComment">This has been replaced by <a href="com/sleepycat/db/DatabaseConfig.html#setExternalFileDir-java.io.File-"><code>DatabaseConfig.setExternalFileDir(java.io.File)</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="com/sleepycat/db/DatabaseConfig.html#setBlobThreshold-int-">com.sleepycat.db.DatabaseConfig.setBlobThreshold&#8203;(int)</a></th>
<td class="colLast">
<div class="deprecationComment">This has been replaced by <a href="com/sleepycat/db/DatabaseConfig.html#setExternalFileThreshold-int-"><code>DatabaseConfig.setExternalFileThreshold(int)</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="com/sleepycat/db/DatabaseConfig.html#setDirtyRead-boolean-">com.sleepycat.db.DatabaseConfig.setDirtyRead&#8203;(boolean)</a></th>
<td class="colLast">
<div class="deprecationComment">This has been replaced by <a href="com/sleepycat/db/DatabaseConfig.html#setReadUncommitted-boolean-"><code>DatabaseConfig.setReadUncommitted(boolean)</code></a> to conform to ANSI
database isolation terminology.</div>
</td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="com/sleepycat/db/DatabaseEntry.html#getBlob--">com.sleepycat.db.DatabaseEntry.getBlob()</a></th>
<td class="colLast">
<div class="deprecationComment">Replaced with <a href="com/sleepycat/db/DatabaseEntry.html#getExternalFile--"><code>DatabaseEntry.getExternalFile()</code></a>.
<p></div>
</td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="com/sleepycat/db/DatabaseEntry.html#setBlob-boolean-">com.sleepycat.db.DatabaseEntry.setBlob&#8203;(boolean)</a></th>
<td class="colLast">
<div class="deprecationComment">Replaced with <a href="com/sleepycat/db/DatabaseEntry.html#setExternalFile-boolean-"><code>DatabaseEntry.setExternalFile(boolean)</code></a>.
<p></div>
</td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="com/sleepycat/db/Environment.html#setBlobThreshold-int-">com.sleepycat.db.Environment.setBlobThreshold&#8203;(int)</a></th>
<td class="colLast">
<div class="deprecationComment">Replaced with <a href="com/sleepycat/db/Environment.html#setExternalFileThreshold-int-"><code>Environment.setExternalFileThreshold(int)</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="com/sleepycat/db/EnvironmentConfig.html#addDataDir-java.lang.String-">com.sleepycat.db.EnvironmentConfig.addDataDir&#8203;(String)</a></th>
<td class="colLast">
<div class="deprecationComment">replaced by <a href="com/sleepycat/db/EnvironmentConfig.html#addDataDir-java.io.File-"><code>EnvironmentConfig.addDataDir(java.io.File)</code></a></div>
</td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="com/sleepycat/db/EnvironmentConfig.html#getBlobDir--">com.sleepycat.db.EnvironmentConfig.getBlobDir()</a></th>
<td class="colLast">
<div class="deprecationComment">Replaced with <a href="com/sleepycat/db/EnvironmentConfig.html#getExternalFileDir--"><code>EnvironmentConfig.getExternalFileDir()</code></a>
<p></div>
</td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="com/sleepycat/db/EnvironmentConfig.html#getBlobThreshold--">com.sleepycat.db.EnvironmentConfig.getBlobThreshold()</a></th>
<td class="colLast">
<div class="deprecationComment">Replaced with <a href="com/sleepycat/db/EnvironmentConfig.html#getExternalFileThreshold--"><code>EnvironmentConfig.getExternalFileThreshold()</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="com/sleepycat/db/EnvironmentConfig.html#getLogBlobContent--">com.sleepycat.db.EnvironmentConfig.getLogBlobContent()</a></th>
<td class="colLast">
<div class="deprecationComment">Replaced with <a href="com/sleepycat/db/EnvironmentConfig.html#getLogExternalFileContent--"><code>EnvironmentConfig.getLogExternalFileContent()</code></a>.
<p></div>
</td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="com/sleepycat/db/EnvironmentConfig.html#getTestAndSetSpins--">com.sleepycat.db.EnvironmentConfig.getTestAndSetSpins()</a></th>
<td class="colLast">
<div class="deprecationComment">replaced by <a href="com/sleepycat/db/EnvironmentConfig.html#getMutexTestAndSetSpins--"><code>EnvironmentConfig.getMutexTestAndSetSpins()</code></a></div>
</td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="com/sleepycat/db/EnvironmentConfig.html#getVerboseDeadlock--">com.sleepycat.db.EnvironmentConfig.getVerboseDeadlock()</a></th>
<td class="colLast">
<div class="deprecationComment">replaced by <a href="com/sleepycat/db/EnvironmentConfig.html#getVerbose-com.sleepycat.db.VerboseConfig-"><code>EnvironmentConfig.getVerbose(com.sleepycat.db.VerboseConfig)</code></a></div>
</td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="com/sleepycat/db/EnvironmentConfig.html#getVerboseRecovery--">com.sleepycat.db.EnvironmentConfig.getVerboseRecovery()</a></th>
<td class="colLast">
<div class="deprecationComment">replaced by <a href="com/sleepycat/db/EnvironmentConfig.html#getVerbose-com.sleepycat.db.VerboseConfig-"><code>EnvironmentConfig.getVerbose(com.sleepycat.db.VerboseConfig)</code></a></div>
</td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="com/sleepycat/db/EnvironmentConfig.html#getVerboseRegister--">com.sleepycat.db.EnvironmentConfig.getVerboseRegister()</a></th>
<td class="colLast">
<div class="deprecationComment">replaced by <a href="com/sleepycat/db/EnvironmentConfig.html#getVerbose-com.sleepycat.db.VerboseConfig-"><code>EnvironmentConfig.getVerbose(com.sleepycat.db.VerboseConfig)</code></a></div>
</td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="com/sleepycat/db/EnvironmentConfig.html#getVerboseReplication--">com.sleepycat.db.EnvironmentConfig.getVerboseReplication()</a></th>
<td class="colLast">
<div class="deprecationComment">replaced by <a href="com/sleepycat/db/EnvironmentConfig.html#getVerbose-com.sleepycat.db.VerboseConfig-"><code>EnvironmentConfig.getVerbose(com.sleepycat.db.VerboseConfig)</code></a></div>
</td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="com/sleepycat/db/EnvironmentConfig.html#getVerboseWaitsFor--">com.sleepycat.db.EnvironmentConfig.getVerboseWaitsFor()</a></th>
<td class="colLast">
<div class="deprecationComment">replaced by <a href="com/sleepycat/db/EnvironmentConfig.html#getVerbose-com.sleepycat.db.VerboseConfig-"><code>EnvironmentConfig.getVerbose(com.sleepycat.db.VerboseConfig)</code></a></div>
</td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="com/sleepycat/db/EnvironmentConfig.html#setBlobDir-java.io.File-">com.sleepycat.db.EnvironmentConfig.setBlobDir&#8203;(File)</a></th>
<td class="colLast">
<div class="deprecationComment">Replaced with <a href="com/sleepycat/db/EnvironmentConfig.html#setExternalFileDir-java.io.File-"><code>EnvironmentConfig.setExternalFileDir(java.io.File)</code></a>.
<p></div>
</td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="com/sleepycat/db/EnvironmentConfig.html#setBlobThreshold-int-">com.sleepycat.db.EnvironmentConfig.setBlobThreshold&#8203;(int)</a></th>
<td class="colLast">
<div class="deprecationComment">Replaced with <a href="com/sleepycat/db/EnvironmentConfig.html#setExternalFileThreshold-int-"><code>EnvironmentConfig.setExternalFileThreshold(int)</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="com/sleepycat/db/EnvironmentConfig.html#setLogBlobContent-boolean-">com.sleepycat.db.EnvironmentConfig.setLogBlobContent&#8203;(boolean)</a></th>
<td class="colLast">
<div class="deprecationComment">Replaced with <a href="com/sleepycat/db/EnvironmentConfig.html#setLogExternalFileContent-boolean-"><code>EnvironmentConfig.setLogExternalFileContent(boolean)</code></a>.
<p></div>
</td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="com/sleepycat/db/EnvironmentConfig.html#setTemporaryDirectory-java.lang.String-">com.sleepycat.db.EnvironmentConfig.setTemporaryDirectory&#8203;(String)</a></th>
<td class="colLast">
<div class="deprecationComment">replaced by <a href="com/sleepycat/db/EnvironmentConfig.html#setTemporaryDirectory-java.io.File-"><code>EnvironmentConfig.setTemporaryDirectory(java.io.File)</code></a></div>
</td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="com/sleepycat/db/EnvironmentConfig.html#setTestAndSetSpins-int-">com.sleepycat.db.EnvironmentConfig.setTestAndSetSpins&#8203;(int)</a></th>
<td class="colLast">
<div class="deprecationComment">replaced by <a href="com/sleepycat/db/EnvironmentConfig.html#setMutexTestAndSetSpins-int-"><code>EnvironmentConfig.setMutexTestAndSetSpins(int)</code></a></div>
</td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="com/sleepycat/db/EnvironmentConfig.html#setVerboseDeadlock-boolean-">com.sleepycat.db.EnvironmentConfig.setVerboseDeadlock&#8203;(boolean)</a></th>
<td class="colLast">
<div class="deprecationComment">replaced by <a href="com/sleepycat/db/EnvironmentConfig.html#setVerbose-com.sleepycat.db.VerboseConfig-boolean-"><code>EnvironmentConfig.setVerbose(com.sleepycat.db.VerboseConfig, boolean)</code></a></div>
</td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="com/sleepycat/db/EnvironmentConfig.html#setVerboseRecovery-boolean-">com.sleepycat.db.EnvironmentConfig.setVerboseRecovery&#8203;(boolean)</a></th>
<td class="colLast">
<div class="deprecationComment">replaced by <a href="com/sleepycat/db/EnvironmentConfig.html#setVerbose-com.sleepycat.db.VerboseConfig-boolean-"><code>EnvironmentConfig.setVerbose(com.sleepycat.db.VerboseConfig, boolean)</code></a></div>
</td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="com/sleepycat/db/EnvironmentConfig.html#setVerboseRegister-boolean-">com.sleepycat.db.EnvironmentConfig.setVerboseRegister&#8203;(boolean)</a></th>
<td class="colLast">
<div class="deprecationComment">replaced by <a href="com/sleepycat/db/EnvironmentConfig.html#setVerbose-com.sleepycat.db.VerboseConfig-boolean-"><code>EnvironmentConfig.setVerbose(com.sleepycat.db.VerboseConfig, boolean)</code></a></div>
</td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="com/sleepycat/db/EnvironmentConfig.html#setVerboseReplication-boolean-">com.sleepycat.db.EnvironmentConfig.setVerboseReplication&#8203;(boolean)</a></th>
<td class="colLast">
<div class="deprecationComment">replaced by <a href="com/sleepycat/db/EnvironmentConfig.html#setVerbose-com.sleepycat.db.VerboseConfig-boolean-"><code>EnvironmentConfig.setVerbose(com.sleepycat.db.VerboseConfig, boolean)</code></a></div>
</td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="com/sleepycat/db/EnvironmentConfig.html#setVerboseWaitsFor-boolean-">com.sleepycat.db.EnvironmentConfig.setVerboseWaitsFor&#8203;(boolean)</a></th>
<td class="colLast">
<div class="deprecationComment">replaced by <a href="com/sleepycat/db/EnvironmentConfig.html#setVerbose-com.sleepycat.db.VerboseConfig-boolean-"><code>EnvironmentConfig.setVerbose(com.sleepycat.db.VerboseConfig, boolean)</code></a></div>
</td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="com/sleepycat/db/ReplicationManagerSiteInfo.html#isConnected--">com.sleepycat.db.ReplicationManagerSiteInfo.isConnected()</a></th>
<td class="colLast">
<div class="deprecationComment">Replaced by <a href="com/sleepycat/db/ReplicationManagerSiteInfo.html#getConnectionStatus--"><code>ReplicationManagerSiteInfo.getConnectionStatus()</code></a></div>
</td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="com/sleepycat/db/TransactionConfig.html#getDegree2--">com.sleepycat.db.TransactionConfig.getDegree2()</a></th>
<td class="colLast">
<div class="deprecationComment">This has been replaced by <a href="com/sleepycat/db/TransactionConfig.html#getReadCommitted--"><code>TransactionConfig.getReadCommitted()</code></a> to conform to ANSI
database isolation terminology.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="com/sleepycat/db/TransactionConfig.html#getDirtyRead--">com.sleepycat.db.TransactionConfig.getDirtyRead()</a></th>
<td class="colLast">
<div class="deprecationComment">This has been replaced by <a href="com/sleepycat/db/TransactionConfig.html#getReadUncommitted--"><code>TransactionConfig.getReadUncommitted()</code></a> to conform to ANSI
database isolation terminology.</div>
</td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="com/sleepycat/db/TransactionConfig.html#setDegree2-boolean-">com.sleepycat.db.TransactionConfig.setDegree2&#8203;(boolean)</a></th>
<td class="colLast">
<div class="deprecationComment">This has been replaced by <a href="com/sleepycat/db/TransactionConfig.html#setReadCommitted-boolean-"><code>TransactionConfig.setReadCommitted(boolean)</code></a> to conform to ANSI
database isolation terminology.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="com/sleepycat/db/TransactionConfig.html#setDirtyRead-boolean-">com.sleepycat.db.TransactionConfig.setDirtyRead&#8203;(boolean)</a></th>
<td class="colLast">
<div class="deprecationComment">This has been replaced by <a href="com/sleepycat/db/TransactionConfig.html#setReadUncommitted-boolean-"><code>TransactionConfig.setReadUncommitted(boolean)</code></a> to conform to ANSI
database isolation terminology.</div>
</td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="com/sleepycat/persist/evolve/EvolveConfig.html#cloneConfig--">com.sleepycat.persist.evolve.EvolveConfig.cloneConfig()</a></th>
<td class="colLast">
<div class="deprecationComment">As of JE 4.0.13, replaced by <a href="com/sleepycat/persist/evolve/EvolveConfig.html#clone--"><code>EvolveConfig.clone()</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="com/sleepycat/persist/model/EntityModel.html#classForName-java.lang.String-">com.sleepycat.persist.model.EntityModel.classForName&#8203;(String)</a></th>
<td class="colLast">
<div class="deprecationComment">use <a href="com/sleepycat/persist/model/EntityModel.html#resolveClass-java.lang.String-"><code>EntityModel.resolveClass(java.lang.String)</code></a> instead. This method does not
use the environment's ClassLoader property.</div>
</td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="com/sleepycat/persist/StoreConfig.html#cloneConfig--">com.sleepycat.persist.StoreConfig.cloneConfig()</a></th>
<td class="colLast">
<div class="deprecationComment">As of JE 4.0.13, replaced by <a href="com/sleepycat/persist/StoreConfig.html#clone--"><code>StoreConfig.clone()</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="com/sleepycat/util/ExceptionWrapper.html#getDetail--">com.sleepycat.util.ExceptionWrapper.getDetail()</a></th>
<td class="colLast">
<div class="deprecationComment">replaced by <a href="com/sleepycat/util/ExceptionWrapper.html#getCause--"><code>getCause()</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="com/sleepycat/util/IOExceptionWrapper.html#getDetail--">com.sleepycat.util.IOExceptionWrapper.getDetail()</a></th>
<td class="colLast">
<div class="deprecationComment">replaced by <a href="com/sleepycat/util/IOExceptionWrapper.html#getCause--"><code>IOExceptionWrapper.getCause()</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="com/sleepycat/util/RuntimeExceptionWrapper.html#getDetail--">com.sleepycat.util.RuntimeExceptionWrapper.getDetail()</a></th>
<td class="colLast">
<div class="deprecationComment">replaced by <code>Throwable.getCause()</code>.</div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="index.html">Overview</a></li>
<li>Package</li>
<li>Class</li>
<li>Use</li>
<li><a href="overview-tree.html">Tree</a></li>
<li class="navBarCell1Rev">Deprecated</li>
<li><a href="index-all.html">Index</a></li>
<li><a href="help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage"><b>Berkeley DB</b><br><font size="-1"> version 18.1.40</font></div>
</div>
<div class="subNav">
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="allclasses.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small><font size=1>Copyright (c) 1996, 2020 Oracle and/or its affiliates. All rights reserved.</font></small></p>
</body>
</html>