index-all.html   [plain text]


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN""http://www.w3.org/TR/REC-html40/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc on Wed Dec 03 16:22:05 EST 2003 -->
<TITLE>
Index (Sleepycat Software, Inc. - Berkeley DB Java API)
</TITLE>
<LINK REL ="stylesheet" TYPE="text/css" HREF="style.css" TITLE="Style">
</HEAD>
<SCRIPT>
function asd()
{
parent.document.title="Index (Sleepycat Software, Inc. - Berkeley DB Java API)";
}
</SCRIPT>
<BODY BGCOLOR="white" onload="asd();">

<!-- ========== START OF NAVBAR ========== -->
<A NAME="navbar_top"><!-- --></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
<TR>
<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3">
  <TR ALIGN="center" VALIGN="top">
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  </TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
<b>Berkeley DB</b><br><font size="-1"> version 4.2.52</font></EM>
</TD>
</TR>

<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;PREV&nbsp;
&nbsp;NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  <A HREF="index.html" TARGET="_top"><B>FRAMES</B></A>  &nbsp;
&nbsp;<A HREF="index-all.html" TARGET="_top"><B>NO FRAMES</B></A>  &nbsp;
&nbsp;
<SCRIPT>
  <!--
  if(window==top) {
    document.writeln('<A HREF="allclasses-noframe.html" TARGET=""><B>All Classes</B></A>');
  }
  //-->
</SCRIPT>
<NOSCRIPT>
<A HREF="allclasses-noframe.html" TARGET=""><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<!-- =========== END OF NAVBAR =========== -->

<A HREF="#_A_">A</A> <A HREF="#_B_">B</A> <A HREF="#_C_">C</A> <A HREF="#_D_">D</A> <A HREF="#_E_">E</A> <A HREF="#_F_">F</A> <A HREF="#_G_">G</A> <A HREF="#_H_">H</A> <A HREF="#_I_">I</A> <A HREF="#_J_">J</A> <A HREF="#_K_">K</A> <A HREF="#_L_">L</A> <A HREF="#_M_">M</A> <A HREF="#_N_">N</A> <A HREF="#_O_">O</A> <A HREF="#_P_">P</A> <A HREF="#_Q_">Q</A> <A HREF="#_R_">R</A> <A HREF="#_S_">S</A> <A HREF="#_T_">T</A> <A HREF="#_U_">U</A> <A HREF="#_V_">V</A> <A HREF="#_W_">W</A> <A HREF="#_X_">X</A> <HR>
<A NAME="_A_"><!-- --></A><H2>
<B>A</B></H2>
<DL>
<DT><A HREF="com/sleepycat/db/DbTxn.html#abort()"><B>abort()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbTxn.html">DbTxn</A>
<DD>The DbTxn.abort method causes an abnormal termination of the transaction.
<DT><A HREF="com/sleepycat/bdb/CurrentTransaction.html#abortTxn()"><B>abortTxn()</B></A> - 
Method in class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/CurrentTransaction.html">CurrentTransaction</A>
<DD>Aborts the transaction that is active for the current thread for this
 environment and makes the parent transaction (if any) the current
 transaction.
<DT><A HREF="com/sleepycat/bdb/collection/StoredList.html#add(int, java.lang.Object)"><B>add(int, Object)</B></A> - 
Method in class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredList.html">StoredList</A>
<DD>Inserts the specified element at the specified position in this list
 (optional operation).
<DT><A HREF="com/sleepycat/bdb/collection/StoredValueSet.html#add(java.lang.Object)"><B>add(Object)</B></A> - 
Method in class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredValueSet.html">StoredValueSet</A>
<DD>Adds the specified entity to this set if it is not already present
 (optional operation).
<DT><A HREF="com/sleepycat/bdb/collection/StoredList.html#add(java.lang.Object)"><B>add(Object)</B></A> - 
Method in class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredList.html">StoredList</A>
<DD>Appends the specified element to the end of this list (optional
 operation).
<DT><A HREF="com/sleepycat/bdb/collection/StoredKeySet.html#add(java.lang.Object)"><B>add(Object)</B></A> - 
Method in class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredKeySet.html">StoredKeySet</A>
<DD>Adds the specified key to this set if it is not already present
 (optional operation).
<DT><A HREF="com/sleepycat/bdb/collection/StoredIterator.html#add(java.lang.Object)"><B>add(Object)</B></A> - 
Method in class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredIterator.html">StoredIterator</A>
<DD>Inserts the specified element into the list or inserts a duplicate into
 other types of collections (optional operation).
<DT><A HREF="com/sleepycat/bdb/collection/StoredEntrySet.html#add(java.lang.Object)"><B>add(Object)</B></A> - 
Method in class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredEntrySet.html">StoredEntrySet</A>
<DD>Adds the specified element to this set if it is not already present
 (optional operation).
<DT><A HREF="com/sleepycat/bdb/collection/StoredCollection.html#addAll(java.util.Collection)"><B>addAll(Collection)</B></A> - 
Method in class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredCollection.html">StoredCollection</A>
<DD>Adds all of the elements in the specified collection to this collection
 (optional operation).
<DT><A HREF="com/sleepycat/bdb/collection/StoredList.html#addAll(int, java.util.Collection)"><B>addAll(int, Collection)</B></A> - 
Method in class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredList.html">StoredList</A>
<DD>Inserts all of the elements in the specified collection into this list
 at the specified position (optional operation).
<DT><A HREF="com/sleepycat/bdb/util/FastOutputStream.html#addSize(int)"><B>addSize(int)</B></A> - 
Method in class com.sleepycat.bdb.util.<A HREF="com/sleepycat/bdb/util/FastOutputStream.html">FastOutputStream</A>
<DD>Skip the given number of bytes in the buffer.
<DT><A HREF="com/sleepycat/bdb/DataView.html#addValue(com.sleepycat.bdb.DataThang, java.lang.Object, int)"><B>addValue(DataThang, Object, int)</B></A> - 
Method in class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/DataView.html">DataView</A>
<DD>Adds a duplicate value for a specified key.
<DT><A HREF="com/sleepycat/db/DbAppDispatch.html#appDispatch(com.sleepycat.db.DbEnv, com.sleepycat.db.Dbt, com.sleepycat.db.DbLsn, int)"><B>appDispatch(DbEnv, Dbt, DbLsn, int)</B></A> - 
Method in interface com.sleepycat.db.<A HREF="com/sleepycat/db/DbAppDispatch.html">DbAppDispatch</A>
<DD>The DbAppDispatch interface is used by the DbEnv.setAppDispatch method.
<DT><A HREF="com/sleepycat/bdb/collection/StoredMap.html#append(java.lang.Object)"><B>append(Object)</B></A> - 
Method in class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredMap.html">StoredMap</A>
<DD>Appends a given value returning the newly assigned key.
<DT><A HREF="com/sleepycat/bdb/collection/StoredList.html#append(java.lang.Object)"><B>append(Object)</B></A> - 
Method in class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredList.html">StoredList</A>
<DD>Appends a given value returning the newly assigned index.
<DT><A HREF="com/sleepycat/bdb/DataView.html#append(java.lang.Object, java.lang.Object[], java.lang.Object[])"><B>append(Object, Object[], Object[])</B></A> - 
Method in class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/DataView.html">DataView</A>
<DD>Appends a value and returns the new key.
<DT><A HREF="com/sleepycat/bdb/DataView.html#areDuplicatesAllowed()"><B>areDuplicatesAllowed()</B></A> - 
Method in class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/DataView.html">DataView</A>
<DD>Returns whether duplicates are allowed for the index or store.
<DT><A HREF="com/sleepycat/bdb/DataDb.html#areDuplicatesAllowed()"><B>areDuplicatesAllowed()</B></A> - 
Method in class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/DataDb.html">DataDb</A>
<DD>Returns whether duplicates are allowed for the database.
<DT><A HREF="com/sleepycat/bdb/collection/StoredContainer.html#areDuplicatesAllowed()"><B>areDuplicatesAllowed()</B></A> - 
Method in class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredContainer.html">StoredContainer</A>
<DD>Returns whether duplicate keys are allowed in this container.
<DT><A HREF="com/sleepycat/bdb/DataView.html#areDuplicatesOrdered()"><B>areDuplicatesOrdered()</B></A> - 
Method in class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/DataView.html">DataView</A>
<DD>Returns whether duplicates are ordered for the index or store.
<DT><A HREF="com/sleepycat/bdb/DataDb.html#areDuplicatesOrdered()"><B>areDuplicatesOrdered()</B></A> - 
Method in class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/DataDb.html">DataDb</A>
<DD>Returns whether duplicates are ordered for the database.
<DT><A HREF="com/sleepycat/bdb/collection/StoredContainer.html#areDuplicatesOrdered()"><B>areDuplicatesOrdered()</B></A> - 
Method in class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredContainer.html">StoredContainer</A>
<DD>Returns whether duplicate keys are allowed and sorted by element value.
<DT><A HREF="com/sleepycat/bdb/DataView.html#areKeysRenumbered()"><B>areKeysRenumbered()</B></A> - 
Method in class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/DataView.html">DataView</A>
<DD>Returns whether keys (record numbers) are renumbered for the index or
 store.
<DT><A HREF="com/sleepycat/bdb/DataDb.html#areKeysRenumbered()"><B>areKeysRenumbered()</B></A> - 
Method in class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/DataDb.html">DataDb</A>
<DD>Returns whether keys (record numbers) are renumbered for the database.
<DT><A HREF="com/sleepycat/bdb/collection/StoredContainer.html#areKeysRenumbered()"><B>areKeysRenumbered()</B></A> - 
Method in class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredContainer.html">StoredContainer</A>
<DD>Returns whether keys are renumbered when insertions and deletions occur.
<DT><A HREF="com/sleepycat/bdb/PrimaryKeyAssigner.html#assignKey(com.sleepycat.bdb.bind.DataBuffer)"><B>assignKey(DataBuffer)</B></A> - 
Method in interface com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/PrimaryKeyAssigner.html">PrimaryKeyAssigner</A>
<DD>Assigns a new primary key value into the given data buffer.
<DT><A HREF="com/sleepycat/db/Db.html#associate(com.sleepycat.db.DbTxn, com.sleepycat.db.Db, com.sleepycat.db.DbSecondaryKeyCreate, int)"><B>associate(DbTxn, Db, DbSecondaryKeyCreate, int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bdb/collection/StoredCollections.html#autoCommitCollection(java.util.Collection)"><B>autoCommitCollection(Collection)</B></A> - 
Static method in class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredCollections.html">StoredCollections</A>
<DD>Creates a auto-commit collection from a given stored collection.
<DT><A HREF="com/sleepycat/bdb/collection/StoredCollections.html#autoCommitList(java.util.List)"><B>autoCommitList(List)</B></A> - 
Static method in class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredCollections.html">StoredCollections</A>
<DD>Creates a auto-commit list from a given stored list.
<DT><A HREF="com/sleepycat/bdb/collection/StoredCollections.html#autoCommitMap(java.util.Map)"><B>autoCommitMap(Map)</B></A> - 
Static method in class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredCollections.html">StoredCollections</A>
<DD>Creates a auto-commit map from a given stored map.
<DT><A HREF="com/sleepycat/bdb/collection/StoredCollections.html#autoCommitSet(java.util.Set)"><B>autoCommitSet(Set)</B></A> - 
Static method in class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredCollections.html">StoredCollections</A>
<DD>Creates a auto-commit set from a given stored set.
<DT><A HREF="com/sleepycat/bdb/collection/StoredCollections.html#autoCommitSortedMap(java.util.SortedMap)"><B>autoCommitSortedMap(SortedMap)</B></A> - 
Static method in class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredCollections.html">StoredCollections</A>
<DD>Creates a auto-commit sorted map from a given stored sorted map.
<DT><A HREF="com/sleepycat/bdb/collection/StoredCollections.html#autoCommitSortedSet(java.util.SortedSet)"><B>autoCommitSortedSet(SortedSet)</B></A> - 
Static method in class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredCollections.html">StoredCollections</A>
<DD>Creates a auto-commit sorted set from a given stored sorted set.
<DT><A HREF="com/sleepycat/bdb/DataView.html#autoCommitView(boolean)"><B>autoCommitView(boolean)</B></A> - 
Method in class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/DataView.html">DataView</A>
<DD>Returns a new view with a specified autoCommit setting.
<DT><A HREF="com/sleepycat/bdb/util/FastInputStream.html#available()"><B>available()</B></A> - 
Method in class com.sleepycat.bdb.util.<A HREF="com/sleepycat/bdb/util/FastInputStream.html">FastInputStream</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_B_"><!-- --></A><H2>
<B>B</B></H2>
<DL>
<DT><A HREF="com/sleepycat/bdb/CurrentTransaction.html#beginTxn()"><B>beginTxn()</B></A> - 
Method in class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/CurrentTransaction.html">CurrentTransaction</A>
<DD>Begins a new transaction for this environment and associates it with
 the current thread.
<DT><A HREF="com/sleepycat/bdb/CurrentTransaction.html#beginTxn(boolean, boolean)"><B>beginTxn(boolean, boolean)</B></A> - 
Method in class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/CurrentTransaction.html">CurrentTransaction</A>
<DD>Begins a new transaction for this environment and associates it with
 the current thread.
<DT><A HREF="com/sleepycat/bdb/bind/DataType.html#BINARY"><B>BINARY</B></A> - 
Static variable in interface com.sleepycat.bdb.bind.<A HREF="com/sleepycat/bdb/bind/DataType.html">DataType</A>
<DD><code>byte[]</code> data type.
<DT><A HREF="com/sleepycat/db/DbBtreeStat.html#bt_dup_pg"><B>bt_dup_pg</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbBtreeStat.html">DbBtreeStat</A>
<DD>Number of database duplicate pages.
<DT><A HREF="com/sleepycat/db/DbBtreeStat.html#bt_dup_pgfree"><B>bt_dup_pgfree</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbBtreeStat.html">DbBtreeStat</A>
<DD>Number of bytes free in database duplicate pages.
<DT><A HREF="com/sleepycat/db/DbBtreeStat.html#bt_free"><B>bt_free</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbBtreeStat.html">DbBtreeStat</A>
<DD>Number of pages on the free list.
<DT><A HREF="com/sleepycat/db/DbBtreeStat.html#bt_int_pg"><B>bt_int_pg</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbBtreeStat.html">DbBtreeStat</A>
<DD>Number of database internal pages.
<DT><A HREF="com/sleepycat/db/DbBtreeStat.html#bt_int_pgfree"><B>bt_int_pgfree</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbBtreeStat.html">DbBtreeStat</A>
<DD>Number of bytes free in database internal pages.
<DT><A HREF="com/sleepycat/db/DbBtreeStat.html#bt_leaf_pg"><B>bt_leaf_pg</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbBtreeStat.html">DbBtreeStat</A>
<DD>Number of database leaf pages.
<DT><A HREF="com/sleepycat/db/DbBtreeStat.html#bt_leaf_pgfree"><B>bt_leaf_pgfree</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbBtreeStat.html">DbBtreeStat</A>
<DD>Number of bytes free in database leaf pages.
<DT><A HREF="com/sleepycat/db/DbBtreeStat.html#bt_levels"><B>bt_levels</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbBtreeStat.html">DbBtreeStat</A>
<DD>Number of levels in the database.
<DT><A HREF="com/sleepycat/db/DbBtreeStat.html#bt_magic"><B>bt_magic</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbBtreeStat.html">DbBtreeStat</A>
<DD>Magic number that identifies the file as a Btree database.
<DT><A HREF="com/sleepycat/db/DbBtreeStat.html#bt_maxkey"><B>bt_maxkey</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbBtreeStat.html">DbBtreeStat</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/db/DbBtreeStat.html#bt_metaflags"><B>bt_metaflags</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbBtreeStat.html">DbBtreeStat</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/db/DbBtreeStat.html#bt_minkey"><B>bt_minkey</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbBtreeStat.html">DbBtreeStat</A>
<DD>The minimum keys per page.
<DT><A HREF="com/sleepycat/db/DbBtreeStat.html#bt_ndata"><B>bt_ndata</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbBtreeStat.html">DbBtreeStat</A>
<DD>For the Btree Access Method, the number of key/data pairs in the database.
<DT><A HREF="com/sleepycat/db/DbBtreeStat.html#bt_nkeys"><B>bt_nkeys</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbBtreeStat.html">DbBtreeStat</A>
<DD>For the Btree Access Method, the number of unique keys in the database.
<DT><A HREF="com/sleepycat/db/DbBtreeStat.html#bt_over_pg"><B>bt_over_pg</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbBtreeStat.html">DbBtreeStat</A>
<DD>Number of database overflow pages.
<DT><A HREF="com/sleepycat/db/DbBtreeStat.html#bt_over_pgfree"><B>bt_over_pgfree</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbBtreeStat.html">DbBtreeStat</A>
<DD>Number of bytes free in database overflow pages.
<DT><A HREF="com/sleepycat/db/DbBtreeStat.html#bt_pagesize"><B>bt_pagesize</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbBtreeStat.html">DbBtreeStat</A>
<DD>Underlying database page size, in bytes.
<DT><A HREF="com/sleepycat/db/DbBtreeStat.html#bt_re_len"><B>bt_re_len</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbBtreeStat.html">DbBtreeStat</A>
<DD>The length of fixed-length records.
<DT><A HREF="com/sleepycat/db/DbBtreeStat.html#bt_re_pad"><B>bt_re_pad</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbBtreeStat.html">DbBtreeStat</A>
<DD>The padding byte value for fixed-length records.
<DT><A HREF="com/sleepycat/db/DbBtreeStat.html#bt_version"><B>bt_version</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbBtreeStat.html">DbBtreeStat</A>
<DD>The version of the Btree database.
<DT><A HREF="com/sleepycat/bdb/bind/ByteArrayBinding.html"><B>ByteArrayBinding</B></A> - class com.sleepycat.bdb.bind.<A HREF="com/sleepycat/bdb/bind/ByteArrayBinding.html">ByteArrayBinding</A>.<DD>A transparent binding where the data byte array is used as the object.<DT><A HREF="com/sleepycat/bdb/bind/ByteArrayBinding.html#ByteArrayBinding(com.sleepycat.bdb.bind.ByteArrayFormat)"><B>ByteArrayBinding(ByteArrayFormat)</B></A> - 
Constructor for class com.sleepycat.bdb.bind.<A HREF="com/sleepycat/bdb/bind/ByteArrayBinding.html">ByteArrayBinding</A>
<DD>Creates a byte array binding.
<DT><A HREF="com/sleepycat/bdb/bind/ByteArrayFormat.html"><B>ByteArrayFormat</B></A> - class com.sleepycat.bdb.bind.<A HREF="com/sleepycat/bdb/bind/ByteArrayFormat.html">ByteArrayFormat</A>.<DD>The format for data stored as a byte array.<DT><A HREF="com/sleepycat/bdb/bind/ByteArrayFormat.html#ByteArrayFormat()"><B>ByteArrayFormat()</B></A> - 
Constructor for class com.sleepycat.bdb.bind.<A HREF="com/sleepycat/bdb/bind/ByteArrayFormat.html">ByteArrayFormat</A>
<DD>Creates a byte array format.
<DT><A HREF="com/sleepycat/bdb/util/UtfOps.html#bytesToChars(byte[], int, char[], int, int, boolean)"><B>bytesToChars(byte[], int, char[], int, int, boolean)</B></A> - 
Static method in class com.sleepycat.bdb.util.<A HREF="com/sleepycat/bdb/util/UtfOps.html">UtfOps</A>
<DD>Converts byte arrays into character arrays.
<DT><A HREF="com/sleepycat/bdb/util/UtfOps.html#bytesToString(byte[], int, int)"><B>bytesToString(byte[], int, int)</B></A> - 
Static method in class com.sleepycat.bdb.util.<A HREF="com/sleepycat/bdb/util/UtfOps.html">UtfOps</A>
<DD>Converts byte arrays into strings.
</DL>
<HR>
<A NAME="_C_"><!-- --></A><H2>
<B>C</B></H2>
<DL>
<DT><A HREF="com/sleepycat/bdb/DataView.html#canDeriveKeyFromValue()"><B>canDeriveKeyFromValue()</B></A> - 
Method in class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/DataView.html">DataView</A>
<DD>Returns whether data keys can be derived from the value/entity binding
 of this view, which determines whether a value/entity object alone is
 sufficient for operations that require keys.
<DT><A HREF="com/sleepycat/bdb/util/UtfOps.html#charsToBytes(char[], int, byte[], int, int)"><B>charsToBytes(char[], int, byte[], int, int)</B></A> - 
Static method in class com.sleepycat.bdb.util.<A HREF="com/sleepycat/bdb/util/UtfOps.html">UtfOps</A>
<DD>Converts character arrays into byte arrays.
<DT><A HREF="com/sleepycat/bdb/bind/serial/ClassCatalog.html"><B>ClassCatalog</B></A> - interface com.sleepycat.bdb.bind.serial.<A HREF="com/sleepycat/bdb/bind/serial/ClassCatalog.html">ClassCatalog</A>.<DD>Represents a catalog of class information for use in object serialization so
 that class descriptions can be stored separately from serialized objects.<DT><A HREF="com/sleepycat/bdb/collection/StoredContainer.html#clear()"><B>clear()</B></A> - 
Method in class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredContainer.html">StoredContainer</A>
<DD>Removes all mappings or elements from this map or collection (optional
 operation).
<DT><A HREF="com/sleepycat/bdb/DataView.html#clear(java.util.Collection)"><B>clear(Collection)</B></A> - 
Method in class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/DataView.html">DataView</A>
<DD>Deletes all records in the current range, optionally returning the
 values for the deleted records.
<DT><A HREF="com/sleepycat/bdb/DataThang.html#clearDataFormation()"><B>clearDataFormation()</B></A> - 
Method in class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/DataThang.html">DataThang</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bdb/bind/SimpleBuffer.html#clearDataFormation()"><B>clearDataFormation()</B></A> - 
Method in class com.sleepycat.bdb.bind.<A HREF="com/sleepycat/bdb/bind/SimpleBuffer.html">SimpleBuffer</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bdb/bind/DataBuffer.html#clearDataFormation()"><B>clearDataFormation()</B></A> - 
Method in interface com.sleepycat.bdb.bind.<A HREF="com/sleepycat/bdb/bind/DataBuffer.html">DataBuffer</A>
<DD>Sets the formation associated with the data in this buffer to null.
<DT><A HREF="com/sleepycat/bdb/bind/KeyExtractor.html#clearIndexKey(com.sleepycat.bdb.bind.DataBuffer)"><B>clearIndexKey(DataBuffer)</B></A> - 
Method in interface com.sleepycat.bdb.bind.<A HREF="com/sleepycat/bdb/bind/KeyExtractor.html">KeyExtractor</A>
<DD>Clears the index key in a value buffer.
<DT><A HREF="com/sleepycat/bdb/bind/serial/TupleSerialKeyExtractor.html#clearIndexKey(com.sleepycat.bdb.bind.DataBuffer)"><B>clearIndexKey(DataBuffer)</B></A> - 
Method in class com.sleepycat.bdb.bind.serial.<A HREF="com/sleepycat/bdb/bind/serial/TupleSerialKeyExtractor.html">TupleSerialKeyExtractor</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bdb/bind/serial/SerialSerialKeyExtractor.html#clearIndexKey(com.sleepycat.bdb.bind.DataBuffer)"><B>clearIndexKey(DataBuffer)</B></A> - 
Method in class com.sleepycat.bdb.bind.serial.<A HREF="com/sleepycat/bdb/bind/serial/SerialSerialKeyExtractor.html">SerialSerialKeyExtractor</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bdb/bind/tuple/TupleTupleKeyExtractor.html#clearIndexKey(com.sleepycat.bdb.bind.DataBuffer)"><B>clearIndexKey(DataBuffer)</B></A> - 
Method in class com.sleepycat.bdb.bind.tuple.<A HREF="com/sleepycat/bdb/bind/tuple/TupleTupleKeyExtractor.html">TupleTupleKeyExtractor</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bdb/bind/serial/TupleSerialMarshalledKeyExtractor.html#clearIndexKey(java.lang.Object)"><B>clearIndexKey(Object)</B></A> - 
Method in class com.sleepycat.bdb.bind.serial.<A HREF="com/sleepycat/bdb/bind/serial/TupleSerialMarshalledKeyExtractor.html">TupleSerialMarshalledKeyExtractor</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bdb/bind/serial/TupleSerialKeyExtractor.html#clearIndexKey(java.lang.Object)"><B>clearIndexKey(Object)</B></A> - 
Method in class com.sleepycat.bdb.bind.serial.<A HREF="com/sleepycat/bdb/bind/serial/TupleSerialKeyExtractor.html">TupleSerialKeyExtractor</A>
<DD>Clears the index key in the deserialized value data.
<DT><A HREF="com/sleepycat/bdb/bind/serial/SerialSerialKeyExtractor.html#clearIndexKey(java.lang.Object)"><B>clearIndexKey(Object)</B></A> - 
Method in class com.sleepycat.bdb.bind.serial.<A HREF="com/sleepycat/bdb/bind/serial/SerialSerialKeyExtractor.html">SerialSerialKeyExtractor</A>
<DD>Clears the index key in a value data object.
<DT><A HREF="com/sleepycat/bdb/bind/tuple/MarshalledTupleKeyEntity.html#clearIndexKey(java.lang.String)"><B>clearIndexKey(String)</B></A> - 
Method in interface com.sleepycat.bdb.bind.tuple.<A HREF="com/sleepycat/bdb/bind/tuple/MarshalledTupleKeyEntity.html">MarshalledTupleKeyEntity</A>
<DD>Clears the entity's index key value for the given key name.
<DT><A HREF="com/sleepycat/bdb/bind/tuple/TupleTupleMarshalledKeyExtractor.html#clearIndexKey(com.sleepycat.bdb.bind.tuple.TupleInput, com.sleepycat.bdb.bind.tuple.TupleOutput)"><B>clearIndexKey(TupleInput, TupleOutput)</B></A> - 
Method in class com.sleepycat.bdb.bind.tuple.<A HREF="com/sleepycat/bdb/bind/tuple/TupleTupleMarshalledKeyExtractor.html">TupleTupleMarshalledKeyExtractor</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bdb/bind/tuple/TupleTupleKeyExtractor.html#clearIndexKey(com.sleepycat.bdb.bind.tuple.TupleInput, com.sleepycat.bdb.bind.tuple.TupleOutput)"><B>clearIndexKey(TupleInput, TupleOutput)</B></A> - 
Method in class com.sleepycat.bdb.bind.tuple.<A HREF="com/sleepycat/bdb/bind/tuple/TupleTupleKeyExtractor.html">TupleTupleKeyExtractor</A>
<DD>Clears the index key in the tuple value data.
<DT><A HREF="com/sleepycat/bdb/StoredClassCatalog.html#close()"><B>close()</B></A> - 
Method in class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/StoredClassCatalog.html">StoredClassCatalog</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bdb/DataStore.html#close()"><B>close()</B></A> - 
Method in class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/DataStore.html">DataStore</A>
<DD>Closes the store and all associated indices.
<DT><A HREF="com/sleepycat/bdb/DataDb.html#close()"><B>close()</B></A> - 
Method in class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/DataDb.html">DataDb</A>
<DD>Closes the database.
<DT><A HREF="com/sleepycat/bdb/DataCursor.html#close()"><B>close()</B></A> - 
Method in class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/DataCursor.html">DataCursor</A>
<DD>Closes a cursor.
<DT><A HREF="com/sleepycat/bdb/bind/serial/ClassCatalog.html#close()"><B>close()</B></A> - 
Method in interface com.sleepycat.bdb.bind.serial.<A HREF="com/sleepycat/bdb/bind/serial/ClassCatalog.html">ClassCatalog</A>
<DD>Close a catalog database and release any cached resources.
<DT><A HREF="com/sleepycat/bdb/collection/StoredIterator.html#close()"><B>close()</B></A> - 
Method in class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredIterator.html">StoredIterator</A>
<DD>Closes this iterator.
<DT><A HREF="com/sleepycat/db/Dbc.html#close()"><B>close()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Dbc.html">Dbc</A>
<DD>The Dbc.close method discards the cursor.
<DT><A HREF="com/sleepycat/db/DbLogc.html#close(int)"><B>close(int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbLogc.html">DbLogc</A>
<DD>The DbLogc.close method discards the log cursor.
<DT><A HREF="com/sleepycat/db/DbEnv.html#close(int)"><B>close(int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD>The DbEnv.close method closes the Berkeley DB environment, freeing any allocated resources and closing any underlying subsystems.
<DT><A HREF="com/sleepycat/db/Db.html#close(int)"><B>close(int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>The Db.close method flushes any cached database information to disk, closes any open cursors, frees any allocated resources, and closes any underlying files.
<DT><A HREF="com/sleepycat/bdb/collection/StoredIterator.html#close(java.util.Iterator)"><B>close(Iterator)</B></A> - 
Static method in class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredIterator.html">StoredIterator</A>
<DD>Closes the given iterator using <A HREF="com/sleepycat/bdb/collection/StoredIterator.html#close()"><CODE>StoredIterator.close()</CODE></A> if it is a <A HREF="com/sleepycat/bdb/collection/StoredIterator.html"><CODE>StoredIterator</CODE></A>.
<DT><A HREF="com/sleepycat/bdb/DataDb.html#closeCursor(com.sleepycat.db.Dbc)"><B>closeCursor(Dbc)</B></A> - 
Method in class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/DataDb.html">DataDb</A>
<DD>Closes a cursor for this database.
<DT><A HREF="com/sleepycat/bdb/package-summary.html"><B>com.sleepycat.bdb</B></A> - package com.sleepycat.bdb<DD>Core database classes for defining an environment, creating data stores, and running transactions</br>
<a href="../ref/bdb/cs_bdb.html" target="_top">[reference guide]</a><DT><A HREF="com/sleepycat/bdb/bind/package-summary.html"><B>com.sleepycat.bdb.bind</B></A> - package com.sleepycat.bdb.bind<DD>Interfaces for defining data formats and data-to-object bindings
<a href="../ref/bdb/cs_bdb_bind.html" target="_top">[reference guide]</a><DT><A HREF="com/sleepycat/bdb/bind/serial/package-summary.html"><B>com.sleepycat.bdb.bind.serial</B></A> - package com.sleepycat.bdb.bind.serial<DD>Formats and bindings that use Java serialization<DT><A HREF="com/sleepycat/bdb/bind/tuple/package-summary.html"><B>com.sleepycat.bdb.bind.tuple</B></A> - package com.sleepycat.bdb.bind.tuple<DD>Formats and bindings that use sequences of primitive data items or tuples<DT><A HREF="com/sleepycat/bdb/collection/package-summary.html"><B>com.sleepycat.bdb.collection</B></A> - package com.sleepycat.bdb.collection<DD>Collection classes providing Map, Set, List and Iterator views of a data store<br>
<a href="../ref/bdb/cs_bdb_collection.html" target="_top">[reference guide]</a><DT><A HREF="com/sleepycat/bdb/factory/package-summary.html"><B>com.sleepycat.bdb.factory</B></A> - package com.sleepycat.bdb.factory<DD>Factory classes<DT><A HREF="com/sleepycat/bdb/util/package-summary.html"><B>com.sleepycat.bdb.util</B></A> - package com.sleepycat.bdb.util<DD>General utilities used throughout DB<br>
<a href="../ref/bdb/cs_bdb.html" target="_top">[reference guide]</a><DT><A HREF="com/sleepycat/db/package-summary.html"><B>com.sleepycat.db</B></A> - package com.sleepycat.db<DD>Java API programming notes<br>
<a href="../ref/java/program.html" target="_top">[reference guide]</a><DT><A HREF="com/sleepycat/db/DbTxn.html#commit(int)"><B>commit(int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbTxn.html">DbTxn</A>
<DD>The DbTxn.commit method ends the transaction.
<DT><A HREF="com/sleepycat/bdb/CurrentTransaction.html#commitTxn()"><B>commitTxn()</B></A> - 
Method in class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/CurrentTransaction.html">CurrentTransaction</A>
<DD>Commits the transaction that is active for the current thread for this
 environment and makes the parent transaction (if any) the current
 transaction.
<DT><A HREF="com/sleepycat/bdb/collection/StoredSortedValueSet.html#comparator()"><B>comparator()</B></A> - 
Method in class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredSortedValueSet.html">StoredSortedValueSet</A>
<DD>Returns null since comparators are not supported.
<DT><A HREF="com/sleepycat/bdb/collection/StoredSortedMap.html#comparator()"><B>comparator()</B></A> - 
Method in class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredSortedMap.html">StoredSortedMap</A>
<DD>Returns null since comparators are not supported.
<DT><A HREF="com/sleepycat/bdb/collection/StoredSortedKeySet.html#comparator()"><B>comparator()</B></A> - 
Method in class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredSortedKeySet.html">StoredSortedKeySet</A>
<DD>Returns null since comparators are not supported.
<DT><A HREF="com/sleepycat/bdb/collection/StoredSortedEntrySet.html#comparator()"><B>comparator()</B></A> - 
Method in class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredSortedEntrySet.html">StoredSortedEntrySet</A>
<DD>Returns null since comparators are not supported.
<DT><A HREF="com/sleepycat/db/DbBtreeCompare.html#compare(com.sleepycat.db.Db, com.sleepycat.db.Dbt, com.sleepycat.db.Dbt)"><B>compare(Db, Dbt, Dbt)</B></A> - 
Method in interface com.sleepycat.db.<A HREF="com/sleepycat/db/DbBtreeCompare.html">DbBtreeCompare</A>
<DD>The DbBtreeCompare interface is used by the Db.setBtreeCompare method.
<DT><A HREF="com/sleepycat/db/DbDupCompare.html#compareDuplicates(com.sleepycat.db.Db, com.sleepycat.db.Dbt, com.sleepycat.db.Dbt)"><B>compareDuplicates(Db, Dbt, Dbt)</B></A> - 
Method in interface com.sleepycat.db.<A HREF="com/sleepycat/db/DbDupCompare.html">DbDupCompare</A>
<DD>The DbDupCompare interface is used by the Db.setDuplicatelicateCompare method.
<DT><A HREF="com/sleepycat/bdb/DataThang.html#compareTo(com.sleepycat.db.Dbt)"><B>compareTo(Dbt)</B></A> - 
Method in class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/DataThang.html">DataThang</A>
<DD>Returns -1 if the byte array of this thang is less than that of the
 given thang, 0 if they are equal, or 1 if greater.
<DT><A HREF="com/sleepycat/bdb/DataView.html#consume(int, java.lang.Object[], java.lang.Object[])"><B>consume(int, Object[], Object[])</B></A> - 
Method in class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/DataView.html">DataView</A>
<DD>Performs a database 'get and consume' operation.
<DT><A HREF="com/sleepycat/bdb/collection/StoredValueSet.html#contains(java.lang.Object)"><B>contains(Object)</B></A> - 
Method in class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredValueSet.html">StoredValueSet</A>
<DD>Returns true if this set contains the specified element.
<DT><A HREF="com/sleepycat/bdb/collection/StoredList.html#contains(java.lang.Object)"><B>contains(Object)</B></A> - 
Method in class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredList.html">StoredList</A>
<DD>Returns true if this list contains the specified element.
<DT><A HREF="com/sleepycat/bdb/collection/StoredKeySet.html#contains(java.lang.Object)"><B>contains(Object)</B></A> - 
Method in class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredKeySet.html">StoredKeySet</A>
<DD>Returns true if this set contains the specified key.
<DT><A HREF="com/sleepycat/bdb/collection/StoredEntrySet.html#contains(java.lang.Object)"><B>contains(Object)</B></A> - 
Method in class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredEntrySet.html">StoredEntrySet</A>
<DD>Returns true if this set contains the specified element.
<DT><A HREF="com/sleepycat/bdb/collection/StoredCollection.html#containsAll(java.util.Collection)"><B>containsAll(Collection)</B></A> - 
Method in class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredCollection.html">StoredCollection</A>
<DD>Returns true if this collection contains all of the elements in the
 specified collection.
<DT><A HREF="com/sleepycat/bdb/collection/StoredMap.html#containsKey(java.lang.Object)"><B>containsKey(Object)</B></A> - 
Method in class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredMap.html">StoredMap</A>
<DD>Returns true if this map contains the specified key.
<DT><A HREF="com/sleepycat/bdb/collection/StoredMap.html#containsValue(java.lang.Object)"><B>containsValue(Object)</B></A> - 
Method in class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredMap.html">StoredMap</A>
<DD>Returns true if this map contains the specified value.
<DT><A HREF="com/sleepycat/bdb/DataThang.html#copy(com.sleepycat.bdb.DataThang)"><B>copy(DataThang)</B></A> - 
Method in class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/DataThang.html">DataThang</A>
<DD>Copies the data from the given thang to this thang..
<DT><A HREF="com/sleepycat/bdb/DataCursor.html#count()"><B>count()</B></A> - 
Method in class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/DataCursor.html">DataCursor</A>
<DD>Return the number of duplicates for the current key.
<DT><A HREF="com/sleepycat/bdb/collection/StoredIterator.html#count()"><B>count()</B></A> - 
Method in class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredIterator.html">StoredIterator</A>
<DD>Returns the number of elements having the same key value as the key
 value of the element last returned by next() or previous().
<DT><A HREF="com/sleepycat/db/Dbc.html#count(int)"><B>count(int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Dbc.html">Dbc</A>
<DD>The Dbc.count method returns a count of the number of data items for the key to which the cursor refers.
<DT><A HREF="com/sleepycat/bdb/CurrentTransaction.html"><B>CurrentTransaction</B></A> - class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/CurrentTransaction.html">CurrentTransaction</A>.<DD>Provides access to the current transaction for the current thread within the
 context of a Berkeley DB environment.<DT><A HREF="com/sleepycat/db/Db.html#cursor(com.sleepycat.db.DbTxn, int)"><B>cursor(DbTxn, int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>The Db.cursor method returns a created database cursor.
</DL>
<HR>
<A NAME="_D_"><!-- --></A><H2>
<B>D</B></H2>
<DL>
<DT><A HREF="com/sleepycat/bdb/bind/DataBinding.html"><B>DataBinding</B></A> - interface com.sleepycat.bdb.bind.<A HREF="com/sleepycat/bdb/bind/DataBinding.html">DataBinding</A>.<DD>The interface implemented by all data-to-object bindings.<DT><A HREF="com/sleepycat/bdb/bind/DataBuffer.html"><B>DataBuffer</B></A> - interface com.sleepycat.bdb.bind.<A HREF="com/sleepycat/bdb/bind/DataBuffer.html">DataBuffer</A>.<DD>The interface used in bindings to access the data as a byte array.<DT><A HREF="com/sleepycat/bdb/DataCursor.html"><B>DataCursor</B></A> - class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/DataCursor.html">DataCursor</A>.<DD>(<em>internal</em>) Represents a Berkeley DB cursor and adds support for
 indices, bindings and key ranges.<DT><A HREF="com/sleepycat/bdb/DataCursor.html#DataCursor(com.sleepycat.bdb.DataCursor)"><B>DataCursor(DataCursor)</B></A> - 
Constructor for class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/DataCursor.html">DataCursor</A>
<DD>Clones a cursor preserving the current position.
<DT><A HREF="com/sleepycat/bdb/DataCursor.html#DataCursor(com.sleepycat.bdb.DataView, boolean)"><B>DataCursor(DataView, boolean)</B></A> - 
Constructor for class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/DataCursor.html">DataCursor</A>
<DD>Creates a cursor for a given view.
<DT><A HREF="com/sleepycat/bdb/DataCursor.html#DataCursor(com.sleepycat.bdb.DataView, boolean, java.lang.Object)"><B>DataCursor(DataView, boolean, Object)</B></A> - 
Constructor for class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/DataCursor.html">DataCursor</A>
<DD>Creates a cursor for a given view and single key range.
<DT><A HREF="com/sleepycat/bdb/DataCursor.html#DataCursor(com.sleepycat.bdb.DataView, boolean, java.lang.Object, boolean, java.lang.Object, boolean)"><B>DataCursor(DataView, boolean, Object, boolean, Object, boolean)</B></A> - 
Constructor for class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/DataCursor.html">DataCursor</A>
<DD>Creates a cursor for a given view and key range.
<DT><A HREF="com/sleepycat/bdb/DataDb.html"><B>DataDb</B></A> - class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/DataDb.html">DataDb</A>.<DD>(<em>internal</em>) Wraps a Berkeley DB database (Db) object and adds
 normalization of certain flags and environment modes.<DT><A HREF="com/sleepycat/bdb/DataDb.html#DataDb(com.sleepycat.db.Db)"><B>DataDb(Db)</B></A> - 
Constructor for class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/DataDb.html">DataDb</A>
<DD>Creates a database wrapper.
<DT><A HREF="com/sleepycat/bdb/bind/DataFormat.html"><B>DataFormat</B></A> - interface com.sleepycat.bdb.bind.<A HREF="com/sleepycat/bdb/bind/DataFormat.html">DataFormat</A>.<DD>The tag interface implemented by all data formats.<DT><A HREF="com/sleepycat/bdb/DataIndex.html"><B>DataIndex</B></A> - class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/DataIndex.html">DataIndex</A>.<DD>Represents a Berkeley DB secondary index.<DT><A HREF="com/sleepycat/bdb/DataIndex.html#DataIndex(com.sleepycat.bdb.DataStore, com.sleepycat.db.Db, com.sleepycat.bdb.bind.DataFormat, com.sleepycat.bdb.bind.KeyExtractor)"><B>DataIndex(DataStore, Db, DataFormat, KeyExtractor)</B></A> - 
Constructor for class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/DataIndex.html">DataIndex</A>
<DD>Creates an index from a previously opened Db object.
<DT><A HREF="com/sleepycat/bdb/DataStore.html"><B>DataStore</B></A> - class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/DataStore.html">DataStore</A>.<DD>Represents a Berkeley DB database in the role of a primary data store.<DT><A HREF="com/sleepycat/bdb/DataStore.html#DataStore(com.sleepycat.db.Db, com.sleepycat.bdb.bind.DataFormat, com.sleepycat.bdb.bind.DataFormat, com.sleepycat.bdb.PrimaryKeyAssigner)"><B>DataStore(Db, DataFormat, DataFormat, PrimaryKeyAssigner)</B></A> - 
Constructor for class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/DataStore.html">DataStore</A>
<DD>Creates a store from a previously opened Db object.
<DT><A HREF="com/sleepycat/bdb/DataThang.html"><B>DataThang</B></A> - class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/DataThang.html">DataThang</A>.<DD>(<em>internal</em>) An extension of a Berkeley DB thang (Dbt) that supports
 the <A HREF="com/sleepycat/bdb/bind/DataBuffer.html"><CODE>DataBuffer</CODE></A> interface for bindings and other added utilities.<DT><A HREF="com/sleepycat/bdb/DataThang.html#DataThang()"><B>DataThang()</B></A> - 
Constructor for class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/DataThang.html">DataThang</A>
<DD>Creates a thang with no data.
<DT><A HREF="com/sleepycat/bdb/DataThang.html#DataThang(byte[])"><B>DataThang(byte[])</B></A> - 
Constructor for class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/DataThang.html">DataThang</A>
<DD>Creates a thang containing the given data data.
<DT><A HREF="com/sleepycat/bdb/DataThang.html#DataThang(com.sleepycat.bdb.DataThang)"><B>DataThang(DataThang)</B></A> - 
Constructor for class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/DataThang.html">DataThang</A>
<DD>Creates a thang with a copy of the data from the given thang.
<DT><A HREF="com/sleepycat/bdb/bind/tuple/TupleFormat.html#dataToInput(com.sleepycat.bdb.bind.DataBuffer)"><B>dataToInput(DataBuffer)</B></A> - 
Method in class com.sleepycat.bdb.bind.tuple.<A HREF="com/sleepycat/bdb/bind/tuple/TupleFormat.html">TupleFormat</A>
<DD>Utility method to create a new tuple input object for reading the data
 from a given buffer.
<DT><A HREF="com/sleepycat/bdb/RecordNumberBinding.html#dataToObject(com.sleepycat.bdb.bind.DataBuffer)"><B>dataToObject(DataBuffer)</B></A> - 
Method in class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/RecordNumberBinding.html">RecordNumberBinding</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bdb/bind/DataBinding.html#dataToObject(com.sleepycat.bdb.bind.DataBuffer)"><B>dataToObject(DataBuffer)</B></A> - 
Method in interface com.sleepycat.bdb.bind.<A HREF="com/sleepycat/bdb/bind/DataBinding.html">DataBinding</A>
<DD>Converts a data buffer into an Object.
<DT><A HREF="com/sleepycat/bdb/bind/ByteArrayBinding.html#dataToObject(com.sleepycat.bdb.bind.DataBuffer)"><B>dataToObject(DataBuffer)</B></A> - 
Method in class com.sleepycat.bdb.bind.<A HREF="com/sleepycat/bdb/bind/ByteArrayBinding.html">ByteArrayBinding</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bdb/bind/serial/SerialFormat.html#dataToObject(com.sleepycat.bdb.bind.DataBuffer)"><B>dataToObject(DataBuffer)</B></A> - 
Method in class com.sleepycat.bdb.bind.serial.<A HREF="com/sleepycat/bdb/bind/serial/SerialFormat.html">SerialFormat</A>
<DD>Utility method for use by bindings to deserialize an object.
<DT><A HREF="com/sleepycat/bdb/bind/serial/SerialBinding.html#dataToObject(com.sleepycat.bdb.bind.DataBuffer)"><B>dataToObject(DataBuffer)</B></A> - 
Method in class com.sleepycat.bdb.bind.serial.<A HREF="com/sleepycat/bdb/bind/serial/SerialBinding.html">SerialBinding</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bdb/bind/tuple/TupleInputBinding.html#dataToObject(com.sleepycat.bdb.bind.DataBuffer)"><B>dataToObject(DataBuffer)</B></A> - 
Method in class com.sleepycat.bdb.bind.tuple.<A HREF="com/sleepycat/bdb/bind/tuple/TupleInputBinding.html">TupleInputBinding</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bdb/bind/tuple/TupleBinding.html#dataToObject(com.sleepycat.bdb.bind.DataBuffer)"><B>dataToObject(DataBuffer)</B></A> - 
Method in class com.sleepycat.bdb.bind.tuple.<A HREF="com/sleepycat/bdb/bind/tuple/TupleBinding.html">TupleBinding</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bdb/bind/EntityBinding.html#dataToObject(com.sleepycat.bdb.bind.DataBuffer, com.sleepycat.bdb.bind.DataBuffer)"><B>dataToObject(DataBuffer, DataBuffer)</B></A> - 
Method in interface com.sleepycat.bdb.bind.<A HREF="com/sleepycat/bdb/bind/EntityBinding.html">EntityBinding</A>
<DD>Converts key and value data buffers into an entity Object.
<DT><A HREF="com/sleepycat/bdb/bind/serial/TupleSerialBinding.html#dataToObject(com.sleepycat.bdb.bind.DataBuffer, com.sleepycat.bdb.bind.DataBuffer)"><B>dataToObject(DataBuffer, DataBuffer)</B></A> - 
Method in class com.sleepycat.bdb.bind.serial.<A HREF="com/sleepycat/bdb/bind/serial/TupleSerialBinding.html">TupleSerialBinding</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bdb/bind/serial/SerialSerialBinding.html#dataToObject(com.sleepycat.bdb.bind.DataBuffer, com.sleepycat.bdb.bind.DataBuffer)"><B>dataToObject(DataBuffer, DataBuffer)</B></A> - 
Method in class com.sleepycat.bdb.bind.serial.<A HREF="com/sleepycat/bdb/bind/serial/SerialSerialBinding.html">SerialSerialBinding</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bdb/bind/tuple/TupleTupleBinding.html#dataToObject(com.sleepycat.bdb.bind.DataBuffer, com.sleepycat.bdb.bind.DataBuffer)"><B>dataToObject(DataBuffer, DataBuffer)</B></A> - 
Method in class com.sleepycat.bdb.bind.tuple.<A HREF="com/sleepycat/bdb/bind/tuple/TupleTupleBinding.html">TupleTupleBinding</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bdb/bind/serial/SerialBinding.html#dataToObject(java.lang.Object)"><B>dataToObject(Object)</B></A> - 
Method in class com.sleepycat.bdb.bind.serial.<A HREF="com/sleepycat/bdb/bind/serial/SerialBinding.html">SerialBinding</A>
<DD>Can be overridden to convert the deserialized data object to another
 object.
<DT><A HREF="com/sleepycat/bdb/bind/serial/SerialSerialBinding.html#dataToObject(java.lang.Object, java.lang.Object)"><B>dataToObject(Object, Object)</B></A> - 
Method in class com.sleepycat.bdb.bind.serial.<A HREF="com/sleepycat/bdb/bind/serial/SerialSerialBinding.html">SerialSerialBinding</A>
<DD>Constructs an entity object from deserialized key and value data
 objects.
<DT><A HREF="com/sleepycat/bdb/bind/tuple/TupleMarshalledBinding.html#dataToObject(com.sleepycat.bdb.bind.tuple.TupleInput)"><B>dataToObject(TupleInput)</B></A> - 
Method in class com.sleepycat.bdb.bind.tuple.<A HREF="com/sleepycat/bdb/bind/tuple/TupleMarshalledBinding.html">TupleMarshalledBinding</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bdb/bind/tuple/TupleBinding.html#dataToObject(com.sleepycat.bdb.bind.tuple.TupleInput)"><B>dataToObject(TupleInput)</B></A> - 
Method in class com.sleepycat.bdb.bind.tuple.<A HREF="com/sleepycat/bdb/bind/tuple/TupleBinding.html">TupleBinding</A>
<DD>Constructs a key or value object from <A HREF="com/sleepycat/bdb/bind/tuple/TupleInput.html"><CODE>TupleInput</CODE></A> data.
<DT><A HREF="com/sleepycat/bdb/bind/serial/TupleSerialMarshalledBinding.html#dataToObject(com.sleepycat.bdb.bind.tuple.TupleInput, java.lang.Object)"><B>dataToObject(TupleInput, Object)</B></A> - 
Method in class com.sleepycat.bdb.bind.serial.<A HREF="com/sleepycat/bdb/bind/serial/TupleSerialMarshalledBinding.html">TupleSerialMarshalledBinding</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bdb/bind/serial/TupleSerialBinding.html#dataToObject(com.sleepycat.bdb.bind.tuple.TupleInput, java.lang.Object)"><B>dataToObject(TupleInput, Object)</B></A> - 
Method in class com.sleepycat.bdb.bind.serial.<A HREF="com/sleepycat/bdb/bind/serial/TupleSerialBinding.html">TupleSerialBinding</A>
<DD>Constructs an entity object from <A HREF="com/sleepycat/bdb/bind/tuple/TupleInput.html"><CODE>TupleInput</CODE></A> key data and
 deserialized value data objects.
<DT><A HREF="com/sleepycat/bdb/bind/tuple/TupleTupleMarshalledBinding.html#dataToObject(com.sleepycat.bdb.bind.tuple.TupleInput, com.sleepycat.bdb.bind.tuple.TupleInput)"><B>dataToObject(TupleInput, TupleInput)</B></A> - 
Method in class com.sleepycat.bdb.bind.tuple.<A HREF="com/sleepycat/bdb/bind/tuple/TupleTupleMarshalledBinding.html">TupleTupleMarshalledBinding</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bdb/bind/tuple/TupleTupleBinding.html#dataToObject(com.sleepycat.bdb.bind.tuple.TupleInput, com.sleepycat.bdb.bind.tuple.TupleInput)"><B>dataToObject(TupleInput, TupleInput)</B></A> - 
Method in class com.sleepycat.bdb.bind.tuple.<A HREF="com/sleepycat/bdb/bind/tuple/TupleTupleBinding.html">TupleTupleBinding</A>
<DD>Constructs an entity object from <A HREF="com/sleepycat/bdb/bind/tuple/TupleInput.html"><CODE>TupleInput</CODE></A> key and value data
 objects.
<DT><A HREF="com/sleepycat/bdb/RecordNumberFormat.html#dataToRecordNumber(com.sleepycat.bdb.bind.DataBuffer)"><B>dataToRecordNumber(DataBuffer)</B></A> - 
Method in class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/RecordNumberFormat.html">RecordNumberFormat</A>
<DD>Utility method for use by bindings to translate a data buffer to an
 record number integer.
<DT><A HREF="com/sleepycat/bdb/bind/DataType.html"><B>DataType</B></A> - interface com.sleepycat.bdb.bind.<A HREF="com/sleepycat/bdb/bind/DataType.html">DataType</A>.<DD>Primitive data type constants.<DT><A HREF="com/sleepycat/bdb/DataView.html"><B>DataView</B></A> - class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/DataView.html">DataView</A>.<DD>(<em>internal</em>) Represents a Berkeley DB database and adds support
 for indices, bindings and key ranges.<DT><A HREF="com/sleepycat/bdb/DataView.html#DataView(com.sleepycat.bdb.DataStore, com.sleepycat.bdb.DataIndex, com.sleepycat.bdb.bind.DataBinding, com.sleepycat.bdb.bind.DataBinding, com.sleepycat.bdb.bind.EntityBinding, boolean)"><B>DataView(DataStore, DataIndex, DataBinding, DataBinding, EntityBinding, boolean)</B></A> - 
Constructor for class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/DataView.html">DataView</A>
<DD>Creates a view for a given store/index and bindings.
<DT><A HREF="com/sleepycat/bdb/bind/DataType.html#DATETIME"><B>DATETIME</B></A> - 
Static variable in interface com.sleepycat.bdb.bind.<A HREF="com/sleepycat/bdb/bind/DataType.html">DataType</A>
<DD><code>Date</code> data type.
<DT><A HREF="com/sleepycat/db/Db.html"><B>Db</B></A> - class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>.<DD>The Db handle is the handle for a Berkeley DB database, which may or may not be part of a database environment.<DT><A HREF="com/sleepycat/db/Db.html#DB_AFTER"><B>DB_AFTER</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_AGGRESSIVE"><B>DB_AGGRESSIVE</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_APPEND"><B>DB_APPEND</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_ARCH_ABS"><B>DB_ARCH_ABS</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_ARCH_DATA"><B>DB_ARCH_DATA</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_ARCH_LOG"><B>DB_ARCH_LOG</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_ARCH_REMOVE"><B>DB_ARCH_REMOVE</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_AUTO_COMMIT"><B>DB_AUTO_COMMIT</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_BEFORE"><B>DB_BEFORE</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_BTREE"><B>DB_BTREE</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_CACHED_COUNTS"><B>DB_CACHED_COUNTS</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/db/Db.html#DB_CDB_ALLDB"><B>DB_CDB_ALLDB</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_CHKSUM"><B>DB_CHKSUM</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_CONSUME"><B>DB_CONSUME</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_CONSUME_WAIT"><B>DB_CONSUME_WAIT</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_CREATE"><B>DB_CREATE</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_CURRENT"><B>DB_CURRENT</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_CXX_NO_EXCEPTIONS"><B>DB_CXX_NO_EXCEPTIONS</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/db/Db.html#DB_DBT_MALLOC"><B>DB_DBT_MALLOC</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_DBT_PARTIAL"><B>DB_DBT_PARTIAL</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_DBT_REALLOC"><B>DB_DBT_REALLOC</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_DBT_USERMEM"><B>DB_DBT_USERMEM</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_DIRECT_DB"><B>DB_DIRECT_DB</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_DIRECT_LOG"><B>DB_DIRECT_LOG</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_DIRTY_READ"><B>DB_DIRTY_READ</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_DONOTINDEX"><B>DB_DONOTINDEX</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_DUP"><B>DB_DUP</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_DUPSORT"><B>DB_DUPSORT</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_EID_BROADCAST"><B>DB_EID_BROADCAST</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_EID_INVALID"><B>DB_EID_INVALID</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/db/Db.html#DB_ENCRYPT"><B>DB_ENCRYPT</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_ENCRYPT_AES"><B>DB_ENCRYPT_AES</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_EXCL"><B>DB_EXCL</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_FAST_STAT"><B>DB_FAST_STAT</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_FILEOPEN"><B>DB_FILEOPEN</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/db/Db.html#DB_FIRST"><B>DB_FIRST</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_FLUSH"><B>DB_FLUSH</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_FORCE"><B>DB_FORCE</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_GET_BOTH"><B>DB_GET_BOTH</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_GET_BOTH_RANGE"><B>DB_GET_BOTH_RANGE</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_GET_RECNO"><B>DB_GET_RECNO</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_HASH"><B>DB_HASH</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_INIT_CDB"><B>DB_INIT_CDB</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_INIT_LOCK"><B>DB_INIT_LOCK</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_INIT_LOG"><B>DB_INIT_LOG</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_INIT_MPOOL"><B>DB_INIT_MPOOL</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_INIT_REP"><B>DB_INIT_REP</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_INIT_TXN"><B>DB_INIT_TXN</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_JOIN_ITEM"><B>DB_JOIN_ITEM</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_JOIN_NOSORT"><B>DB_JOIN_NOSORT</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_JOINENV"><B>DB_JOINENV</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_KEYEMPTY"><B>DB_KEYEMPTY</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_KEYEXIST"><B>DB_KEYEXIST</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_KEYFIRST"><B>DB_KEYFIRST</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_KEYLAST"><B>DB_KEYLAST</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_LAST"><B>DB_LAST</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_LOCK_DEADLOCK"><B>DB_LOCK_DEADLOCK</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/db/Db.html#DB_LOCK_DEFAULT"><B>DB_LOCK_DEFAULT</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_LOCK_EXPIRE"><B>DB_LOCK_EXPIRE</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_LOCK_GET"><B>DB_LOCK_GET</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_LOCK_GET_TIMEOUT"><B>DB_LOCK_GET_TIMEOUT</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_LOCK_IREAD"><B>DB_LOCK_IREAD</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_LOCK_IWR"><B>DB_LOCK_IWR</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_LOCK_IWRITE"><B>DB_LOCK_IWRITE</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_LOCK_MAXLOCKS"><B>DB_LOCK_MAXLOCKS</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_LOCK_MINLOCKS"><B>DB_LOCK_MINLOCKS</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_LOCK_MINWRITE"><B>DB_LOCK_MINWRITE</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_LOCK_NOTGRANTED"><B>DB_LOCK_NOTGRANTED</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/db/Db.html#DB_LOCK_NOWAIT"><B>DB_LOCK_NOWAIT</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_LOCK_OLDEST"><B>DB_LOCK_OLDEST</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_LOCK_PUT"><B>DB_LOCK_PUT</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_LOCK_PUT_ALL"><B>DB_LOCK_PUT_ALL</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_LOCK_PUT_OBJ"><B>DB_LOCK_PUT_OBJ</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_LOCK_RANDOM"><B>DB_LOCK_RANDOM</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_LOCK_READ"><B>DB_LOCK_READ</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_LOCK_TIMEOUT"><B>DB_LOCK_TIMEOUT</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_LOCK_WRITE"><B>DB_LOCK_WRITE</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_LOCK_YOUNGEST"><B>DB_LOCK_YOUNGEST</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_LOCKDOWN"><B>DB_LOCKDOWN</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_LOG_AUTOREMOVE"><B>DB_LOG_AUTOREMOVE</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_MPOOL_NOFILE"><B>DB_MPOOL_NOFILE</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_MULTIPLE"><B>DB_MULTIPLE</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_MULTIPLE_KEY"><B>DB_MULTIPLE_KEY</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_NEXT"><B>DB_NEXT</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_NEXT_DUP"><B>DB_NEXT_DUP</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_NEXT_NODUP"><B>DB_NEXT_NODUP</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_NODUPDATA"><B>DB_NODUPDATA</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_NOLOCKING"><B>DB_NOLOCKING</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_NOMMAP"><B>DB_NOMMAP</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_NOORDERCHK"><B>DB_NOORDERCHK</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_NOOVERWRITE"><B>DB_NOOVERWRITE</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_NOPANIC"><B>DB_NOPANIC</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_NOSERVER"><B>DB_NOSERVER</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/db/Db.html#DB_NOSERVER_HOME"><B>DB_NOSERVER_HOME</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_NOSERVER_ID"><B>DB_NOSERVER_ID</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_NOSYNC"><B>DB_NOSYNC</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_NOTFOUND"><B>DB_NOTFOUND</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_OLD_VERSION"><B>DB_OLD_VERSION</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_ORDERCHKONLY"><B>DB_ORDERCHKONLY</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_OVERWRITE"><B>DB_OVERWRITE</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_PAGE_NOTFOUND"><B>DB_PAGE_NOTFOUND</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/db/Db.html#DB_PANIC_ENVIRONMENT"><B>DB_PANIC_ENVIRONMENT</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_POSITION"><B>DB_POSITION</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_PREV"><B>DB_PREV</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_PREV_NODUP"><B>DB_PREV_NODUP</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_PRINTABLE"><B>DB_PRINTABLE</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_PRIORITY_DEFAULT"><B>DB_PRIORITY_DEFAULT</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_PRIORITY_HIGH"><B>DB_PRIORITY_HIGH</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_PRIORITY_LOW"><B>DB_PRIORITY_LOW</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_PRIORITY_VERY_HIGH"><B>DB_PRIORITY_VERY_HIGH</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_PRIORITY_VERY_LOW"><B>DB_PRIORITY_VERY_LOW</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_PRIVATE"><B>DB_PRIVATE</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_QUEUE"><B>DB_QUEUE</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_RDONLY"><B>DB_RDONLY</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_RECNO"><B>DB_RECNO</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_RECNUM"><B>DB_RECNUM</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_RECORDCOUNT"><B>DB_RECORDCOUNT</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/db/Db.html#DB_RECOVER"><B>DB_RECOVER</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_RECOVER_FATAL"><B>DB_RECOVER_FATAL</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_REGION_INIT"><B>DB_REGION_INIT</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_RENUMBER"><B>DB_RENUMBER</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_REP_CLIENT"><B>DB_REP_CLIENT</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_REP_DUPMASTER"><B>DB_REP_DUPMASTER</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_REP_HANDLE_DEAD"><B>DB_REP_HANDLE_DEAD</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_REP_HOLDELECTION"><B>DB_REP_HOLDELECTION</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_REP_ISPERM"><B>DB_REP_ISPERM</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_REP_LOGSONLY"><B>DB_REP_LOGSONLY</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_REP_MASTER"><B>DB_REP_MASTER</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_REP_NEWMASTER"><B>DB_REP_NEWMASTER</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_REP_NEWSITE"><B>DB_REP_NEWSITE</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_REP_NOBUFFER"><B>DB_REP_NOBUFFER</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_REP_NOTPERM"><B>DB_REP_NOTPERM</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_REP_OUTDATED"><B>DB_REP_OUTDATED</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_REP_PERMANENT"><B>DB_REP_PERMANENT</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_REP_UNAVAIL"><B>DB_REP_UNAVAIL</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_REVSPLITOFF"><B>DB_REVSPLITOFF</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_RMW"><B>DB_RMW</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_RPCCLIENT"><B>DB_RPCCLIENT</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_RUNRECOVERY"><B>DB_RUNRECOVERY</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/db/Db.html#DB_SALVAGE"><B>DB_SALVAGE</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_SECONDARY_BAD"><B>DB_SECONDARY_BAD</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_SET"><B>DB_SET</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_SET_LOCK_TIMEOUT"><B>DB_SET_LOCK_TIMEOUT</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_SET_RANGE"><B>DB_SET_RANGE</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_SET_RECNO"><B>DB_SET_RECNO</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_SET_TXN_TIMEOUT"><B>DB_SET_TXN_TIMEOUT</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_SNAPSHOT"><B>DB_SNAPSHOT</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_STAT_CLEAR"><B>DB_STAT_CLEAR</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_SYSTEM_MEM"><B>DB_SYSTEM_MEM</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_THREAD"><B>DB_THREAD</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_TIME_NOTGRANTED"><B>DB_TIME_NOTGRANTED</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_TRUNCATE"><B>DB_TRUNCATE</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_TXN_ABORT"><B>DB_TXN_ABORT</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_TXN_APPLY"><B>DB_TXN_APPLY</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_TXN_BACKWARD_ROLL"><B>DB_TXN_BACKWARD_ROLL</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_TXN_FORWARD_ROLL"><B>DB_TXN_FORWARD_ROLL</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_TXN_NOSYNC"><B>DB_TXN_NOSYNC</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_TXN_NOT_DURABLE"><B>DB_TXN_NOT_DURABLE</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_TXN_NOWAIT"><B>DB_TXN_NOWAIT</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_TXN_PRINT"><B>DB_TXN_PRINT</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_TXN_SYNC"><B>DB_TXN_SYNC</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_TXN_WRITE_NOSYNC"><B>DB_TXN_WRITE_NOSYNC</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_UNKNOWN"><B>DB_UNKNOWN</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_UPGRADE"><B>DB_UPGRADE</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_USE_ENVIRON"><B>DB_USE_ENVIRON</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_USE_ENVIRON_ROOT"><B>DB_USE_ENVIRON_ROOT</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_VERB_CHKPOINT"><B>DB_VERB_CHKPOINT</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_VERB_DEADLOCK"><B>DB_VERB_DEADLOCK</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_VERB_RECOVERY"><B>DB_VERB_RECOVERY</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_VERB_REPLICATION"><B>DB_VERB_REPLICATION</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_VERB_WAITSFOR"><B>DB_VERB_WAITSFOR</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_VERIFY"><B>DB_VERIFY</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_VERIFY_BAD"><B>DB_VERIFY_BAD</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_VERSION_MAJOR"><B>DB_VERSION_MAJOR</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/db/Db.html#DB_VERSION_MINOR"><B>DB_VERSION_MINOR</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/db/Db.html#DB_VERSION_PATCH"><B>DB_VERSION_PATCH</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/db/Db.html#DB_WRITECURSOR"><B>DB_WRITECURSOR</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_XA_CREATE"><B>DB_XA_CREATE</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_XIDDATASIZE"><B>DB_XIDDATASIZE</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#DB_YIELDCPU"><B>DB_YIELDCPU</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>A constant used to configure the system.
<DT><A HREF="com/sleepycat/db/Db.html#Db(com.sleepycat.db.DbEnv, int)"><B>Db(DbEnv, int)</B></A> - 
Constructor for class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>The constructor creates a Db object that is the handle for a Berkeley DB database.
<DT><A HREF="com/sleepycat/db/DbAppDispatch.html"><B>DbAppDispatch</B></A> - interface com.sleepycat.db.<A HREF="com/sleepycat/db/DbAppDispatch.html">DbAppDispatch</A>.<DD>An interface specifying a recovery function, which recovers application-specific actions.<DT><A HREF="com/sleepycat/db/DbAppendRecno.html"><B>DbAppendRecno</B></A> - interface com.sleepycat.db.<A HREF="com/sleepycat/db/DbAppendRecno.html">DbAppendRecno</A>.<DD>An interface specifying a callback function that modifies stored data based on a generated key.<DT><A HREF="com/sleepycat/db/DbAppendRecno.html#dbAppendRecno(com.sleepycat.db.Db, com.sleepycat.db.Dbt, int)"><B>dbAppendRecno(Db, Dbt, int)</B></A> - 
Method in interface com.sleepycat.db.<A HREF="com/sleepycat/db/DbAppendRecno.html">DbAppendRecno</A>
<DD>The DbAppendRecno interface is used by the Db.setAppendRecno method.
<DT><A HREF="com/sleepycat/db/DbBtreeCompare.html"><B>DbBtreeCompare</B></A> - interface com.sleepycat.db.<A HREF="com/sleepycat/db/DbBtreeCompare.html">DbBtreeCompare</A>.<DD>An interface specifying a comparison function, which imposes a total ordering on the keys in a Btree database.<DT><A HREF="com/sleepycat/db/DbBtreePrefix.html"><B>DbBtreePrefix</B></A> - interface com.sleepycat.db.<A HREF="com/sleepycat/db/DbBtreePrefix.html">DbBtreePrefix</A>.<DD>An interface specifying a comparison function, which specifies the number of bytes needed to differentiate Btree keys.<DT><A HREF="com/sleepycat/db/DbBtreeStat.html"><B>DbBtreeStat</B></A> - class com.sleepycat.db.<A HREF="com/sleepycat/db/DbBtreeStat.html">DbBtreeStat</A>.<DD>The DbBtreeStat object is used to return Btree or Recno database statistics.<DT><A HREF="com/sleepycat/db/DbBtreeStat.html#DbBtreeStat()"><B>DbBtreeStat()</B></A> - 
Constructor for class com.sleepycat.db.<A HREF="com/sleepycat/db/DbBtreeStat.html">DbBtreeStat</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/db/Dbc.html"><B>Dbc</B></A> - class com.sleepycat.db.<A HREF="com/sleepycat/db/Dbc.html">Dbc</A>.<DD>The Dbc object is the handle for a cursor into a Berkeley DB database.<DT><A HREF="com/sleepycat/db/DbClient.html"><B>DbClient</B></A> - interface com.sleepycat.db.<A HREF="com/sleepycat/db/DbClient.html">DbClient</A>.<DD>The DbClient object is used to encapsulate a reference to an RPC client.<DT><A HREF="com/sleepycat/db/DbDeadlockException.html"><B>DbDeadlockException</B></A> - exception com.sleepycat.db.<A HREF="com/sleepycat/db/DbDeadlockException.html">DbDeadlockException</A>.<DD>This information describes the DbDeadlockException class and how it is used in the Berkeley DB library.<DT><A HREF="com/sleepycat/db/DbDupCompare.html"><B>DbDupCompare</B></A> - interface com.sleepycat.db.<A HREF="com/sleepycat/db/DbDupCompare.html">DbDupCompare</A>.<DD>An interface specifying a comparison function, which imposes a total ordering on the duplicate data items in a Btree database.<DT><A HREF="com/sleepycat/db/DbEnv.html"><B>DbEnv</B></A> - class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>.<DD>The DbEnv object is the handle for a Berkeley DB environment -- a collection including support for some or all of caching, locking, logging and transaction subsystems, as well as databases and log files.<DT><A HREF="com/sleepycat/db/DbEnv.RepProcessMessage.html"><B>DbEnv.RepProcessMessage</B></A> - class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.RepProcessMessage.html">DbEnv.RepProcessMessage</A>.<DD>&nbsp;<DT><A HREF="com/sleepycat/db/DbEnv.RepProcessMessage.html#DbEnv.RepProcessMessage()"><B>DbEnv.RepProcessMessage()</B></A> - 
Constructor for class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.RepProcessMessage.html">DbEnv.RepProcessMessage</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/db/DbEnv.html#DbEnv(int)"><B>DbEnv(int)</B></A> - 
Constructor for class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD>The constructor creates the DbEnv object.
<DT><A HREF="com/sleepycat/db/DbEnvFeedback.html"><B>DbEnvFeedback</B></A> - interface com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnvFeedback.html">DbEnvFeedback</A>.<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/DbEnvFeedbackHandler.html"><CODE>DbEnvFeedbackHandler</CODE></A></I><DT><A HREF="com/sleepycat/db/DbEnvFeedbackHandler.html"><B>DbEnvFeedbackHandler</B></A> - interface com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnvFeedbackHandler.html">DbEnvFeedbackHandler</A>.<DD>The DbEnvFeedbackHandler interface is used by the DbEnv.setFeedback method.<DT><A HREF="com/sleepycat/db/DbErrcall.html"><B>DbErrcall</B></A> - interface com.sleepycat.db.<A HREF="com/sleepycat/db/DbErrcall.html">DbErrcall</A>.<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/DbErrorHandler.html"><CODE>DbErrorHandler</CODE></A></I><DT><A HREF="com/sleepycat/db/DbErrorHandler.html"><B>DbErrorHandler</B></A> - interface com.sleepycat.db.<A HREF="com/sleepycat/db/DbErrorHandler.html">DbErrorHandler</A>.<DD>An interface specifying a application-specific error reporting function.<DT><A HREF="com/sleepycat/db/DbException.html"><B>DbException</B></A> - exception com.sleepycat.db.<A HREF="com/sleepycat/db/DbException.html">DbException</A>.<DD>This information describes the DbException class and how it is used by the various Berkeley DB classes.<DT><A HREF="com/sleepycat/db/DbException.html#DbException(java.lang.String)"><B>DbException(String)</B></A> - 
Constructor for class com.sleepycat.db.<A HREF="com/sleepycat/db/DbException.html">DbException</A>
<DD>The DbException constructor returns an instance of the DbException class containing the string.
<DT><A HREF="com/sleepycat/db/DbException.html#DbException(java.lang.String, int)"><B>DbException(String, int)</B></A> - 
Constructor for class com.sleepycat.db.<A HREF="com/sleepycat/db/DbException.html">DbException</A>
<DD>The DbException constructor returns an instance of the DbException class containing the string and the encapsulated errno.
<DT><A HREF="com/sleepycat/db/DbException.html#DbException(java.lang.String, int, com.sleepycat.db.DbEnv)"><B>DbException(String, int, DbEnv)</B></A> - 
Constructor for class com.sleepycat.db.<A HREF="com/sleepycat/db/DbException.html">DbException</A>
<DD>The DbException constructor returns an instance of the DbException class containing the string, the encapsulated errno, and the database environment.
<DT><A HREF="com/sleepycat/db/DbFeedback.html"><B>DbFeedback</B></A> - interface com.sleepycat.db.<A HREF="com/sleepycat/db/DbFeedback.html">DbFeedback</A>.<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/DbFeedbackHandler.html"><CODE>DbFeedbackHandler</CODE></A></I><DT><A HREF="com/sleepycat/db/DbFeedbackHandler.html"><B>DbFeedbackHandler</B></A> - interface com.sleepycat.db.<A HREF="com/sleepycat/db/DbFeedbackHandler.html">DbFeedbackHandler</A>.<DD>The DbFeedbackHandler interface is used by the Db.setFeedback method.<DT><A HREF="com/sleepycat/db/DbHash.html"><B>DbHash</B></A> - interface com.sleepycat.db.<A HREF="com/sleepycat/db/DbHash.html">DbHash</A>.<DD>An interface specifying a hashing function, which imposes a total ordering on the Hash database.<DT><A HREF="com/sleepycat/db/DbHashStat.html"><B>DbHashStat</B></A> - class com.sleepycat.db.<A HREF="com/sleepycat/db/DbHashStat.html">DbHashStat</A>.<DD>The DbHashStat object is used to return Hash database statistics.<DT><A HREF="com/sleepycat/db/DbHashStat.html#DbHashStat()"><B>DbHashStat()</B></A> - 
Constructor for class com.sleepycat.db.<A HREF="com/sleepycat/db/DbHashStat.html">DbHashStat</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/db/DbKeyRange.html"><B>DbKeyRange</B></A> - class com.sleepycat.db.<A HREF="com/sleepycat/db/DbKeyRange.html">DbKeyRange</A>.<DD>&nbsp;<DT><A HREF="com/sleepycat/db/DbKeyRange.html#DbKeyRange()"><B>DbKeyRange()</B></A> - 
Constructor for class com.sleepycat.db.<A HREF="com/sleepycat/db/DbKeyRange.html">DbKeyRange</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/db/DbLock.html"><B>DbLock</B></A> - class com.sleepycat.db.<A HREF="com/sleepycat/db/DbLock.html">DbLock</A>.<DD>The locking interfaces for the Berkeley DB database environment are methods of the <A HREF="com/sleepycat/db/DbEnv.html"><CODE>DbEnv</CODE></A> handle.<DT><A HREF="com/sleepycat/db/DbLockNotGrantedException.html"><B>DbLockNotGrantedException</B></A> - exception com.sleepycat.db.<A HREF="com/sleepycat/db/DbLockNotGrantedException.html">DbLockNotGrantedException</A>.<DD>This information describes the DbLockNotGrantedException class and how it is used by the various Db* classes.<DT><A HREF="com/sleepycat/db/DbLockRequest.html"><B>DbLockRequest</B></A> - class com.sleepycat.db.<A HREF="com/sleepycat/db/DbLockRequest.html">DbLockRequest</A>.<DD>The DbLockRequest object is used to encapsulate a single lock request.<DT><A HREF="com/sleepycat/db/DbLockRequest.html#DbLockRequest(int, int, com.sleepycat.db.Dbt, com.sleepycat.db.DbLock)"><B>DbLockRequest(int, int, Dbt, DbLock)</B></A> - 
Constructor for class com.sleepycat.db.<A HREF="com/sleepycat/db/DbLockRequest.html">DbLockRequest</A>
<DD>The DbLockRequest constructor constructs a DbLockRequest with the specified operation, mode and lock, for the specified object.
<DT><A HREF="com/sleepycat/db/DbLockRequest.html#DbLockRequest(int, int, com.sleepycat.db.Dbt, com.sleepycat.db.DbLock, int)"><B>DbLockRequest(int, int, Dbt, DbLock, int)</B></A> - 
Constructor for class com.sleepycat.db.<A HREF="com/sleepycat/db/DbLockRequest.html">DbLockRequest</A>
<DD>The DbLockRequest constructor constructs a DbLockRequest with the specified operation, mode, lock and timeout for the specified object.
<DT><A HREF="com/sleepycat/db/DbLockStat.html"><B>DbLockStat</B></A> - class com.sleepycat.db.<A HREF="com/sleepycat/db/DbLockStat.html">DbLockStat</A>.<DD>The DbLockStat object is used to return lock region statistics.<DT><A HREF="com/sleepycat/db/DbLockStat.html#DbLockStat()"><B>DbLockStat()</B></A> - 
Constructor for class com.sleepycat.db.<A HREF="com/sleepycat/db/DbLockStat.html">DbLockStat</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/db/DbLogc.html"><B>DbLogc</B></A> - class com.sleepycat.db.<A HREF="com/sleepycat/db/DbLogc.html">DbLogc</A>.<DD>The DbLogc object is the handle for a cursor into the log files, supporting sequential access to the records stored in log files.<DT><A HREF="com/sleepycat/db/DbLogStat.html"><B>DbLogStat</B></A> - class com.sleepycat.db.<A HREF="com/sleepycat/db/DbLogStat.html">DbLogStat</A>.<DD>The DbLogStat object is used to return logging subsystem statistics.<DT><A HREF="com/sleepycat/db/DbLogStat.html#DbLogStat()"><B>DbLogStat()</B></A> - 
Constructor for class com.sleepycat.db.<A HREF="com/sleepycat/db/DbLogStat.html">DbLogStat</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/db/DbLsn.html"><B>DbLsn</B></A> - class com.sleepycat.db.<A HREF="com/sleepycat/db/DbLsn.html">DbLsn</A>.<DD>The DbLsn object is a <b>log sequence number</b> which specifies a unique location in a log file.<DT><A HREF="com/sleepycat/db/DbLsn.html#DbLsn(int, int)"><B>DbLsn(int, int)</B></A> - 
Constructor for class com.sleepycat.db.<A HREF="com/sleepycat/db/DbLsn.html">DbLsn</A>
<DD>The DbLsn constructor constructs a DbLsn with the specified file and offset.
<DT><A HREF="com/sleepycat/db/DbMemoryException.html"><B>DbMemoryException</B></A> - exception com.sleepycat.db.<A HREF="com/sleepycat/db/DbMemoryException.html">DbMemoryException</A>.<DD>This information describes the DbMemoryException class and how it is used by the various Db* classes.<DT><A HREF="com/sleepycat/db/DbMpoolFile.html"><B>DbMpoolFile</B></A> - class com.sleepycat.db.<A HREF="com/sleepycat/db/DbMpoolFile.html">DbMpoolFile</A>.<DD>The memory pool interfaces for the Berkeley DB database environment are methods of the <A HREF="com/sleepycat/db/DbEnv.html"><CODE>DbEnv</CODE></A> handle.<DT><A HREF="com/sleepycat/db/DbMpoolFStat.html"><B>DbMpoolFStat</B></A> - class com.sleepycat.db.<A HREF="com/sleepycat/db/DbMpoolFStat.html">DbMpoolFStat</A>.<DD>The DbMpoolFStat object is used to return memory pool per-file statistics.<DT><A HREF="com/sleepycat/db/DbMpoolFStat.html#DbMpoolFStat()"><B>DbMpoolFStat()</B></A> - 
Constructor for class com.sleepycat.db.<A HREF="com/sleepycat/db/DbMpoolFStat.html">DbMpoolFStat</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/db/DbMpoolStat.html"><B>DbMpoolStat</B></A> - class com.sleepycat.db.<A HREF="com/sleepycat/db/DbMpoolStat.html">DbMpoolStat</A>.<DD>The DbMpoolStat object is used to return memory pool statistics.<DT><A HREF="com/sleepycat/db/DbMpoolStat.html#DbMpoolStat()"><B>DbMpoolStat()</B></A> - 
Constructor for class com.sleepycat.db.<A HREF="com/sleepycat/db/DbMpoolStat.html">DbMpoolStat</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/db/DbMultipleDataIterator.html"><B>DbMultipleDataIterator</B></A> - class com.sleepycat.db.<A HREF="com/sleepycat/db/DbMultipleDataIterator.html">DbMultipleDataIterator</A>.<DD>The DbMultipleDataIterator class is used to iterate through data returned using the <A HREF="com/sleepycat/db/Db.html#DB_MULTIPLE"><CODE>Db.DB_MULTIPLE</CODE></A> flag from a database belonging to any access method.<DT><A HREF="com/sleepycat/db/DbMultipleDataIterator.html#DbMultipleDataIterator(com.sleepycat.db.Dbt)"><B>DbMultipleDataIterator(Dbt)</B></A> - 
Constructor for class com.sleepycat.db.<A HREF="com/sleepycat/db/DbMultipleDataIterator.html">DbMultipleDataIterator</A>
<DD>The constructor takes the data <A HREF="com/sleepycat/db/Dbt.html"><CODE>Dbt</CODE></A> returned by the call to <A HREF="com/sleepycat/db/Db.html#get(com.sleepycat.db.DbTxn, com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, int)"><CODE>Db.get</CODE></A> or <A HREF="com/sleepycat/db/Dbc.html#get(com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, int)"><CODE>Dbc.get</CODE></A> that used the <A HREF="com/sleepycat/db/Db.html#DB_MULTIPLE"><CODE>Db.DB_MULTIPLE</CODE></A> flag.
<DT><A HREF="com/sleepycat/db/DbMultipleKeyDataIterator.html"><B>DbMultipleKeyDataIterator</B></A> - class com.sleepycat.db.<A HREF="com/sleepycat/db/DbMultipleKeyDataIterator.html">DbMultipleKeyDataIterator</A>.<DD>The DbMultipleKeyDataIterator class is used to iterate through data returned using the <A HREF="com/sleepycat/db/Db.html#DB_MULTIPLE_KEY"><CODE>Db.DB_MULTIPLE_KEY</CODE></A> flag from a database belonging to the Btree or Hash access methods.<DT><A HREF="com/sleepycat/db/DbMultipleKeyDataIterator.html#DbMultipleKeyDataIterator(com.sleepycat.db.Dbt)"><B>DbMultipleKeyDataIterator(Dbt)</B></A> - 
Constructor for class com.sleepycat.db.<A HREF="com/sleepycat/db/DbMultipleKeyDataIterator.html">DbMultipleKeyDataIterator</A>
<DD>The constructor takes the data <A HREF="com/sleepycat/db/Dbt.html"><CODE>Dbt</CODE></A> returned by the call to <A HREF="com/sleepycat/db/Db.html#get(com.sleepycat.db.DbTxn, com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, int)"><CODE>Db.get</CODE></A> or <A HREF="com/sleepycat/db/Dbc.html#get(com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, int)"><CODE>Dbc.get</CODE></A> that used the <A HREF="com/sleepycat/db/Db.html#DB_MULTIPLE_KEY"><CODE>Db.DB_MULTIPLE_KEY</CODE></A> flag.
<DT><A HREF="com/sleepycat/db/DbMultipleRecnoDataIterator.html"><B>DbMultipleRecnoDataIterator</B></A> - class com.sleepycat.db.<A HREF="com/sleepycat/db/DbMultipleRecnoDataIterator.html">DbMultipleRecnoDataIterator</A>.<DD>This class is used to iterate through data returned using the <A HREF="com/sleepycat/db/Db.html#DB_MULTIPLE_KEY"><CODE>Db.DB_MULTIPLE_KEY</CODE></A> flag from a database belonging to the Recno or Queue access methods.<DT><A HREF="com/sleepycat/db/DbMultipleRecnoDataIterator.html#DbMultipleRecnoDataIterator(com.sleepycat.db.Dbt)"><B>DbMultipleRecnoDataIterator(Dbt)</B></A> - 
Constructor for class com.sleepycat.db.<A HREF="com/sleepycat/db/DbMultipleRecnoDataIterator.html">DbMultipleRecnoDataIterator</A>
<DD>The constructor takes the data <A HREF="com/sleepycat/db/Dbt.html"><CODE>Dbt</CODE></A> returned by the call to <A HREF="com/sleepycat/db/Db.html#get(com.sleepycat.db.DbTxn, com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, int)"><CODE>Db.get</CODE></A> or <A HREF="com/sleepycat/db/Dbc.html#get(com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, int)"><CODE>Dbc.get</CODE></A> that used the <A HREF="com/sleepycat/db/Db.html#DB_MULTIPLE_KEY"><CODE>Db.DB_MULTIPLE_KEY</CODE></A> flag.
<DT><A HREF="com/sleepycat/db/DbPanicHandler.html"><B>DbPanicHandler</B></A> - interface com.sleepycat.db.<A HREF="com/sleepycat/db/DbPanicHandler.html">DbPanicHandler</A>.<DD>An interface specifying a function to handle database environment panics.<DT><A HREF="com/sleepycat/db/DbPreplist.html"><B>DbPreplist</B></A> - class com.sleepycat.db.<A HREF="com/sleepycat/db/DbPreplist.html">DbPreplist</A>.<DD>The DbPreplist object is used to encapsulate a single prepared, but not yet resolved, transaction.<DT><A HREF="com/sleepycat/db/DbQueueStat.html"><B>DbQueueStat</B></A> - class com.sleepycat.db.<A HREF="com/sleepycat/db/DbQueueStat.html">DbQueueStat</A>.<DD>The DbQueueStat object is used to return Queue database statistics.<DT><A HREF="com/sleepycat/db/DbQueueStat.html#DbQueueStat()"><B>DbQueueStat()</B></A> - 
Constructor for class com.sleepycat.db.<A HREF="com/sleepycat/db/DbQueueStat.html">DbQueueStat</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/db/DbEnv.html#dbremove(com.sleepycat.db.DbTxn, java.lang.String, java.lang.String, int)"><B>dbremove(DbTxn, String, String, int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/DbEnv.html#dbRemove(com.sleepycat.db.DbTxn, java.lang.String, java.lang.String, int)"><CODE>DbEnv.dbRemove(DbTxn,String,String,int)</CODE></A></I>
<DT><A HREF="com/sleepycat/db/DbEnv.html#dbRemove(com.sleepycat.db.DbTxn, java.lang.String, java.lang.String, int)"><B>dbRemove(DbTxn, String, String, int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD>The DbEnv.dbRemove method removes the database specified by the <b>file</b> and <b>database</b> parameters.
<DT><A HREF="com/sleepycat/db/DbEnv.html#dbrename(com.sleepycat.db.DbTxn, java.lang.String, java.lang.String, java.lang.String, int)"><B>dbrename(DbTxn, String, String, String, int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/DbEnv.html#dbRename(com.sleepycat.db.DbTxn, java.lang.String, java.lang.String, java.lang.String, int)"><CODE>DbEnv.dbRename(DbTxn,String,String,String,int)</CODE></A></I>
<DT><A HREF="com/sleepycat/db/DbEnv.html#dbRename(com.sleepycat.db.DbTxn, java.lang.String, java.lang.String, java.lang.String, int)"><B>dbRename(DbTxn, String, String, String, int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD>The DbEnv.dbRename method renames the database specified by the <b>file</b> and <b>database</b> parameters to <b>newname</b>.
<DT><A HREF="com/sleepycat/db/DbRepStat.html"><B>DbRepStat</B></A> - class com.sleepycat.db.<A HREF="com/sleepycat/db/DbRepStat.html">DbRepStat</A>.<DD>The DbRepStat object is used to return replication subsystem statistics.<DT><A HREF="com/sleepycat/db/DbRepStat.html#DbRepStat()"><B>DbRepStat()</B></A> - 
Constructor for class com.sleepycat.db.<A HREF="com/sleepycat/db/DbRepStat.html">DbRepStat</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/db/DbRepTransport.html"><B>DbRepTransport</B></A> - interface com.sleepycat.db.<A HREF="com/sleepycat/db/DbRepTransport.html">DbRepTransport</A>.<DD>An interface specifying a replication transmit function, which sends information to other members of the replication group.<DT><A HREF="com/sleepycat/db/DbRunRecoveryException.html"><B>DbRunRecoveryException</B></A> - exception com.sleepycat.db.<A HREF="com/sleepycat/db/DbRunRecoveryException.html">DbRunRecoveryException</A>.<DD>This information describes the DbRunRecoveryException class and how it is used by the various Berkeley DB classes.<DT><A HREF="com/sleepycat/db/DbSecondaryKeyCreate.html"><B>DbSecondaryKeyCreate</B></A> - interface com.sleepycat.db.<A HREF="com/sleepycat/db/DbSecondaryKeyCreate.html">DbSecondaryKeyCreate</A>.<DD>An interface specifying a function which constructs secondary keys from primary key and data items.<DT><A HREF="com/sleepycat/db/Dbt.html"><B>Dbt</B></A> - class com.sleepycat.db.<A HREF="com/sleepycat/db/Dbt.html">Dbt</A>.<DD>This information describes the specific details of the Dbt class, used to encode keys and data items in a database.<DT><A HREF="com/sleepycat/db/Dbt.html#Dbt()"><B>Dbt()</B></A> - 
Constructor for class com.sleepycat.db.<A HREF="com/sleepycat/db/Dbt.html">Dbt</A>
<DD>Construct an empty Dbt.
<DT><A HREF="com/sleepycat/db/Dbt.html#Dbt(byte[])"><B>Dbt(byte[])</B></A> - 
Constructor for class com.sleepycat.db.<A HREF="com/sleepycat/db/Dbt.html">Dbt</A>
<DD>Construct a Dbt where the data is the contents of the array and the Dbt's length is set to the length of the array.
<DT><A HREF="com/sleepycat/db/Dbt.html#Dbt(byte[], int, int)"><B>Dbt(byte[], int, int)</B></A> - 
Constructor for class com.sleepycat.db.<A HREF="com/sleepycat/db/Dbt.html">Dbt</A>
<DD>Construct a Dbt from <b>len</b> bytes from the array, starting at <b>off</b>.
<DT><A HREF="com/sleepycat/db/Dbt.html#Dbt(java.lang.Object)"><B>Dbt(Object)</B></A> - 
Constructor for class com.sleepycat.db.<A HREF="com/sleepycat/db/Dbt.html">Dbt</A>
<DD>Construct a Dbt where the data is the serialized form of the Object.
<DT><A HREF="com/sleepycat/db/DbTxn.html"><B>DbTxn</B></A> - class com.sleepycat.db.<A HREF="com/sleepycat/db/DbTxn.html">DbTxn</A>.<DD>The DbTxn object is the handle for a transaction.<DT><A HREF="com/sleepycat/db/DbTxnStat.html"><B>DbTxnStat</B></A> - class com.sleepycat.db.<A HREF="com/sleepycat/db/DbTxnStat.html">DbTxnStat</A>.<DD>The DbTxnStat object is used to return transaction subsystem statistics.<DT><A HREF="com/sleepycat/db/DbTxnStat.Active.html"><B>DbTxnStat.Active</B></A> - class com.sleepycat.db.<A HREF="com/sleepycat/db/DbTxnStat.Active.html">DbTxnStat.Active</A>.<DD>&nbsp;<DT><A HREF="com/sleepycat/db/DbTxnStat.Active.html#DbTxnStat.Active()"><B>DbTxnStat.Active()</B></A> - 
Constructor for class com.sleepycat.db.<A HREF="com/sleepycat/db/DbTxnStat.Active.html">DbTxnStat.Active</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/db/DbTxnStat.html#DbTxnStat()"><B>DbTxnStat()</B></A> - 
Constructor for class com.sleepycat.db.<A HREF="com/sleepycat/db/DbTxnStat.html">DbTxnStat</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bdb/util/FastOutputStream.html#DEFAULT_BUMP_SIZE"><B>DEFAULT_BUMP_SIZE</B></A> - 
Static variable in class com.sleepycat.bdb.util.<A HREF="com/sleepycat/bdb/util/FastOutputStream.html">FastOutputStream</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bdb/util/FastOutputStream.html#DEFAULT_INIT_SIZE"><B>DEFAULT_INIT_SIZE</B></A> - 
Static variable in class com.sleepycat.bdb.util.<A HREF="com/sleepycat/bdb/util/FastOutputStream.html">FastOutputStream</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/db/Db.html#del(com.sleepycat.db.DbTxn, com.sleepycat.db.Dbt, int)"><B>del(DbTxn, Dbt, int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/Db.html#delete(com.sleepycat.db.DbTxn, com.sleepycat.db.Dbt, int)"><CODE>delete(DbTxn,Dbt,int)</CODE></A></I>
<DT><A HREF="com/sleepycat/db/Dbc.html#del(int)"><B>del(int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Dbc.html">Dbc</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/Dbc.html#delete(int)"><CODE>Dbc.delete(int)</CODE></A></I>
<DT><A HREF="com/sleepycat/bdb/DataCursor.html#delete()"><B>delete()</B></A> - 
Method in class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/DataCursor.html">DataCursor</A>
<DD>Perform an arbitrary database 'delete' operation.
<DT><A HREF="com/sleepycat/bdb/DataDb.html#delete(com.sleepycat.bdb.DataThang, int)"><B>delete(DataThang, int)</B></A> - 
Method in class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/DataDb.html">DataDb</A>
<DD>Performs a general database 'delete' operation.
<DT><A HREF="com/sleepycat/db/Db.html#delete(com.sleepycat.db.DbTxn, com.sleepycat.db.Dbt, int)"><B>delete(DbTxn, Dbt, int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>The Db.delete method removes key/data pairs from the database.
<DT><A HREF="com/sleepycat/db/Dbc.html#delete(int)"><B>delete(int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Dbc.html">Dbc</A>
<DD>The Dbc.delete method deletes the key/data pair to which the cursor refers.
<DT><A HREF="com/sleepycat/bdb/collection/StoredCollections.html#dirtyReadCollection(java.util.Collection)"><B>dirtyReadCollection(Collection)</B></A> - 
Static method in class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredCollections.html">StoredCollections</A>
<DD>Creates a dirty-read collection from a given stored collection.
<DT><A HREF="com/sleepycat/bdb/collection/StoredCollections.html#dirtyReadList(java.util.List)"><B>dirtyReadList(List)</B></A> - 
Static method in class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredCollections.html">StoredCollections</A>
<DD>Creates a dirty-read list from a given stored list.
<DT><A HREF="com/sleepycat/bdb/collection/StoredCollections.html#dirtyReadMap(java.util.Map)"><B>dirtyReadMap(Map)</B></A> - 
Static method in class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredCollections.html">StoredCollections</A>
<DD>Creates a dirty-read map from a given stored map.
<DT><A HREF="com/sleepycat/bdb/collection/StoredCollections.html#dirtyReadSet(java.util.Set)"><B>dirtyReadSet(Set)</B></A> - 
Static method in class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredCollections.html">StoredCollections</A>
<DD>Creates a dirty-read set from a given stored set.
<DT><A HREF="com/sleepycat/bdb/collection/StoredCollections.html#dirtyReadSortedMap(java.util.SortedMap)"><B>dirtyReadSortedMap(SortedMap)</B></A> - 
Static method in class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredCollections.html">StoredCollections</A>
<DD>Creates a dirty-read sorted map from a given stored sorted map.
<DT><A HREF="com/sleepycat/bdb/collection/StoredCollections.html#dirtyReadSortedSet(java.util.SortedSet)"><B>dirtyReadSortedSet(SortedSet)</B></A> - 
Static method in class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredCollections.html">StoredCollections</A>
<DD>Creates a dirty-read sorted set from a given stored sorted set.
<DT><A HREF="com/sleepycat/bdb/DataView.html#dirtyReadView(boolean)"><B>dirtyReadView(boolean)</B></A> - 
Method in class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/DataView.html">DataView</A>
<DD>Returns a new view with a specified dirtyRead setting.
<DT><A HREF="com/sleepycat/db/DbTxn.html#discard(int)"><B>discard(int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbTxn.html">DbTxn</A>
<DD>The DbTxn.discard method frees up all the per-process resources associated with the specified <A HREF="com/sleepycat/db/DbTxn.html"><CODE>DbTxn</CODE></A> handle, neither committing nor aborting the transaction.
<DT><A HREF="com/sleepycat/bdb/bind/DataType.html#DOUBLE"><B>DOUBLE</B></A> - 
Static variable in interface com.sleepycat.bdb.bind.<A HREF="com/sleepycat/bdb/bind/DataType.html">DataType</A>
<DD><code>Double</code> data type.
<DT><A HREF="com/sleepycat/bdb/TransactionWorker.html#doWork()"><B>doWork()</B></A> - 
Method in interface com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/TransactionWorker.html">TransactionWorker</A>
<DD>Perform the work for a single transaction.
<DT><A HREF="com/sleepycat/bdb/DataThang.html#dump(com.sleepycat.db.Dbt, java.io.PrintStream)"><B>dump(Dbt, PrintStream)</B></A> - 
Static method in class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/DataThang.html">DataThang</A>
<DD>Prints the byte array of the given thing to the given stream using
 toString() to convert the bytes to a string.
<DT><A HREF="com/sleepycat/bdb/DataThang.html#dump(java.io.PrintStream)"><B>dump(PrintStream)</B></A> - 
Method in class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/DataThang.html">DataThang</A>
<DD>Prints the byte array of this thing to the given stream using toString()
 to convert the bytes to a string.
<DT><A HREF="com/sleepycat/db/Dbc.html#dup(int)"><B>dup(int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Dbc.html">Dbc</A>
<DD>The Dbc.dup method creates a new cursor that uses the same transaction and locker ID as the original cursor.
<DT><A HREF="com/sleepycat/bdb/DataDb.html#dupCursor(com.sleepycat.db.Dbc, boolean, int)"><B>dupCursor(Dbc, boolean, int)</B></A> - 
Method in class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/DataDb.html">DataDb</A>
<DD>Duplicates a cursor for this database.
<DT><A HREF="com/sleepycat/bdb/collection/StoredMap.html#duplicates(java.lang.Object)"><B>duplicates(Object)</B></A> - 
Method in class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredMap.html">StoredMap</A>
<DD>Returns a new collection containing the values mapped to the given
 key in this map.
</DL>
<HR>
<A NAME="_E_"><!-- --></A><H2>
<B>E</B></H2>
<DL>
<DT><A HREF="com/sleepycat/bdb/DataDb.html#EINVAL"><B>EINVAL</B></A> - 
Static variable in class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/DataDb.html">DataDb</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bdb/DataDb.html#ENOMEM"><B>ENOMEM</B></A> - 
Static variable in class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/DataDb.html">DataDb</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bdb/bind/EntityBinding.html"><B>EntityBinding</B></A> - interface com.sleepycat.bdb.bind.<A HREF="com/sleepycat/bdb/bind/EntityBinding.html">EntityBinding</A>.<DD>The interface implemented by all entity or key/data-to-object bindings.<DT><A HREF="com/sleepycat/bdb/collection/StoredMap.html#entrySet()"><B>entrySet()</B></A> - 
Method in class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredMap.html">StoredMap</A>
<DD>Returns a set view of the mappings contained in this map.
<DT><A HREF="com/sleepycat/db/DbEnv.RepProcessMessage.html#envid"><B>envid</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.RepProcessMessage.html">DbEnv.RepProcessMessage</A>
<DD>The <b>envid</b> field contains the local identifier of the environment returned by the DbEnv.replicationProcessMessage method.
<DT><A HREF="com/sleepycat/db/DbKeyRange.html#equal"><B>equal</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbKeyRange.html">DbKeyRange</A>
<DD>A value between 0 and 1, the proportion of keys equal to the
  specified key.
<DT><A HREF="com/sleepycat/bdb/DataThang.html#equals(com.sleepycat.db.Dbt)"><B>equals(Dbt)</B></A> - 
Method in class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/DataThang.html">DataThang</A>
<DD>Returns whether the byte array of this thang is equal to that of the
 given thang.
<DT><A HREF="com/sleepycat/bdb/RecordNumberFormat.html#equals(java.lang.Object)"><B>equals(Object)</B></A> - 
Method in class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/RecordNumberFormat.html">RecordNumberFormat</A>
<DD>Test for equality.
<DT><A HREF="com/sleepycat/bdb/collection/StoredMap.html#equals(java.lang.Object)"><B>equals(Object)</B></A> - 
Method in class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredMap.html">StoredMap</A>
<DD>Compares the specified object with this map for equality.
<DT><A HREF="com/sleepycat/bdb/collection/StoredList.html#equals(java.lang.Object)"><B>equals(Object)</B></A> - 
Method in class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredList.html">StoredList</A>
<DD>Compares the specified object with this list for equality.
<DT><A HREF="com/sleepycat/bdb/collection/StoredCollection.html#equals(java.lang.Object)"><B>equals(Object)</B></A> - 
Method in class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredCollection.html">StoredCollection</A>
<DD>Compares the specified object with this collection for equality.
<DT><A HREF="com/sleepycat/bdb/collection/MapEntry.html#equals(java.lang.Object)"><B>equals(Object)</B></A> - 
Method in class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/MapEntry.html">MapEntry</A>
<DD>Compares this entry to a given entry as specified by <CODE>Map.Entry.equals(java.lang.Object)</CODE>.
<DT><A HREF="com/sleepycat/db/DbTxn.html#equals(java.lang.Object)"><B>equals(Object)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbTxn.html">DbTxn</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/db/DbEnv.html#err(int, java.lang.String)"><B>err(int, String)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD>The DbEnv.err, DbEnv.errx,  <A HREF="com/sleepycat/db/Db.html#err(int, java.lang.String)"><CODE>Db.err</CODE></A> and <A HREF="com/sleepycat/db/Db.html#errx(java.lang.String)"><CODE>Db.errx</CODE></A> methods provide error-messaging functionality for applications written using the Berkeley DB library.
<DT><A HREF="com/sleepycat/db/Db.html#err(int, java.lang.String)"><B>err(int, String)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>The <A HREF="com/sleepycat/db/DbEnv.html#err(int, java.lang.String)"><CODE>DbEnv.err</CODE></A>, <A HREF="com/sleepycat/db/DbEnv.html#errx(java.lang.String)"><CODE>DbEnv.errx</CODE></A>,  Db.err and Db.errx methods provide error-messaging functionality for applications written using the Berkeley DB library.
<DT><A HREF="com/sleepycat/db/DbErrcall.html#errcall(java.lang.String, java.lang.String)"><B>errcall(String, String)</B></A> - 
Method in interface com.sleepycat.db.<A HREF="com/sleepycat/db/DbErrcall.html">DbErrcall</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/DbErrorHandler.html#error(java.lang.String, java.lang.String)"><CODE>DbErrorHandler.error(String,String)</CODE></A></I>
<DT><A HREF="com/sleepycat/db/DbErrorHandler.html#error(java.lang.String, java.lang.String)"><B>error(String, String)</B></A> - 
Method in interface com.sleepycat.db.<A HREF="com/sleepycat/db/DbErrorHandler.html">DbErrorHandler</A>
<DD>In some cases, when an error occurs, Berkeley DB will call the DbErrorHandler interface with additional error information.
<DT><A HREF="com/sleepycat/db/DbEnv.html#errx(java.lang.String)"><B>errx(String)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD>The DbEnv.errx and <A HREF="com/sleepycat/db/Db.html#errx(java.lang.String)"><CODE>Db.errx</CODE></A> methods perform identically to the DbEnv.err and <A HREF="com/sleepycat/db/Db.html#err(int, java.lang.String)"><CODE>Db.err</CODE></A> methods, except that they do not append the final separator characters and standard error string to the error message.
<DT><A HREF="com/sleepycat/db/Db.html#errx(java.lang.String)"><B>errx(String)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>The <A HREF="com/sleepycat/db/DbEnv.html#errx(java.lang.String)"><CODE>DbEnv.errx</CODE></A> and Db.errx methods perform identically to the <A HREF="com/sleepycat/db/DbEnv.html#err(int, java.lang.String)"><CODE>DbEnv.err</CODE></A> and Db.err methods, except that they do not append the final separator characters and standard error string to the error message.
<DT><A HREF="com/sleepycat/bdb/util/ExceptionUnwrapper.html"><B>ExceptionUnwrapper</B></A> - class com.sleepycat.bdb.util.<A HREF="com/sleepycat/bdb/util/ExceptionUnwrapper.html">ExceptionUnwrapper</A>.<DD>Unwraps nested exceptions by calling the <A HREF="com/sleepycat/bdb/util/ExceptionWrapper.html#getDetail()"><CODE>ExceptionWrapper.getDetail()</CODE></A> method for exceptions that implement the
 <A HREF="com/sleepycat/bdb/util/ExceptionWrapper.html"><CODE>ExceptionWrapper</CODE></A> interface.<DT><A HREF="com/sleepycat/bdb/util/ExceptionUnwrapper.html#ExceptionUnwrapper()"><B>ExceptionUnwrapper()</B></A> - 
Constructor for class com.sleepycat.bdb.util.<A HREF="com/sleepycat/bdb/util/ExceptionUnwrapper.html">ExceptionUnwrapper</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bdb/util/ExceptionWrapper.html"><B>ExceptionWrapper</B></A> - interface com.sleepycat.bdb.util.<A HREF="com/sleepycat/bdb/util/ExceptionWrapper.html">ExceptionWrapper</A>.<DD>Interface implemented by exceptions that can contain nested exceptions.<DT><A HREF="com/sleepycat/bdb/bind/KeyExtractor.html#extractIndexKey(com.sleepycat.bdb.bind.DataBuffer, com.sleepycat.bdb.bind.DataBuffer, com.sleepycat.bdb.bind.DataBuffer)"><B>extractIndexKey(DataBuffer, DataBuffer, DataBuffer)</B></A> - 
Method in interface com.sleepycat.bdb.bind.<A HREF="com/sleepycat/bdb/bind/KeyExtractor.html">KeyExtractor</A>
<DD>Extracts the index key data from primary key and value buffers.
<DT><A HREF="com/sleepycat/bdb/bind/serial/TupleSerialKeyExtractor.html#extractIndexKey(com.sleepycat.bdb.bind.DataBuffer, com.sleepycat.bdb.bind.DataBuffer, com.sleepycat.bdb.bind.DataBuffer)"><B>extractIndexKey(DataBuffer, DataBuffer, DataBuffer)</B></A> - 
Method in class com.sleepycat.bdb.bind.serial.<A HREF="com/sleepycat/bdb/bind/serial/TupleSerialKeyExtractor.html">TupleSerialKeyExtractor</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bdb/bind/serial/SerialSerialKeyExtractor.html#extractIndexKey(com.sleepycat.bdb.bind.DataBuffer, com.sleepycat.bdb.bind.DataBuffer, com.sleepycat.bdb.bind.DataBuffer)"><B>extractIndexKey(DataBuffer, DataBuffer, DataBuffer)</B></A> - 
Method in class com.sleepycat.bdb.bind.serial.<A HREF="com/sleepycat/bdb/bind/serial/SerialSerialKeyExtractor.html">SerialSerialKeyExtractor</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bdb/bind/tuple/TupleTupleKeyExtractor.html#extractIndexKey(com.sleepycat.bdb.bind.DataBuffer, com.sleepycat.bdb.bind.DataBuffer, com.sleepycat.bdb.bind.DataBuffer)"><B>extractIndexKey(DataBuffer, DataBuffer, DataBuffer)</B></A> - 
Method in class com.sleepycat.bdb.bind.tuple.<A HREF="com/sleepycat/bdb/bind/tuple/TupleTupleKeyExtractor.html">TupleTupleKeyExtractor</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bdb/bind/serial/SerialSerialKeyExtractor.html#extractIndexKey(java.lang.Object, java.lang.Object)"><B>extractIndexKey(Object, Object)</B></A> - 
Method in class com.sleepycat.bdb.bind.serial.<A HREF="com/sleepycat/bdb/bind/serial/SerialSerialKeyExtractor.html">SerialSerialKeyExtractor</A>
<DD>Extracts the index key data object from primary key and value data
 objects.
<DT><A HREF="com/sleepycat/bdb/bind/serial/TupleSerialMarshalledKeyExtractor.html#extractIndexKey(com.sleepycat.bdb.bind.tuple.TupleInput, java.lang.Object, com.sleepycat.bdb.bind.tuple.TupleOutput)"><B>extractIndexKey(TupleInput, Object, TupleOutput)</B></A> - 
Method in class com.sleepycat.bdb.bind.serial.<A HREF="com/sleepycat/bdb/bind/serial/TupleSerialMarshalledKeyExtractor.html">TupleSerialMarshalledKeyExtractor</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bdb/bind/serial/TupleSerialKeyExtractor.html#extractIndexKey(com.sleepycat.bdb.bind.tuple.TupleInput, java.lang.Object, com.sleepycat.bdb.bind.tuple.TupleOutput)"><B>extractIndexKey(TupleInput, Object, TupleOutput)</B></A> - 
Method in class com.sleepycat.bdb.bind.serial.<A HREF="com/sleepycat/bdb/bind/serial/TupleSerialKeyExtractor.html">TupleSerialKeyExtractor</A>
<DD>Extracts the index key data from primary key tuple data and deserialized
 value data.
<DT><A HREF="com/sleepycat/bdb/bind/tuple/TupleTupleMarshalledKeyExtractor.html#extractIndexKey(com.sleepycat.bdb.bind.tuple.TupleInput, com.sleepycat.bdb.bind.tuple.TupleInput, com.sleepycat.bdb.bind.tuple.TupleOutput)"><B>extractIndexKey(TupleInput, TupleInput, TupleOutput)</B></A> - 
Method in class com.sleepycat.bdb.bind.tuple.<A HREF="com/sleepycat/bdb/bind/tuple/TupleTupleMarshalledKeyExtractor.html">TupleTupleMarshalledKeyExtractor</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bdb/bind/tuple/TupleTupleKeyExtractor.html#extractIndexKey(com.sleepycat.bdb.bind.tuple.TupleInput, com.sleepycat.bdb.bind.tuple.TupleInput, com.sleepycat.bdb.bind.tuple.TupleOutput)"><B>extractIndexKey(TupleInput, TupleInput, TupleOutput)</B></A> - 
Method in class com.sleepycat.bdb.bind.tuple.<A HREF="com/sleepycat/bdb/bind/tuple/TupleTupleKeyExtractor.html">TupleTupleKeyExtractor</A>
<DD>Extracts the index key data from primary
 key tuple and value tuple data.
</DL>
<HR>
<A NAME="_F_"><!-- --></A><H2>
<B>F</B></H2>
<DL>
<DT><A HREF="com/sleepycat/bdb/util/FastInputStream.html"><B>FastInputStream</B></A> - class com.sleepycat.bdb.util.<A HREF="com/sleepycat/bdb/util/FastInputStream.html">FastInputStream</A>.<DD>A replacement for ByteArrayInputStream that does not synchronize every
 byte read.<DT><A HREF="com/sleepycat/bdb/util/FastInputStream.html#FastInputStream(byte[])"><B>FastInputStream(byte[])</B></A> - 
Constructor for class com.sleepycat.bdb.util.<A HREF="com/sleepycat/bdb/util/FastInputStream.html">FastInputStream</A>
<DD>Creates an input stream.
<DT><A HREF="com/sleepycat/bdb/util/FastInputStream.html#FastInputStream(byte[], int, int)"><B>FastInputStream(byte[], int, int)</B></A> - 
Constructor for class com.sleepycat.bdb.util.<A HREF="com/sleepycat/bdb/util/FastInputStream.html">FastInputStream</A>
<DD>Creates an input stream.
<DT><A HREF="com/sleepycat/bdb/util/FastOutputStream.html"><B>FastOutputStream</B></A> - class com.sleepycat.bdb.util.<A HREF="com/sleepycat/bdb/util/FastOutputStream.html">FastOutputStream</A>.<DD>A replacement for ByteArrayOutputStream that does not synchronize every
 byte read.<DT><A HREF="com/sleepycat/bdb/util/FastOutputStream.html#FastOutputStream()"><B>FastOutputStream()</B></A> - 
Constructor for class com.sleepycat.bdb.util.<A HREF="com/sleepycat/bdb/util/FastOutputStream.html">FastOutputStream</A>
<DD>Creates an output stream with default sizes.
<DT><A HREF="com/sleepycat/bdb/util/FastOutputStream.html#FastOutputStream(byte[])"><B>FastOutputStream(byte[])</B></A> - 
Constructor for class com.sleepycat.bdb.util.<A HREF="com/sleepycat/bdb/util/FastOutputStream.html">FastOutputStream</A>
<DD>Creates an output stream with a given initial buffer and a default
 bump size.
<DT><A HREF="com/sleepycat/bdb/util/FastOutputStream.html#FastOutputStream(byte[], int)"><B>FastOutputStream(byte[], int)</B></A> - 
Constructor for class com.sleepycat.bdb.util.<A HREF="com/sleepycat/bdb/util/FastOutputStream.html">FastOutputStream</A>
<DD>Creates an output stream with a given initial buffer and a given
 bump size.
<DT><A HREF="com/sleepycat/bdb/util/FastOutputStream.html#FastOutputStream(int)"><B>FastOutputStream(int)</B></A> - 
Constructor for class com.sleepycat.bdb.util.<A HREF="com/sleepycat/bdb/util/FastOutputStream.html">FastOutputStream</A>
<DD>Creates an output stream with a default bump size and a given initial
 size.
<DT><A HREF="com/sleepycat/bdb/util/FastOutputStream.html#FastOutputStream(int, int)"><B>FastOutputStream(int, int)</B></A> - 
Constructor for class com.sleepycat.bdb.util.<A HREF="com/sleepycat/bdb/util/FastOutputStream.html">FastOutputStream</A>
<DD>Creates an output stream with a given bump size and initial size.
<DT><A HREF="com/sleepycat/db/DbEnvFeedbackHandler.html#feedback(com.sleepycat.db.DbEnv, int, int)"><B>feedback(DbEnv, int, int)</B></A> - 
Method in interface com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnvFeedbackHandler.html">DbEnvFeedbackHandler</A>
<DD>The DbEnvFeedbackHandler interface is used by the DbEnv.setFeedback method.
<DT><A HREF="com/sleepycat/db/DbEnvFeedback.html#feedback(com.sleepycat.db.DbEnv, int, int)"><B>feedback(DbEnv, int, int)</B></A> - 
Method in interface com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnvFeedback.html">DbEnvFeedback</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/DbEnvFeedbackHandler.html#feedback(com.sleepycat.db.DbEnv, int, int)"><CODE>DbEnvFeedbackHandler.feedback(DbEnv,int,int)</CODE></A></I>
<DT><A HREF="com/sleepycat/db/DbFeedbackHandler.html#feedback(com.sleepycat.db.Db, int, int)"><B>feedback(Db, int, int)</B></A> - 
Method in interface com.sleepycat.db.<A HREF="com/sleepycat/db/DbFeedbackHandler.html">DbFeedbackHandler</A>
<DD>The DbFeedbackHandler interface is used by the Db.setFeedback method.
<DT><A HREF="com/sleepycat/db/DbFeedback.html#feedback(com.sleepycat.db.Db, int, int)"><B>feedback(Db, int, int)</B></A> - 
Method in interface com.sleepycat.db.<A HREF="com/sleepycat/db/DbFeedback.html">DbFeedback</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/DbFeedbackHandler.html#feedback(com.sleepycat.db.Db, int, int)"><CODE>DbFeedbackHandler.feedback(Db,int,int)</CODE></A></I>
<DT><A HREF="com/sleepycat/db/DbMpoolFStat.html#file_name"><B>file_name</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbMpoolFStat.html">DbMpoolFStat</A>
<DD>The name of the file.
<DT><A HREF="com/sleepycat/bdb/DataCursor.html#find(java.lang.Object, boolean)"><B>find(Object, boolean)</B></A> - 
Method in class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/DataCursor.html">DataCursor</A>
<DD>Find the given value, using DB_GET_BOTH if possible, or a sequential
 search otherwise.
<DT><A HREF="com/sleepycat/bdb/collection/StoredSortedValueSet.html#first()"><B>first()</B></A> - 
Method in class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredSortedValueSet.html">StoredSortedValueSet</A>
<DD>Returns the first (lowest) element currently in this sorted set.
<DT><A HREF="com/sleepycat/bdb/collection/StoredSortedKeySet.html#first()"><B>first()</B></A> - 
Method in class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredSortedKeySet.html">StoredSortedKeySet</A>
<DD>Returns the first (lowest) element currently in this sorted set.
<DT><A HREF="com/sleepycat/bdb/collection/StoredSortedEntrySet.html#first()"><B>first()</B></A> - 
Method in class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredSortedEntrySet.html">StoredSortedEntrySet</A>
<DD>Returns the first (lowest) element currently in this sorted set.
<DT><A HREF="com/sleepycat/bdb/collection/StoredSortedMap.html#firstKey()"><B>firstKey()</B></A> - 
Method in class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredSortedMap.html">StoredSortedMap</A>
<DD>Returns the first (lowest) key currently in this sorted map.
<DT><A HREF="com/sleepycat/bdb/DataDb.html#FLAGS_MOD_MASK"><B>FLAGS_MOD_MASK</B></A> - 
Static variable in class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/DataDb.html">DataDb</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bdb/DataDb.html#FLAGS_POS_MASK"><B>FLAGS_POS_MASK</B></A> - 
Static variable in class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/DataDb.html">DataDb</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bdb/bind/DataType.html#FLOAT"><B>FLOAT</B></A> - 
Static variable in interface com.sleepycat.bdb.bind.<A HREF="com/sleepycat/bdb/bind/DataType.html">DataType</A>
<DD><code>Float</code> data type.
<DT><A HREF="com/sleepycat/bdb/ForeignKeyIndex.html"><B>ForeignKeyIndex</B></A> - class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/ForeignKeyIndex.html">ForeignKeyIndex</A>.<DD>Represents a Berkeley DB secondary index where the index key is the primary
 key of another data store.<DT><A HREF="com/sleepycat/bdb/ForeignKeyIndex.html#ForeignKeyIndex(com.sleepycat.bdb.DataStore, com.sleepycat.db.Db, com.sleepycat.bdb.bind.KeyExtractor, com.sleepycat.bdb.DataStore, int)"><B>ForeignKeyIndex(DataStore, Db, KeyExtractor, DataStore, int)</B></A> - 
Constructor for class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/ForeignKeyIndex.html">ForeignKeyIndex</A>
<DD>Creates a foreign key index from a previously opened Db object.
</DL>
<HR>
<A NAME="_G_"><!-- --></A><H2>
<B>G</B></H2>
<DL>
<DT><A HREF="com/sleepycat/db/Db.html#get_bt_minkey()"><B>get_bt_minkey()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/Db.html#getBtreeMinKey()"><CODE>getBtreeMinKey()</CODE></A></I>
<DT><A HREF="com/sleepycat/db/Db.html#get_byteswapped()"><B>get_byteswapped()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/Db.html#isByteSwapped()"><CODE>isByteSwapped()</CODE></A></I>
<DT><A HREF="com/sleepycat/db/DbEnv.html#get_cachesize_ncache()"><B>get_cachesize_ncache()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/DbEnv.html#getCacheSizeNcache()"><CODE>DbEnv.getCacheSizeNcache()</CODE></A></I>
<DT><A HREF="com/sleepycat/db/Db.html#get_cachesize_ncache()"><B>get_cachesize_ncache()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/Db.html#getCacheSizeNcache()"><CODE>getCacheSizeNcache()</CODE></A></I>
<DT><A HREF="com/sleepycat/db/DbEnv.html#get_cachesize()"><B>get_cachesize()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/DbEnv.html#getCacheSize()"><CODE>DbEnv.getCacheSize()</CODE></A></I>
<DT><A HREF="com/sleepycat/db/Db.html#get_cachesize()"><B>get_cachesize()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/Db.html#getCacheSize()"><CODE>getCacheSize()</CODE></A></I>
<DT><A HREF="com/sleepycat/db/DbEnv.html#get_data_dirs()"><B>get_data_dirs()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/DbEnv.html#getDataDirs()"><CODE>DbEnv.getDataDirs()</CODE></A></I>
<DT><A HREF="com/sleepycat/db/Dbt.html#get_data()"><B>get_data()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Dbt.html">Dbt</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/Dbt.html#getData()"><CODE>Dbt.getData()</CODE></A></I>
<DT><A HREF="com/sleepycat/db/Db.html#get_dbname()"><B>get_dbname()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/Db.html#getDatabaseName()"><CODE>getDatabaseName()</CODE></A></I>
<DT><A HREF="com/sleepycat/db/DbMemoryException.html#get_dbt()"><B>get_dbt()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbMemoryException.html">DbMemoryException</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/DbMemoryException.html#getDbt()"><CODE>DbMemoryException.getDbt()</CODE></A></I>
<DT><A HREF="com/sleepycat/db/Dbt.html#get_dlen()"><B>get_dlen()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Dbt.html">Dbt</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/Dbt.html#getPartialLength()"><CODE>Dbt.getPartialLength()</CODE></A></I>
<DT><A HREF="com/sleepycat/db/Dbt.html#get_doff()"><B>get_doff()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Dbt.html">Dbt</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/Dbt.html#getPartialOffset()"><CODE>Dbt.getPartialOffset()</CODE></A></I>
<DT><A HREF="com/sleepycat/db/DbEnv.html#get_encrypt_flags()"><B>get_encrypt_flags()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/DbEnv.html#getEncryptFlags()"><CODE>DbEnv.getEncryptFlags()</CODE></A></I>
<DT><A HREF="com/sleepycat/db/Db.html#get_encrypt_flags()"><B>get_encrypt_flags()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/Db.html#getEncryptFlags()"><CODE>getEncryptFlags()</CODE></A></I>
<DT><A HREF="com/sleepycat/db/Db.html#get_env()"><B>get_env()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/Db.html#getDbEnv()"><CODE>getDbEnv()</CODE></A></I>
<DT><A HREF="com/sleepycat/db/DbException.html#get_errno()"><B>get_errno()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbException.html">DbException</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/DbException.html#getErrno()"><CODE>DbException.getErrno()</CODE></A></I>
<DT><A HREF="com/sleepycat/db/DbEnv.html#get_errpfx()"><B>get_errpfx()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/DbEnv.html#getErrorPrefix()"><CODE>DbEnv.getErrorPrefix()</CODE></A></I>
<DT><A HREF="com/sleepycat/db/Db.html#get_errpfx()"><B>get_errpfx()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/Db.html#getErrorPrefix()"><CODE>getErrorPrefix()</CODE></A></I>
<DT><A HREF="com/sleepycat/db/DbLsn.html#get_file()"><B>get_file()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbLsn.html">DbLsn</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/DbLsn.html#getFile()"><CODE>DbLsn.getFile()</CODE></A></I>
<DT><A HREF="com/sleepycat/db/Db.html#get_filename()"><B>get_filename()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/Db.html#getFileName()"><CODE>getFileName()</CODE></A></I>
<DT><A HREF="com/sleepycat/db/Db.html#get_flags_raw()"><B>get_flags_raw()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/db/Dbt.html#get_flags()"><B>get_flags()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Dbt.html">Dbt</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/Dbt.html#getFlags()"><CODE>Dbt.getFlags()</CODE></A></I>
<DT><A HREF="com/sleepycat/db/DbMpoolFile.html#get_flags()"><B>get_flags()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbMpoolFile.html">DbMpoolFile</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/DbMpoolFile.html#getFlags()"><CODE>DbMpoolFile.getFlags()</CODE></A></I>
<DT><A HREF="com/sleepycat/db/DbEnv.html#get_flags()"><B>get_flags()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/DbEnv.html#getFlags()"><CODE>DbEnv.getFlags()</CODE></A></I>
<DT><A HREF="com/sleepycat/db/Db.html#get_flags()"><B>get_flags()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/Db.html#getFlags()"><CODE>getFlags()</CODE></A></I>
<DT><A HREF="com/sleepycat/db/Db.html#get_h_ffactor()"><B>get_h_ffactor()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/Db.html#getHashFillFactor()"><CODE>getHashFillFactor()</CODE></A></I>
<DT><A HREF="com/sleepycat/db/Db.html#get_h_nelem()"><B>get_h_nelem()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/Db.html#getHashNumElements()"><CODE>getHashNumElements()</CODE></A></I>
<DT><A HREF="com/sleepycat/db/DbEnv.html#get_home()"><B>get_home()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/DbEnv.html#getDbEnvHome()"><CODE>DbEnv.getDbEnvHome()</CODE></A></I>
<DT><A HREF="com/sleepycat/db/DbLockNotGrantedException.html#get_index()"><B>get_index()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbLockNotGrantedException.html">DbLockNotGrantedException</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/DbLockNotGrantedException.html#getIndex()"><CODE>DbLockNotGrantedException.getIndex()</CODE></A></I>
<DT><A HREF="com/sleepycat/db/DbEnv.html#get_lg_bsize()"><B>get_lg_bsize()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/DbEnv.html#getLogBufferSize()"><CODE>DbEnv.getLogBufferSize()</CODE></A></I>
<DT><A HREF="com/sleepycat/db/DbEnv.html#get_lg_dir()"><B>get_lg_dir()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/DbEnv.html#getLogDir()"><CODE>DbEnv.getLogDir()</CODE></A></I>
<DT><A HREF="com/sleepycat/db/DbEnv.html#get_lg_max()"><B>get_lg_max()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/DbEnv.html#getLogMax()"><CODE>DbEnv.getLogMax()</CODE></A></I>
<DT><A HREF="com/sleepycat/db/DbEnv.html#get_lg_regionmax()"><B>get_lg_regionmax()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/DbEnv.html#getLogRegionMax()"><CODE>DbEnv.getLogRegionMax()</CODE></A></I>
<DT><A HREF="com/sleepycat/db/DbEnv.html#get_lk_conflicts()"><B>get_lk_conflicts()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/DbEnv.html#getLockConflicts()"><CODE>DbEnv.getLockConflicts()</CODE></A></I>
<DT><A HREF="com/sleepycat/db/DbEnv.html#get_lk_detect()"><B>get_lk_detect()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/DbEnv.html#getLockDetect()"><CODE>DbEnv.getLockDetect()</CODE></A></I>
<DT><A HREF="com/sleepycat/db/DbEnv.html#get_lk_max_lockers()"><B>get_lk_max_lockers()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/DbEnv.html#getLockMaxLockers()"><CODE>DbEnv.getLockMaxLockers()</CODE></A></I>
<DT><A HREF="com/sleepycat/db/DbEnv.html#get_lk_max_locks()"><B>get_lk_max_locks()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/DbEnv.html#getLockMaxLocks()"><CODE>DbEnv.getLockMaxLocks()</CODE></A></I>
<DT><A HREF="com/sleepycat/db/DbEnv.html#get_lk_max_objects()"><B>get_lk_max_objects()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/DbEnv.html#getLockMaxObjects()"><CODE>DbEnv.getLockMaxObjects()</CODE></A></I>
<DT><A HREF="com/sleepycat/db/DbLockRequest.html#get_lock()"><B>get_lock()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbLockRequest.html">DbLockRequest</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/DbLockRequest.html#getLock()"><CODE>DbLockRequest.getLock()</CODE></A></I>
<DT><A HREF="com/sleepycat/db/DbLockNotGrantedException.html#get_lock()"><B>get_lock()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbLockNotGrantedException.html">DbLockNotGrantedException</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/DbLockNotGrantedException.html#getLock()"><CODE>DbLockNotGrantedException.getLock()</CODE></A></I>
<DT><A HREF="com/sleepycat/db/Db.html#get_lorder()"><B>get_lorder()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/Db.html#getByteOrder()"><CODE>getByteOrder()</CODE></A></I>
<DT><A HREF="com/sleepycat/db/DbMpoolFile.html#get_maxsize()"><B>get_maxsize()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbMpoolFile.html">DbMpoolFile</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/DbMpoolFile.html#getMaxsize()"><CODE>DbMpoolFile.getMaxsize()</CODE></A></I>
<DT><A HREF="com/sleepycat/db/DbLockRequest.html#get_mode()"><B>get_mode()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbLockRequest.html">DbLockRequest</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/DbLockRequest.html#getMode()"><CODE>DbLockRequest.getMode()</CODE></A></I>
<DT><A HREF="com/sleepycat/db/DbLockNotGrantedException.html#get_mode()"><B>get_mode()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbLockNotGrantedException.html">DbLockNotGrantedException</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/DbLockNotGrantedException.html#getMode()"><CODE>DbLockNotGrantedException.getMode()</CODE></A></I>
<DT><A HREF="com/sleepycat/db/DbEnv.html#get_mp_mmapsize()"><B>get_mp_mmapsize()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/DbEnv.html#getMemoryPoolMapSize()"><CODE>DbEnv.getMemoryPoolMapSize()</CODE></A></I>
<DT><A HREF="com/sleepycat/db/Db.html#get_mpf()"><B>get_mpf()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>The Db.get_mpf method returns the handle for the cache file underlying the database.
<DT><A HREF="com/sleepycat/db/DbLockRequest.html#get_obj()"><B>get_obj()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbLockRequest.html">DbLockRequest</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/DbLockRequest.html#getObj()"><CODE>DbLockRequest.getObj()</CODE></A></I>
<DT><A HREF="com/sleepycat/db/DbLockNotGrantedException.html#get_obj()"><B>get_obj()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbLockNotGrantedException.html">DbLockNotGrantedException</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/DbLockNotGrantedException.html#getObj()"><CODE>DbLockNotGrantedException.getObj()</CODE></A></I>
<DT><A HREF="com/sleepycat/db/Dbt.html#get_object()"><B>get_object()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Dbt.html">Dbt</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB
      4.2, replaced by <A HREF="com/sleepycat/db/Dbt.html#getObject()"><CODE>Dbt.getObject()</CODE></A></I>
<DT><A HREF="com/sleepycat/db/Dbt.html#get_offset()"><B>get_offset()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Dbt.html">Dbt</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/Dbt.html#getOffset()"><CODE>Dbt.getOffset()</CODE></A></I>
<DT><A HREF="com/sleepycat/db/DbLsn.html#get_offset()"><B>get_offset()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbLsn.html">DbLsn</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/DbLsn.html#getOffset()"><CODE>DbLsn.getOffset()</CODE></A></I>
<DT><A HREF="com/sleepycat/db/DbLockRequest.html#get_op()"><B>get_op()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbLockRequest.html">DbLockRequest</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/DbLockRequest.html#getOp()"><CODE>DbLockRequest.getOp()</CODE></A></I>
<DT><A HREF="com/sleepycat/db/DbLockNotGrantedException.html#get_op()"><B>get_op()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbLockNotGrantedException.html">DbLockNotGrantedException</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/DbLockNotGrantedException.html#getOp()"><CODE>DbLockNotGrantedException.getOp()</CODE></A></I>
<DT><A HREF="com/sleepycat/db/DbEnv.html#get_open_flags()"><B>get_open_flags()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/DbEnv.html#getOpenFlags()"><CODE>DbEnv.getOpenFlags()</CODE></A></I>
<DT><A HREF="com/sleepycat/db/Db.html#get_open_flags()"><B>get_open_flags()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/Db.html#getOpenFlags()"><CODE>getOpenFlags()</CODE></A></I>
<DT><A HREF="com/sleepycat/db/Db.html#get_pagesize()"><B>get_pagesize()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/Db.html#getPageSize()"><CODE>getPageSize()</CODE></A></I>
<DT><A HREF="com/sleepycat/db/DbMpoolFile.html#get_priority()"><B>get_priority()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbMpoolFile.html">DbMpoolFile</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/DbMpoolFile.html#getPriority()"><CODE>DbMpoolFile.getPriority()</CODE></A></I>
<DT><A HREF="com/sleepycat/db/Db.html#get_q_extentsize()"><B>get_q_extentsize()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/Db.html#getQueueExtentSize()"><CODE>getQueueExtentSize()</CODE></A></I>
<DT><A HREF="com/sleepycat/db/Db.html#get_re_delim()"><B>get_re_delim()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/Db.html#getRecordDelimiter()"><CODE>getRecordDelimiter()</CODE></A></I>
<DT><A HREF="com/sleepycat/db/Db.html#get_re_len()"><B>get_re_len()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/Db.html#getRecordLength()"><CODE>getRecordLength()</CODE></A></I>
<DT><A HREF="com/sleepycat/db/Db.html#get_re_pad()"><B>get_re_pad()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/Db.html#getRecordPad()"><CODE>getRecordPad()</CODE></A></I>
<DT><A HREF="com/sleepycat/db/Db.html#get_re_source()"><B>get_re_source()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/Db.html#getRecordSource()"><CODE>getRecordSource()</CODE></A></I>
<DT><A HREF="com/sleepycat/db/Dbt.html#get_recno_key_data()"><B>get_recno_key_data()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Dbt.html">Dbt</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/Dbt.html#getRecordNumber()"><CODE>Dbt.getRecordNumber()</CODE></A></I>
<DT><A HREF="com/sleepycat/db/DbEnv.html#get_rep_limit()"><B>get_rep_limit()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/DbEnv.html#getReplicationLimit()"><CODE>DbEnv.getReplicationLimit()</CODE></A></I>
<DT><A HREF="com/sleepycat/db/DbEnv.html#get_shm_key()"><B>get_shm_key()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/DbEnv.html#getSegmentId()"><CODE>DbEnv.getSegmentId()</CODE></A></I>
<DT><A HREF="com/sleepycat/db/Dbt.html#get_size()"><B>get_size()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Dbt.html">Dbt</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/Dbt.html#getSize()"><CODE>Dbt.getSize()</CODE></A></I>
<DT><A HREF="com/sleepycat/db/DbEnv.html#get_tas_spins()"><B>get_tas_spins()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/DbEnv.html#getTestAndSetSpins()"><CODE>DbEnv.getTestAndSetSpins()</CODE></A></I>
<DT><A HREF="com/sleepycat/db/DbEnv.html#get_timeout(int)"><B>get_timeout(int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/DbEnv.html#getTimeout(int)"><CODE>DbEnv.getTimeout(int)</CODE></A></I>
<DT><A HREF="com/sleepycat/db/DbEnv.html#get_tmp_dir()"><B>get_tmp_dir()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/DbEnv.html#getTmpDir()"><CODE>DbEnv.getTmpDir()</CODE></A></I>
<DT><A HREF="com/sleepycat/db/Db.html#get_transactional()"><B>get_transactional()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/Db.html#isTransactional()"><CODE>isTransactional()</CODE></A></I>
<DT><A HREF="com/sleepycat/db/DbEnv.html#get_tx_max()"><B>get_tx_max()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/DbEnv.html#getTxnMax()"><CODE>DbEnv.getTxnMax()</CODE></A></I>
<DT><A HREF="com/sleepycat/db/DbEnv.html#get_tx_timestamp()"><B>get_tx_timestamp()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/DbEnv.html#getTxnTimestamp()"><CODE>DbEnv.getTxnTimestamp()</CODE></A></I>
<DT><A HREF="com/sleepycat/db/Db.html#get_type()"><B>get_type()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/Db.html#getDbType()"><CODE>getDbType()</CODE></A></I>
<DT><A HREF="com/sleepycat/db/Dbt.html#get_ulen()"><B>get_ulen()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Dbt.html">Dbt</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/Dbt.html#getUserBufferLength()"><CODE>Dbt.getUserBufferLength()</CODE></A></I>
<DT><A HREF="com/sleepycat/db/DbEnv.html#get_verbose(int)"><B>get_verbose(int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/DbEnv.html#getVerbose(int)"><CODE>DbEnv.getVerbose(int)</CODE></A></I>
<DT><A HREF="com/sleepycat/db/DbEnv.html#get_version_major()"><B>get_version_major()</B></A> - 
Static method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/DbEnv.html#getVersionMajor()"><CODE>DbEnv.getVersionMajor()</CODE></A></I>
<DT><A HREF="com/sleepycat/db/DbEnv.html#get_version_minor()"><B>get_version_minor()</B></A> - 
Static method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/DbEnv.html#getVersionMinor()"><CODE>DbEnv.getVersionMinor()</CODE></A></I>
<DT><A HREF="com/sleepycat/db/DbEnv.html#get_version_patch()"><B>get_version_patch()</B></A> - 
Static method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/DbEnv.html#getVersionPatch()"><CODE>DbEnv.getVersionPatch()</CODE></A></I>
<DT><A HREF="com/sleepycat/db/DbEnv.html#get_version_string()"><B>get_version_string()</B></A> - 
Static method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/DbEnv.html#getVersionString()"><CODE>DbEnv.getVersionString()</CODE></A></I>
<DT><A HREF="com/sleepycat/bdb/DataDb.html#get(com.sleepycat.bdb.DataThang, com.sleepycat.bdb.DataThang, int)"><B>get(DataThang, DataThang, int)</B></A> - 
Method in class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/DataDb.html">DataDb</A>
<DD>Performs a general database 'get' operation.
<DT><A HREF="com/sleepycat/bdb/DataDb.html#get(com.sleepycat.db.Dbc, com.sleepycat.bdb.DataThang, com.sleepycat.bdb.DataThang, int)"><B>get(Dbc, DataThang, DataThang, int)</B></A> - 
Method in class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/DataDb.html">DataDb</A>
<DD>Performs a general database 'get' operation via a cursor.
<DT><A HREF="com/sleepycat/db/DbLogc.html#get(com.sleepycat.db.DbLsn, com.sleepycat.db.Dbt, int)"><B>get(DbLsn, Dbt, int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbLogc.html">DbLogc</A>
<DD>The DbLogc.get method returns records from the log.
<DT><A HREF="com/sleepycat/db/Dbc.html#get(com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, int)"><B>get(Dbt, Dbt, Dbt, int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Dbc.html">Dbc</A>
<DD>The Dbc.get method retrieves key/data pairs from the database.
<DT><A HREF="com/sleepycat/db/Dbc.html#get(com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, int)"><B>get(Dbt, Dbt, int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Dbc.html">Dbc</A>
<DD>The Dbc.get method retrieves key/data pairs from the database.
<DT><A HREF="com/sleepycat/db/Db.html#get(com.sleepycat.db.DbTxn, com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, int)"><B>get(DbTxn, Dbt, Dbt, Dbt, int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>The Db.get method retrieves key/data pairs from the database.
<DT><A HREF="com/sleepycat/db/Db.html#get(com.sleepycat.db.DbTxn, com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, int)"><B>get(DbTxn, Dbt, Dbt, int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>The Db.get method retrieves key/data pairs from the database.
<DT><A HREF="com/sleepycat/bdb/collection/StoredList.html#get(int)"><B>get(int)</B></A> - 
Method in class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredList.html">StoredList</A>
<DD>Returns the element at the specified position in this list.
<DT><A HREF="com/sleepycat/bdb/collection/StoredMap.html#get(java.lang.Object)"><B>get(Object)</B></A> - 
Method in class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredMap.html">StoredMap</A>
<DD>Returns the value to which this map maps the specified key.
<DT><A HREF="com/sleepycat/bdb/DataCursor.html#get(java.lang.Object, java.lang.Object, int, boolean)"><B>get(Object, Object, int, boolean)</B></A> - 
Method in class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/DataCursor.html">DataCursor</A>
<DD>Perform a database 'get' using the given key and value.
<DT><A HREF="com/sleepycat/bdb/DataView.html#get(java.lang.Object, java.lang.Object, int, boolean, java.lang.Object[])"><B>get(Object, Object, int, boolean, Object[])</B></A> - 
Method in class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/DataView.html">DataView</A>
<DD>Performs a general database 'get' operation.
<DT><A HREF="com/sleepycat/bdb/bind/serial/SerialFormat.html#getBaseClass()"><B>getBaseClass()</B></A> - 
Method in class com.sleepycat.bdb.bind.serial.<A HREF="com/sleepycat/bdb/bind/serial/SerialFormat.html">SerialFormat</A>
<DD>Returns the base class for this format.
<DT><A HREF="com/sleepycat/db/Db.html#getBtreeMinKey()"><B>getBtreeMinKey()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>The Db.getBtreeMinKey method returns the minimum number of key/data pairs intended to be stored on any single Btree leaf page.
<DT><A HREF="com/sleepycat/bdb/util/FastOutputStream.html#getBufferBytes()"><B>getBufferBytes()</B></A> - 
Method in class com.sleepycat.bdb.util.<A HREF="com/sleepycat/bdb/util/FastOutputStream.html">FastOutputStream</A>
<DD>Returns the buffer owned by this object.
<DT><A HREF="com/sleepycat/bdb/util/FastInputStream.html#getBufferBytes()"><B>getBufferBytes()</B></A> - 
Method in class com.sleepycat.bdb.util.<A HREF="com/sleepycat/bdb/util/FastInputStream.html">FastInputStream</A>
<DD>Returns the underlying data being read.
<DT><A HREF="com/sleepycat/bdb/util/FastOutputStream.html#getBufferLength()"><B>getBufferLength()</B></A> - 
Method in class com.sleepycat.bdb.util.<A HREF="com/sleepycat/bdb/util/FastOutputStream.html">FastOutputStream</A>
<DD>Returns the length used in the internal buffer, that is, the offset at
 which data will be written next.
<DT><A HREF="com/sleepycat/bdb/util/FastInputStream.html#getBufferLength()"><B>getBufferLength()</B></A> - 
Method in class com.sleepycat.bdb.util.<A HREF="com/sleepycat/bdb/util/FastInputStream.html">FastInputStream</A>
<DD>Returns the end of the buffer being read.
<DT><A HREF="com/sleepycat/bdb/util/FastOutputStream.html#getBufferOffset()"><B>getBufferOffset()</B></A> - 
Method in class com.sleepycat.bdb.util.<A HREF="com/sleepycat/bdb/util/FastOutputStream.html">FastOutputStream</A>
<DD>Returns the offset of the internal buffer.
<DT><A HREF="com/sleepycat/bdb/util/FastInputStream.html#getBufferOffset()"><B>getBufferOffset()</B></A> - 
Method in class com.sleepycat.bdb.util.<A HREF="com/sleepycat/bdb/util/FastInputStream.html">FastInputStream</A>
<DD>Returns the offset at which data is being read from the buffer.
<DT><A HREF="com/sleepycat/bdb/util/UtfOps.html#getByteLength(char[])"><B>getByteLength(char[])</B></A> - 
Static method in class com.sleepycat.bdb.util.<A HREF="com/sleepycat/bdb/util/UtfOps.html">UtfOps</A>
<DD>Returns the byte length of the UTF string that would be created by
 converting the given characters to UTF.
<DT><A HREF="com/sleepycat/bdb/util/UtfOps.html#getByteLength(char[], int, int)"><B>getByteLength(char[], int, int)</B></A> - 
Static method in class com.sleepycat.bdb.util.<A HREF="com/sleepycat/bdb/util/UtfOps.html">UtfOps</A>
<DD>Returns the byte length of the UTF string that would be created by
 converting the given characters to UTF.
<DT><A HREF="com/sleepycat/db/Db.html#getByteOrder()"><B>getByteOrder()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>The Db.getByteOrder method returns the database byte order; a byte order of 4,321 indicates a big endian order, and a byte order of 1,234 indicates a little endian order.
<DT><A HREF="com/sleepycat/bdb/DataThang.html#getBytes()"><B>getBytes()</B></A> - 
Method in class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/DataThang.html">DataThang</A>
<DD>Returns the data for this thang.
<DT><A HREF="com/sleepycat/bdb/DataThang.html#getByteStream()"><B>getByteStream()</B></A> - 
Method in class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/DataThang.html">DataThang</A>
<DD>Returns the data for this thang as a byte array input stream..
<DT><A HREF="com/sleepycat/db/DbEnv.html#getCacheSize()"><B>getCacheSize()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD>The DbEnv.getCacheSize method returns the size of the cache.
<DT><A HREF="com/sleepycat/db/Db.html#getCacheSize()"><B>getCacheSize()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>The Db.getCacheSize method returns the size of the cache.
<DT><A HREF="com/sleepycat/db/DbEnv.html#getCacheSizeNcache()"><B>getCacheSizeNcache()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD>The DbEnv.getCacheSizeNcache method returns the number of caches.
<DT><A HREF="com/sleepycat/db/Db.html#getCacheSizeNcache()"><B>getCacheSizeNcache()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>The DbEnv.getCacheSizeNcache method returns the number of caches.
<DT><A HREF="com/sleepycat/bdb/factory/TupleSerialDbFactory.html#getCatalog()"><B>getCatalog()</B></A> - 
Method in class com.sleepycat.bdb.factory.<A HREF="com/sleepycat/bdb/factory/TupleSerialDbFactory.html">TupleSerialDbFactory</A>
<DD>Returns the class catalog associated with this factory.
<DT><A HREF="com/sleepycat/bdb/util/UtfOps.html#getCharLength(byte[])"><B>getCharLength(byte[])</B></A> - 
Static method in class com.sleepycat.bdb.util.<A HREF="com/sleepycat/bdb/util/UtfOps.html">UtfOps</A>
<DD>Returns the number of characters represented by the given UTF string.
<DT><A HREF="com/sleepycat/bdb/util/UtfOps.html#getCharLength(byte[], int, int)"><B>getCharLength(byte[], int, int)</B></A> - 
Static method in class com.sleepycat.bdb.util.<A HREF="com/sleepycat/bdb/util/UtfOps.html">UtfOps</A>
<DD>Returns the number of characters represented by the given UTF string.
<DT><A HREF="com/sleepycat/bdb/StoredClassCatalog.html#getClassFormat(byte[])"><B>getClassFormat(byte[])</B></A> - 
Method in class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/StoredClassCatalog.html">StoredClassCatalog</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bdb/bind/serial/ClassCatalog.html#getClassFormat(byte[])"><B>getClassFormat(byte[])</B></A> - 
Method in interface com.sleepycat.bdb.bind.serial.<A HREF="com/sleepycat/bdb/bind/serial/ClassCatalog.html">ClassCatalog</A>
<DD>Return the ObjectStreamClass for the given class ID.
<DT><A HREF="com/sleepycat/bdb/StoredClassCatalog.html#getClassFormat(java.lang.String)"><B>getClassFormat(String)</B></A> - 
Method in class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/StoredClassCatalog.html">StoredClassCatalog</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bdb/bind/serial/ClassCatalog.html#getClassFormat(java.lang.String)"><B>getClassFormat(String)</B></A> - 
Method in interface com.sleepycat.bdb.bind.serial.<A HREF="com/sleepycat/bdb/bind/serial/ClassCatalog.html">ClassCatalog</A>
<DD>Return the ObjectStreamClass for the given class name.
<DT><A HREF="com/sleepycat/bdb/StoredClassCatalog.html#getClassID(java.lang.String)"><B>getClassID(String)</B></A> - 
Method in class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/StoredClassCatalog.html">StoredClassCatalog</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bdb/bind/serial/ClassCatalog.html#getClassID(java.lang.String)"><B>getClassID(String)</B></A> - 
Method in interface com.sleepycat.bdb.bind.serial.<A HREF="com/sleepycat/bdb/bind/serial/ClassCatalog.html">ClassCatalog</A>
<DD>Return the class ID for the current version of the given class name.
<DT><A HREF="com/sleepycat/bdb/collection/StoredIterator.html#getCollection()"><B>getCollection()</B></A> - 
Method in class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredIterator.html">StoredIterator</A>
<DD>Returns the collection associated with this iterator.
<DT><A HREF="com/sleepycat/bdb/DataCursor.html#getCurrentKey()"><B>getCurrentKey()</B></A> - 
Method in class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/DataCursor.html">DataCursor</A>
<DD>Returns the key object for the last record read.
<DT><A HREF="com/sleepycat/bdb/DataCursor.html#getCurrentRecordNumber()"><B>getCurrentRecordNumber()</B></A> - 
Method in class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/DataCursor.html">DataCursor</A>
<DD>Returns the record number for the last record read.
<DT><A HREF="com/sleepycat/bdb/DataView.html#getCurrentTxn()"><B>getCurrentTxn()</B></A> - 
Method in class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/DataView.html">DataView</A>
<DD>Returns the current transaction for the view or null if the environment
 is non-transactional.
<DT><A HREF="com/sleepycat/bdb/DataCursor.html#getCurrentValue()"><B>getCurrentValue()</B></A> - 
Method in class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/DataCursor.html">DataCursor</A>
<DD>Returns the value object for the last record read.
<DT><A HREF="com/sleepycat/db/Dbt.html#getData()"><B>getData()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Dbt.html">Dbt</A>
<DD>Return the data array.
<DT><A HREF="com/sleepycat/db/Db.html#getDatabaseName()"><B>getDatabaseName()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>The Db.getDatabaseName method returns the current database name.
<DT><A HREF="com/sleepycat/bdb/DataThang.html#getDataBytes()"><B>getDataBytes()</B></A> - 
Method in class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/DataThang.html">DataThang</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bdb/bind/SimpleBuffer.html#getDataBytes()"><B>getDataBytes()</B></A> - 
Method in class com.sleepycat.bdb.bind.<A HREF="com/sleepycat/bdb/bind/SimpleBuffer.html">SimpleBuffer</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bdb/bind/DataBuffer.html#getDataBytes()"><B>getDataBytes()</B></A> - 
Method in interface com.sleepycat.bdb.bind.<A HREF="com/sleepycat/bdb/bind/DataBuffer.html">DataBuffer</A>
<DD>Returns the byte array of the data buffer.
<DT><A HREF="com/sleepycat/db/DbEnv.html#getDataDirs()"><B>getDataDirs()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD>The DbEnv.getDataDirs method returns the  array of directories.
<DT><A HREF="com/sleepycat/bdb/RecordNumberBinding.html#getDataFormat()"><B>getDataFormat()</B></A> - 
Method in class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/RecordNumberBinding.html">RecordNumberBinding</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bdb/bind/DataBinding.html#getDataFormat()"><B>getDataFormat()</B></A> - 
Method in interface com.sleepycat.bdb.bind.<A HREF="com/sleepycat/bdb/bind/DataBinding.html">DataBinding</A>
<DD>Returns the format used for the data of this binding.
<DT><A HREF="com/sleepycat/bdb/bind/ByteArrayBinding.html#getDataFormat()"><B>getDataFormat()</B></A> - 
Method in class com.sleepycat.bdb.bind.<A HREF="com/sleepycat/bdb/bind/ByteArrayBinding.html">ByteArrayBinding</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bdb/bind/serial/SerialBinding.html#getDataFormat()"><B>getDataFormat()</B></A> - 
Method in class com.sleepycat.bdb.bind.serial.<A HREF="com/sleepycat/bdb/bind/serial/SerialBinding.html">SerialBinding</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bdb/bind/tuple/TupleInputBinding.html#getDataFormat()"><B>getDataFormat()</B></A> - 
Method in class com.sleepycat.bdb.bind.tuple.<A HREF="com/sleepycat/bdb/bind/tuple/TupleInputBinding.html">TupleInputBinding</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bdb/bind/tuple/TupleBinding.html#getDataFormat()"><B>getDataFormat()</B></A> - 
Method in class com.sleepycat.bdb.bind.tuple.<A HREF="com/sleepycat/bdb/bind/tuple/TupleBinding.html">TupleBinding</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bdb/DataThang.html#getDataFormation()"><B>getDataFormation()</B></A> - 
Method in class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/DataThang.html">DataThang</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bdb/bind/SimpleBuffer.html#getDataFormation()"><B>getDataFormation()</B></A> - 
Method in class com.sleepycat.bdb.bind.<A HREF="com/sleepycat/bdb/bind/SimpleBuffer.html">SimpleBuffer</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bdb/bind/DataBuffer.html#getDataFormation()"><B>getDataFormation()</B></A> - 
Method in interface com.sleepycat.bdb.bind.<A HREF="com/sleepycat/bdb/bind/DataBuffer.html">DataBuffer</A>
<DD>Returns the formation associated with the data in this buffer.
<DT><A HREF="com/sleepycat/bdb/DataThang.html#getDataLength()"><B>getDataLength()</B></A> - 
Method in class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/DataThang.html">DataThang</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bdb/bind/SimpleBuffer.html#getDataLength()"><B>getDataLength()</B></A> - 
Method in class com.sleepycat.bdb.bind.<A HREF="com/sleepycat/bdb/bind/SimpleBuffer.html">SimpleBuffer</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bdb/bind/DataBuffer.html#getDataLength()"><B>getDataLength()</B></A> - 
Method in interface com.sleepycat.bdb.bind.<A HREF="com/sleepycat/bdb/bind/DataBuffer.html">DataBuffer</A>
<DD>Returns the byte length of the data in the array.
<DT><A HREF="com/sleepycat/bdb/DataThang.html#getDataOffset()"><B>getDataOffset()</B></A> - 
Method in class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/DataThang.html">DataThang</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bdb/bind/SimpleBuffer.html#getDataOffset()"><B>getDataOffset()</B></A> - 
Method in class com.sleepycat.bdb.bind.<A HREF="com/sleepycat/bdb/bind/SimpleBuffer.html">SimpleBuffer</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bdb/bind/DataBuffer.html#getDataOffset()"><B>getDataOffset()</B></A> - 
Method in interface com.sleepycat.bdb.bind.<A HREF="com/sleepycat/bdb/bind/DataBuffer.html">DataBuffer</A>
<DD>Returns the byte offset of the data in the array.
<DT><A HREF="com/sleepycat/bdb/DataView.html#getDb()"><B>getDb()</B></A> - 
Method in class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/DataView.html">DataView</A>
<DD>Returns the database for the index, if one is used, or store, if no
 index is used.
<DT><A HREF="com/sleepycat/bdb/DataDb.html#getDb()"><B>getDb()</B></A> - 
Method in class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/DataDb.html">DataDb</A>
<DD>Returns the underlying database.
<DT><A HREF="com/sleepycat/db/DbException.html#getDbEnv()"><B>getDbEnv()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbException.html">DbException</A>
<DD>The DbException.getDbEnv method returns the database environment.
<DT><A HREF="com/sleepycat/db/Db.html#getDbEnv()"><B>getDbEnv()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>The Db.getDbEnv method returns the handle for the database environment underlying the database.
<DT><A HREF="com/sleepycat/db/DbEnv.html#getDbEnvHome()"><B>getDbEnvHome()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD>The DbEnv.getDbEnvHome method returns the database environment home directory.
<DT><A HREF="com/sleepycat/db/DbMemoryException.html#getDbt()"><B>getDbt()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbMemoryException.html">DbMemoryException</A>
<DD>The <b>getDbt</b> method returns the <A HREF="com/sleepycat/db/Dbt.html"><CODE>Dbt</CODE></A> with insufficient memory to complete the operation, causing the DbMemoryException to be thrown.
<DT><A HREF="com/sleepycat/db/Db.html#getDbType()"><B>getDbType()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>The Db.getDbType method returns the type of the underlying access method (and file format).
<DT><A HREF="com/sleepycat/bdb/ForeignKeyIndex.html#getDeleteAction()"><B>getDeleteAction()</B></A> - 
Method in class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/ForeignKeyIndex.html">ForeignKeyIndex</A>
<DD>Returns a value indicating what action occurs when the foreign key
 is deleted.
<DT><A HREF="com/sleepycat/bdb/util/RuntimeExceptionWrapper.html#getDetail()"><B>getDetail()</B></A> - 
Method in class com.sleepycat.bdb.util.<A HREF="com/sleepycat/bdb/util/RuntimeExceptionWrapper.html">RuntimeExceptionWrapper</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bdb/util/IOExceptionWrapper.html#getDetail()"><B>getDetail()</B></A> - 
Method in class com.sleepycat.bdb.util.<A HREF="com/sleepycat/bdb/util/IOExceptionWrapper.html">IOExceptionWrapper</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bdb/util/ExceptionWrapper.html#getDetail()"><B>getDetail()</B></A> - 
Method in interface com.sleepycat.bdb.util.<A HREF="com/sleepycat/bdb/util/ExceptionWrapper.html">ExceptionWrapper</A>
<DD>Returns the nested exception or null if none is present.
<DT><A HREF="com/sleepycat/bdb/TransactionRunner.html#getDirtyRead()"><B>getDirtyRead()</B></A> - 
Method in class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/TransactionRunner.html">TransactionRunner</A>
<DD>Returns whether transactions will read data that is modified by another
 transaction but not committed.
<DT><A HREF="com/sleepycat/db/DbEnv.html#getEncryptFlags()"><B>getEncryptFlags()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD>The DbEnv.getEncryptFlags method returns the encryption flags.
<DT><A HREF="com/sleepycat/db/Db.html#getEncryptFlags()"><B>getEncryptFlags()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>The Db.getEncryptFlags method returns the encryption flags.
<DT><A HREF="com/sleepycat/bdb/DataView.html#getEnv()"><B>getEnv()</B></A> - 
Method in class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/DataView.html">DataView</A>
<DD>Returns the environment for the store and index.
<DT><A HREF="com/sleepycat/bdb/DataStore.html#getEnv()"><B>getEnv()</B></A> - 
Method in class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/DataStore.html">DataStore</A>
<DD>Returns the environment associated with this store.
<DT><A HREF="com/sleepycat/bdb/DataDb.html#getEnv()"><B>getEnv()</B></A> - 
Method in class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/DataDb.html">DataDb</A>
<DD>Returns the environment.
<DT><A HREF="com/sleepycat/bdb/CurrentTransaction.html#getEnv()"><B>getEnv()</B></A> - 
Method in class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/CurrentTransaction.html">CurrentTransaction</A>
<DD>Returns the underlying Berkeley DB environment.
<DT><A HREF="com/sleepycat/db/DbException.html#getErrno()"><B>getErrno()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbException.html">DbException</A>
<DD>The DbException.getErrno method returns the error value.
<DT><A HREF="com/sleepycat/db/DbEnv.html#getErrorPrefix()"><B>getErrorPrefix()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD>The DbEnv.getErrorPrefix method returns the error prefix.
<DT><A HREF="com/sleepycat/db/Db.html#getErrorPrefix()"><B>getErrorPrefix()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>The Db.getErrorPrefix method returns the error prefix.
<DT><A HREF="com/sleepycat/db/DbLsn.html#getFile()"><B>getFile()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbLsn.html">DbLsn</A>
<DD>The DbLsn.getFile method returns the DbLsn object's file number.
<DT><A HREF="com/sleepycat/db/Db.html#getFileName()"><B>getFileName()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>The Db.getFileName method returns the current filename.
<DT><A HREF="com/sleepycat/db/Dbt.html#getFlags()"><B>getFlags()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Dbt.html">Dbt</A>
<DD>Return the object flag value.
<DT><A HREF="com/sleepycat/db/DbMpoolFile.html#getFlags()"><B>getFlags()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbMpoolFile.html">DbMpoolFile</A>
<DD>The DbMpoolFile.getFlags method returns the flags.
<DT><A HREF="com/sleepycat/db/DbEnv.html#getFlags()"><B>getFlags()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD>The DbEnv.getFlags method returns the configuration flags.
<DT><A HREF="com/sleepycat/db/Db.html#getFlags()"><B>getFlags()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>The Db.getFlags method returns the current flags.
<DT><A HREF="com/sleepycat/bdb/ForeignKeyIndex.html#getForeignStore()"><B>getForeignStore()</B></A> - 
Method in class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/ForeignKeyIndex.html">ForeignKeyIndex</A>
<DD>Returns the foreign store which has the primary key which matches the
 index key of this store.
<DT><A HREF="com/sleepycat/db/Db.html#getHashFillFactor()"><B>getHashFillFactor()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>The Db.getHashFillFactor method returns the hash table density.
<DT><A HREF="com/sleepycat/db/Db.html#getHashNumElements()"><B>getHashNumElements()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>The Db.getHashNumElements method returns the estimate of the final size of the hash table.
<DT><A HREF="com/sleepycat/bdb/DataView.html#getIndex()"><B>getIndex()</B></A> - 
Method in class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/DataView.html">DataView</A>
<DD>Returns the index, as specified to the constructor.
<DT><A HREF="com/sleepycat/db/DbLockNotGrantedException.html#getIndex()"><B>getIndex()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbLockNotGrantedException.html">DbLockNotGrantedException</A>
<DD>The <b>getIndex</b> method returns -1 when <A HREF="com/sleepycat/db/DbEnv.html#lockGet(int, int, com.sleepycat.db.Dbt, int)"><CODE>DbEnv.lockGet</CODE></A> was called, and returns the index of the failed DbLockRequest when <A HREF="com/sleepycat/db/DbEnv.html#lockVector(int, int, com.sleepycat.db.DbLockRequest[], int, int)"><CODE>DbEnv.lockVector</CODE></A> was called.
<DT><A HREF="com/sleepycat/bdb/bind/KeyExtractor.html#getIndexKeyFormat()"><B>getIndexKeyFormat()</B></A> - 
Method in interface com.sleepycat.bdb.bind.<A HREF="com/sleepycat/bdb/bind/KeyExtractor.html">KeyExtractor</A>
<DD>Returns the format of the index key data.
<DT><A HREF="com/sleepycat/bdb/bind/serial/TupleSerialKeyExtractor.html#getIndexKeyFormat()"><B>getIndexKeyFormat()</B></A> - 
Method in class com.sleepycat.bdb.bind.serial.<A HREF="com/sleepycat/bdb/bind/serial/TupleSerialKeyExtractor.html">TupleSerialKeyExtractor</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bdb/bind/serial/SerialSerialKeyExtractor.html#getIndexKeyFormat()"><B>getIndexKeyFormat()</B></A> - 
Method in class com.sleepycat.bdb.bind.serial.<A HREF="com/sleepycat/bdb/bind/serial/SerialSerialKeyExtractor.html">SerialSerialKeyExtractor</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bdb/bind/tuple/TupleTupleKeyExtractor.html#getIndexKeyFormat()"><B>getIndexKeyFormat()</B></A> - 
Method in class com.sleepycat.bdb.bind.tuple.<A HREF="com/sleepycat/bdb/bind/tuple/TupleTupleKeyExtractor.html">TupleTupleKeyExtractor</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bdb/DataStore.html#getIndices()"><B>getIndices()</B></A> - 
Method in class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/DataStore.html">DataStore</A>
<DD>Returns the indices associated with this store.
<DT><A HREF="com/sleepycat/bdb/CurrentTransaction.html#getInstance(com.sleepycat.db.DbEnv)"><B>getInstance(DbEnv)</B></A> - 
Static method in class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/CurrentTransaction.html">CurrentTransaction</A>
<DD>Gets the CurrentTransaction accessor for a specified Berkeley DB
 environment.
<DT><A HREF="com/sleepycat/bdb/collection/MapEntry.html#getKey()"><B>getKey()</B></A> - 
Method in class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/MapEntry.html">MapEntry</A>
<DD>Returns the key of this entry.
<DT><A HREF="com/sleepycat/bdb/DataStore.html#getKeyAssigner()"><B>getKeyAssigner()</B></A> - 
Method in class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/DataStore.html">DataStore</A>
<DD>Returns the key assigner associated with this store.
<DT><A HREF="com/sleepycat/bdb/DataView.html#getKeyBinding()"><B>getKeyBinding()</B></A> - 
Method in class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/DataView.html">DataView</A>
<DD>Returns the key binding that is used.
<DT><A HREF="com/sleepycat/bdb/DataIndex.html#getKeyExtractor()"><B>getKeyExtractor()</B></A> - 
Method in class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/DataIndex.html">DataIndex</A>
<DD>Returns the key extractor associated with this index.
<DT><A HREF="com/sleepycat/bdb/DataStore.html#getKeyFormat()"><B>getKeyFormat()</B></A> - 
Method in class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/DataStore.html">DataStore</A>
<DD>Returns the key format associated with this store.
<DT><A HREF="com/sleepycat/bdb/DataIndex.html#getKeyFormat()"><B>getKeyFormat()</B></A> - 
Method in class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/DataIndex.html">DataIndex</A>
<DD>Returns the key format associated with this index.
<DT><A HREF="com/sleepycat/bdb/bind/EntityBinding.html#getKeyFormat()"><B>getKeyFormat()</B></A> - 
Method in interface com.sleepycat.bdb.bind.<A HREF="com/sleepycat/bdb/bind/EntityBinding.html">EntityBinding</A>
<DD>Returns the format used for the key data of this binding.
<DT><A HREF="com/sleepycat/bdb/bind/serial/TupleSerialBinding.html#getKeyFormat()"><B>getKeyFormat()</B></A> - 
Method in class com.sleepycat.bdb.bind.serial.<A HREF="com/sleepycat/bdb/bind/serial/TupleSerialBinding.html">TupleSerialBinding</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bdb/bind/serial/SerialSerialBinding.html#getKeyFormat()"><B>getKeyFormat()</B></A> - 
Method in class com.sleepycat.bdb.bind.serial.<A HREF="com/sleepycat/bdb/bind/serial/SerialSerialBinding.html">SerialSerialBinding</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bdb/bind/tuple/TupleTupleBinding.html#getKeyFormat()"><B>getKeyFormat()</B></A> - 
Method in class com.sleepycat.bdb.bind.tuple.<A HREF="com/sleepycat/bdb/bind/tuple/TupleTupleBinding.html">TupleTupleBinding</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/db/DbLockRequest.html#getLock()"><B>getLock()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbLockRequest.html">DbLockRequest</A>
<DD>The DbLockRequest.getLock method returns the lock reference.
<DT><A HREF="com/sleepycat/db/DbLockNotGrantedException.html#getLock()"><B>getLock()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbLockNotGrantedException.html">DbLockNotGrantedException</A>
<DD>The <b>getLock</b> method returns null when <A HREF="com/sleepycat/db/DbEnv.html#lockGet(int, int, com.sleepycat.db.Dbt, int)"><CODE>DbEnv.lockGet</CODE></A> was called, and returns the <b>lock</b> in the failed DbLockRequest when <A HREF="com/sleepycat/db/DbEnv.html#lockVector(int, int, com.sleepycat.db.DbLockRequest[], int, int)"><CODE>DbEnv.lockVector</CODE></A> was called.
<DT><A HREF="com/sleepycat/db/DbEnv.html#getLockConflicts()"><B>getLockConflicts()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD>The DbEnv.getLockConflicts method returns the conflicts array.
<DT><A HREF="com/sleepycat/db/DbEnv.html#getLockDetect()"><B>getLockDetect()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD>The DbEnv.getLockDetect method returns the deadlock detector configuration.
<DT><A HREF="com/sleepycat/bdb/collection/StoredIterator.html#getLockForWrite()"><B>getLockForWrite()</B></A> - 
Method in class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredIterator.html">StoredIterator</A>
<DD>Returns whether write-locks will be obtained when reading with this
 cursor.
<DT><A HREF="com/sleepycat/db/DbEnv.html#getLockMaxLockers()"><B>getLockMaxLockers()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD>The DbEnv.getLockMaxLockers method returns the maximum number of lockers.
<DT><A HREF="com/sleepycat/db/DbEnv.html#getLockMaxLocks()"><B>getLockMaxLocks()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD>The DbEnv.setLockMaxLocks method returns the maximum number of locks.
<DT><A HREF="com/sleepycat/db/DbEnv.html#getLockMaxObjects()"><B>getLockMaxObjects()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD>The DbEnv.getLockMaxObjects method returns the maximum number of locked objects.
<DT><A HREF="com/sleepycat/db/DbEnv.html#getLogBufferSize()"><B>getLogBufferSize()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD>The DbEnv.getLogBufferSize method returns the size of the log buffer, in bytes.
<DT><A HREF="com/sleepycat/db/DbEnv.html#getLogDir()"><B>getLogDir()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD>The DbEnv.getLogDir method returns the log directory.
<DT><A HREF="com/sleepycat/db/DbEnv.html#getLogMax()"><B>getLogMax()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD>The DbEnv.getLogMax method returns the maximum log file size.
<DT><A HREF="com/sleepycat/db/DbEnv.html#getLogRegionMax()"><B>getLogRegionMax()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD>The DbEnv.getLogRegionMax method returns the size of the underlying logging subsystem region.
<DT><A HREF="com/sleepycat/bdb/TransactionRunner.html#getMaxRetries()"><B>getMaxRetries()</B></A> - 
Method in class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/TransactionRunner.html">TransactionRunner</A>
<DD>Returns the maximum number of retries that will be performed when
 deadlocks are detected.
<DT><A HREF="com/sleepycat/db/DbMpoolFile.html#getMaxsize()"><B>getMaxsize()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbMpoolFile.html">DbMpoolFile</A>
<DD>The DbMpoolFile.getMaxsize method returns the size of the cache in bytes.
<DT><A HREF="com/sleepycat/db/DbEnv.html#getMemoryPoolMapSize()"><B>getMemoryPoolMapSize()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD>The DbEnv.getMemoryPoolMapSize method returns the maximum file map size.
<DT><A HREF="com/sleepycat/db/DbLockRequest.html#getMode()"><B>getMode()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbLockRequest.html">DbLockRequest</A>
<DD>The DbLockRequest.getMode method returns the lock mode.
<DT><A HREF="com/sleepycat/db/DbLockNotGrantedException.html#getMode()"><B>getMode()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbLockNotGrantedException.html">DbLockNotGrantedException</A>
<DD>The <b>getMode</b> method returns the <b>mode</b> parameter when <A HREF="com/sleepycat/db/DbEnv.html#lockGet(int, int, com.sleepycat.db.Dbt, int)"><CODE>DbEnv.lockGet</CODE></A> was called, and returns the <b>mode</b> for the failed DbLockRequest when <A HREF="com/sleepycat/db/DbEnv.html#lockVector(int, int, com.sleepycat.db.DbLockRequest[], int, int)"><CODE>DbEnv.lockVector</CODE></A> was called.
<DT><A HREF="com/sleepycat/bdb/TransactionRunner.html#getNoWait()"><B>getNoWait()</B></A> - 
Method in class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/TransactionRunner.html">TransactionRunner</A>
<DD>Returns whether transactions will throw DbLockNotGrantedException
 instead of blocking when trying to access data that is locked by another
 transaction.
<DT><A HREF="com/sleepycat/db/DbLockRequest.html#getObj()"><B>getObj()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbLockRequest.html">DbLockRequest</A>
<DD>The DbLockRequest.getObj method returns the object protected by this lock.
<DT><A HREF="com/sleepycat/db/DbLockNotGrantedException.html#getObj()"><B>getObj()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbLockNotGrantedException.html">DbLockNotGrantedException</A>
<DD>The <b>getObj</b> method returns the <b>mode</b> parameter when returns the <b>object</b> parameter when <A HREF="com/sleepycat/db/DbEnv.html#lockGet(int, int, com.sleepycat.db.Dbt, int)"><CODE>DbEnv.lockGet</CODE></A> was called, and returns the <b>object</b> for the failed DbLockRequest when <A HREF="com/sleepycat/db/DbEnv.html#lockVector(int, int, com.sleepycat.db.DbLockRequest[], int, int)"><CODE>DbEnv.lockVector</CODE></A> was called.
<DT><A HREF="com/sleepycat/db/Dbt.html#getObject()"><B>getObject()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Dbt.html">Dbt</A>
<DD>Return an object from the data array, encoding the object using the Java serialization API.
<DT><A HREF="com/sleepycat/db/Dbt.html#getOffset()"><B>getOffset()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Dbt.html">Dbt</A>
<DD>Return the byte offset into the data array.
<DT><A HREF="com/sleepycat/db/DbLsn.html#getOffset()"><B>getOffset()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbLsn.html">DbLsn</A>
<DD>The DbLsn.getOffset method returns the DbLsn object's file number.
<DT><A HREF="com/sleepycat/db/DbLockRequest.html#getOp()"><B>getOp()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbLockRequest.html">DbLockRequest</A>
<DD>The DbLockRequest.getOp method returns the operation.
<DT><A HREF="com/sleepycat/db/DbLockNotGrantedException.html#getOp()"><B>getOp()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbLockNotGrantedException.html">DbLockNotGrantedException</A>
<DD>The <b>getOp</b> method returns 0 when <A HREF="com/sleepycat/db/DbEnv.html#lockGet(int, int, com.sleepycat.db.Dbt, int)"><CODE>DbEnv.lockGet</CODE></A> was called, and returns the <b>op</b> for the failed DbLockRequest when <A HREF="com/sleepycat/db/DbEnv.html#lockVector(int, int, com.sleepycat.db.DbLockRequest[], int, int)"><CODE>DbEnv.lockVector</CODE></A> was called.
<DT><A HREF="com/sleepycat/db/DbEnv.html#getOpenFlags()"><B>getOpenFlags()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD>The DbEnv.getOpenFlags method returns the open method flags.
<DT><A HREF="com/sleepycat/db/Db.html#getOpenFlags()"><B>getOpenFlags()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>The Db.getOpenFlags method returns the current open method flags.
<DT><A HREF="com/sleepycat/db/Db.html#getPageSize()"><B>getPageSize()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>The Db.getPageSize method returns the page size.
<DT><A HREF="com/sleepycat/db/Dbt.html#getPartialLength()"><B>getPartialLength()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Dbt.html">Dbt</A>
<DD>Return the length of the partial record, in bytes.
<DT><A HREF="com/sleepycat/db/Dbt.html#getPartialOffset()"><B>getPartialOffset()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Dbt.html">Dbt</A>
<DD>Return the offset of the partial record, in bytes.
<DT><A HREF="com/sleepycat/bdb/bind/KeyExtractor.html#getPrimaryKeyFormat()"><B>getPrimaryKeyFormat()</B></A> - 
Method in interface com.sleepycat.bdb.bind.<A HREF="com/sleepycat/bdb/bind/KeyExtractor.html">KeyExtractor</A>
<DD>Returns the format of the primary key data or null if the index key data
 is not derived from the primary key data.
<DT><A HREF="com/sleepycat/bdb/bind/serial/TupleSerialKeyExtractor.html#getPrimaryKeyFormat()"><B>getPrimaryKeyFormat()</B></A> - 
Method in class com.sleepycat.bdb.bind.serial.<A HREF="com/sleepycat/bdb/bind/serial/TupleSerialKeyExtractor.html">TupleSerialKeyExtractor</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bdb/bind/serial/SerialSerialKeyExtractor.html#getPrimaryKeyFormat()"><B>getPrimaryKeyFormat()</B></A> - 
Method in class com.sleepycat.bdb.bind.serial.<A HREF="com/sleepycat/bdb/bind/serial/SerialSerialKeyExtractor.html">SerialSerialKeyExtractor</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bdb/bind/tuple/TupleTupleKeyExtractor.html#getPrimaryKeyFormat()"><B>getPrimaryKeyFormat()</B></A> - 
Method in class com.sleepycat.bdb.bind.tuple.<A HREF="com/sleepycat/bdb/bind/tuple/TupleTupleKeyExtractor.html">TupleTupleKeyExtractor</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bdb/bind/tuple/TupleBinding.html#getPrimitiveBinding(java.lang.Class, com.sleepycat.bdb.bind.tuple.TupleFormat)"><B>getPrimitiveBinding(Class, TupleFormat)</B></A> - 
Static method in class com.sleepycat.bdb.bind.tuple.<A HREF="com/sleepycat/bdb/bind/tuple/TupleBinding.html">TupleBinding</A>
<DD>Creates a tuple binding for a primitive Java class.
<DT><A HREF="com/sleepycat/db/DbMpoolFile.html#getPriority()"><B>getPriority()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbMpoolFile.html">DbMpoolFile</A>
<DD>The DbMpoolFile.getPriority method returns the cache priority.
<DT><A HREF="com/sleepycat/db/Db.html#getQueueExtentSize()"><B>getQueueExtentSize()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>The Db.getQueueExtentSize method returns the number of pages in an extent.
<DT><A HREF="com/sleepycat/db/Db.html#getRecordDelimiter()"><B>getRecordDelimiter()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>The Db.getRecordDelimiter method returns the delimiting byte.
<DT><A HREF="com/sleepycat/db/Db.html#getRecordLength()"><B>getRecordLength()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>The Db.getRecordLength method returns the record length.
<DT><A HREF="com/sleepycat/db/Dbt.html#getRecordNumber()"><B>getRecordNumber()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Dbt.html">Dbt</A>
<DD>Return an object from the data array, expecting that data to be a logical record number.
<DT><A HREF="com/sleepycat/db/Db.html#getRecordPad()"><B>getRecordPad()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>The Db.getRecordPad method returns the pad character.
<DT><A HREF="com/sleepycat/db/Db.html#getRecordSource()"><B>getRecordSource()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>The Db.getRecordSource method returns the source file.
<DT><A HREF="com/sleepycat/db/DbEnv.html#getReplicationLimit()"><B>getReplicationLimit()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD>The DbEnv.getReplicationLimit method returns the transmit limit in bytes.
<DT><A HREF="com/sleepycat/db/DbEnv.html#getSegmentId()"><B>getSegmentId()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD>The DbEnv.getSegmentId method returns the base segment ID.
<DT><A HREF="com/sleepycat/bdb/DataView.html#getSingleKeyThang()"><B>getSingleKeyThang()</B></A> - 
Method in class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/DataView.html">DataView</A>
<DD>Returns the key thang for a single key range, or null if a single key
 range is not used.
<DT><A HREF="com/sleepycat/db/Dbt.html#getSize()"><B>getSize()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Dbt.html">Dbt</A>
<DD>Return the data array size.
<DT><A HREF="com/sleepycat/bdb/DataView.html#getStore()"><B>getStore()</B></A> - 
Method in class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/DataView.html">DataView</A>
<DD>Returns the store, as specified to the constructor.
<DT><A HREF="com/sleepycat/bdb/DataIndex.html#getStore()"><B>getStore()</B></A> - 
Method in class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/DataIndex.html">DataIndex</A>
<DD>Returns the store associated with this index.
<DT><A HREF="com/sleepycat/bdb/bind/serial/SerialOutput.html#getStreamHeader()"><B>getStreamHeader()</B></A> - 
Static method in class com.sleepycat.bdb.bind.serial.<A HREF="com/sleepycat/bdb/bind/serial/SerialOutput.html">SerialOutput</A>
<DD>Returns the fixed stream header used for all serialized streams in
 PROTOCOL_VERSION_2 format.
<DT><A HREF="com/sleepycat/db/DbEnv.html#getTestAndSetSpins()"><B>getTestAndSetSpins()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD>The DbEnv.getTestAndSetSpins method returns the test-and-set spin count.
<DT><A HREF="com/sleepycat/db/DbLockRequest.html#getTimeout()"><B>getTimeout()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbLockRequest.html">DbLockRequest</A>
<DD>The DbLockRequest.getTimeout method returns the lock timeout value.
<DT><A HREF="com/sleepycat/db/DbEnv.html#getTimeout(int)"><B>getTimeout(int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD>The DbEnv.getTimeout method returns a timeout value, in microseconds.
<DT><A HREF="com/sleepycat/db/DbEnv.html#getTmpDir()"><B>getTmpDir()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD>The DbEnv.getTmpDir method returns the database environment temporary file directory.
<DT><A HREF="com/sleepycat/bdb/CurrentTransaction.html#getTxn()"><B>getTxn()</B></A> - 
Method in class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/CurrentTransaction.html">CurrentTransaction</A>
<DD>Returns the transaction associated with the current thread for this
 environment, or null if no transaction is active.
<DT><A HREF="com/sleepycat/db/DbEnv.html#getTxnMax()"><B>getTxnMax()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD>The DbEnv.getTxnMax method returns the number of active transactions.
<DT><A HREF="com/sleepycat/db/DbEnv.html#getTxnTimestamp()"><B>getTxnTimestamp()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD>The DbEnv.getTxnTimestamp method returns the recovery timestamp.
<DT><A HREF="com/sleepycat/db/Dbt.html#getUserBufferLength()"><B>getUserBufferLength()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Dbt.html">Dbt</A>
<DD>Return the length in bytes of the user-specified buffer.
<DT><A HREF="com/sleepycat/bdb/collection/MapEntry.html#getValue()"><B>getValue()</B></A> - 
Method in class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/MapEntry.html">MapEntry</A>
<DD>Returns the value of this entry.
<DT><A HREF="com/sleepycat/bdb/DataView.html#getValueBinding()"><B>getValueBinding()</B></A> - 
Method in class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/DataView.html">DataView</A>
<DD>Returns the value binding that is used.
<DT><A HREF="com/sleepycat/bdb/DataView.html#getValueEntityBinding()"><B>getValueEntityBinding()</B></A> - 
Method in class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/DataView.html">DataView</A>
<DD>Returns the entity binding that is used.
<DT><A HREF="com/sleepycat/bdb/DataStore.html#getValueFormat()"><B>getValueFormat()</B></A> - 
Method in class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/DataStore.html">DataStore</A>
<DD>Returns the value format associated with this store.
<DT><A HREF="com/sleepycat/bdb/bind/KeyExtractor.html#getValueFormat()"><B>getValueFormat()</B></A> - 
Method in interface com.sleepycat.bdb.bind.<A HREF="com/sleepycat/bdb/bind/KeyExtractor.html">KeyExtractor</A>
<DD>Returns the format of the value data or null if the index key data is
 not derived from the value data.
<DT><A HREF="com/sleepycat/bdb/bind/EntityBinding.html#getValueFormat()"><B>getValueFormat()</B></A> - 
Method in interface com.sleepycat.bdb.bind.<A HREF="com/sleepycat/bdb/bind/EntityBinding.html">EntityBinding</A>
<DD>Returns the format used for the value data of this binding.
<DT><A HREF="com/sleepycat/bdb/bind/serial/TupleSerialKeyExtractor.html#getValueFormat()"><B>getValueFormat()</B></A> - 
Method in class com.sleepycat.bdb.bind.serial.<A HREF="com/sleepycat/bdb/bind/serial/TupleSerialKeyExtractor.html">TupleSerialKeyExtractor</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bdb/bind/serial/TupleSerialBinding.html#getValueFormat()"><B>getValueFormat()</B></A> - 
Method in class com.sleepycat.bdb.bind.serial.<A HREF="com/sleepycat/bdb/bind/serial/TupleSerialBinding.html">TupleSerialBinding</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bdb/bind/serial/SerialSerialKeyExtractor.html#getValueFormat()"><B>getValueFormat()</B></A> - 
Method in class com.sleepycat.bdb.bind.serial.<A HREF="com/sleepycat/bdb/bind/serial/SerialSerialKeyExtractor.html">SerialSerialKeyExtractor</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bdb/bind/serial/SerialSerialBinding.html#getValueFormat()"><B>getValueFormat()</B></A> - 
Method in class com.sleepycat.bdb.bind.serial.<A HREF="com/sleepycat/bdb/bind/serial/SerialSerialBinding.html">SerialSerialBinding</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bdb/bind/tuple/TupleTupleKeyExtractor.html#getValueFormat()"><B>getValueFormat()</B></A> - 
Method in class com.sleepycat.bdb.bind.tuple.<A HREF="com/sleepycat/bdb/bind/tuple/TupleTupleKeyExtractor.html">TupleTupleKeyExtractor</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bdb/bind/tuple/TupleTupleBinding.html#getValueFormat()"><B>getValueFormat()</B></A> - 
Method in class com.sleepycat.bdb.bind.tuple.<A HREF="com/sleepycat/bdb/bind/tuple/TupleTupleBinding.html">TupleTupleBinding</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/db/DbEnv.html#getVerbose(int)"><B>getVerbose(int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD>The DbEnv.getVerbose method returns whether the specified <b>which</b> parameter is currently set or not.
<DT><A HREF="com/sleepycat/db/DbEnv.html#getVersionMajor()"><B>getVersionMajor()</B></A> - 
Static method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD>The DbEnv.getVersionMajor method returns the release major number.
<DT><A HREF="com/sleepycat/db/DbEnv.html#getVersionMinor()"><B>getVersionMinor()</B></A> - 
Static method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD>The DbEnv.getVersionMinor method returns the release minor number.
<DT><A HREF="com/sleepycat/db/DbEnv.html#getVersionPatch()"><B>getVersionPatch()</B></A> - 
Static method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD>The DbEnv.getVersionPatch method returns the release patch number.
<DT><A HREF="com/sleepycat/db/DbEnv.html#getVersionString()"><B>getVersionString()</B></A> - 
Static method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD>The DbEnv.getVersionString method returns the release verbose version information, suitable for display.
<DT><A HREF="com/sleepycat/bdb/DataCursor.html#getView()"><B>getView()</B></A> - 
Method in class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/DataCursor.html">DataCursor</A>
<DD>Returns the view for this cursor, as specified to the constructor.
<DT><A HREF="com/sleepycat/bdb/util/UtfOps.html#getZeroTerminatedByteLength(byte[], int)"><B>getZeroTerminatedByteLength(byte[], int)</B></A> - 
Static method in class com.sleepycat.bdb.util.<A HREF="com/sleepycat/bdb/util/UtfOps.html">UtfOps</A>
<DD>Returns the byte length of a null terminated UTF string, not including
 the terminator.
<DT><A HREF="com/sleepycat/db/DbPreplist.html#gid"><B>gid</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbPreplist.html">DbPreplist</A>
<DD>The global transaction ID for the transaction.
<DT><A HREF="com/sleepycat/db/DbKeyRange.html#greater"><B>greater</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbKeyRange.html">DbKeyRange</A>
<DD>A value between 0 and 1, the proportion of keys greater than
  the specified key.
</DL>
<HR>
<A NAME="_H_"><!-- --></A><H2>
<B>H</B></H2>
<DL>
<DT><A HREF="com/sleepycat/db/DbHashStat.html#hash_bfree"><B>hash_bfree</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbHashStat.html">DbHashStat</A>
<DD>The number of bytes free on bucket pages.
<DT><A HREF="com/sleepycat/db/DbHashStat.html#hash_big_bfree"><B>hash_big_bfree</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbHashStat.html">DbHashStat</A>
<DD>The number of bytes free on big item pages.
<DT><A HREF="com/sleepycat/db/DbHashStat.html#hash_bigpages"><B>hash_bigpages</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbHashStat.html">DbHashStat</A>
<DD>The number of big key/data pages.
<DT><A HREF="com/sleepycat/db/DbHashStat.html#hash_buckets"><B>hash_buckets</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbHashStat.html">DbHashStat</A>
<DD>The number of hash buckets.
<DT><A HREF="com/sleepycat/db/DbHashStat.html#hash_dup"><B>hash_dup</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbHashStat.html">DbHashStat</A>
<DD>The number of duplicate pages.
<DT><A HREF="com/sleepycat/db/DbHashStat.html#hash_dup_free"><B>hash_dup_free</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbHashStat.html">DbHashStat</A>
<DD>The number of bytes free on duplicate pages.
<DT><A HREF="com/sleepycat/db/DbHashStat.html#hash_ffactor"><B>hash_ffactor</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbHashStat.html">DbHashStat</A>
<DD>The desired fill factor (number of items per bucket) specified at database-creation time.
<DT><A HREF="com/sleepycat/db/DbHashStat.html#hash_free"><B>hash_free</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbHashStat.html">DbHashStat</A>
<DD>The number of pages on the free list.
<DT><A HREF="com/sleepycat/db/DbHashStat.html#hash_magic"><B>hash_magic</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbHashStat.html">DbHashStat</A>
<DD>Magic number that identifies the file as a Hash file.
<DT><A HREF="com/sleepycat/db/DbHashStat.html#hash_metaflags"><B>hash_metaflags</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbHashStat.html">DbHashStat</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/db/DbHashStat.html#hash_ndata"><B>hash_ndata</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbHashStat.html">DbHashStat</A>
<DD>The number of key/data pairs in the database.
<DT><A HREF="com/sleepycat/db/DbHashStat.html#hash_nkeys"><B>hash_nkeys</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbHashStat.html">DbHashStat</A>
<DD>The number of unique keys in the database.
<DT><A HREF="com/sleepycat/db/DbHashStat.html#hash_overflows"><B>hash_overflows</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbHashStat.html">DbHashStat</A>
<DD>The number of overflow pages (overflow pages are pages that contain items that did not fit in the main bucket page).
<DT><A HREF="com/sleepycat/db/DbHashStat.html#hash_ovfl_free"><B>hash_ovfl_free</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbHashStat.html">DbHashStat</A>
<DD>The number of bytes free on overflow pages.
<DT><A HREF="com/sleepycat/db/DbHashStat.html#hash_pagesize"><B>hash_pagesize</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbHashStat.html">DbHashStat</A>
<DD>The underlying Hash database page (and bucket) size, in bytes.
<DT><A HREF="com/sleepycat/db/DbHashStat.html#hash_version"><B>hash_version</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbHashStat.html">DbHashStat</A>
<DD>The version of the Hash database.
<DT><A HREF="com/sleepycat/db/DbHash.html#hash(com.sleepycat.db.Db, byte[], int)"><B>hash(Db, byte[], int)</B></A> - 
Method in interface com.sleepycat.db.<A HREF="com/sleepycat/db/DbHash.html">DbHash</A>
<DD>The DbHash interface is used by the Db.setHash method.
<DT><A HREF="com/sleepycat/bdb/collection/MapEntry.html#hashCode()"><B>hashCode()</B></A> - 
Method in class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/MapEntry.html">MapEntry</A>
<DD>Computes a hash code as specified by <CODE>Map.Entry.hashCode()</CODE>.
<DT><A HREF="com/sleepycat/db/DbTxn.html#hashCode()"><B>hashCode()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbTxn.html">DbTxn</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bdb/collection/StoredIterator.html#hasNext()"><B>hasNext()</B></A> - 
Method in class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredIterator.html">StoredIterator</A>
<DD>Returns true if this iterator has more elements when traversing in the
 forward direction.
<DT><A HREF="com/sleepycat/bdb/collection/StoredIterator.html#hasPrevious()"><B>hasPrevious()</B></A> - 
Method in class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredIterator.html">StoredIterator</A>
<DD>Returns true if this iterator has more elements when traversing in the
 reverse direction.
<DT><A HREF="com/sleepycat/bdb/DataDb.html#hasRecNumAccess()"><B>hasRecNumAccess()</B></A> - 
Method in class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/DataDb.html">DataDb</A>
<DD>Returns whether record number access is allowed.
<DT><A HREF="com/sleepycat/bdb/DataCursor.html#hasRecNumAccess()"><B>hasRecNumAccess()</B></A> - 
Method in class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/DataCursor.html">DataCursor</A>
<DD>Returns whether record number access is allowed.
<DT><A HREF="com/sleepycat/bdb/collection/StoredSortedMap.html#headMap(java.lang.Object)"><B>headMap(Object)</B></A> - 
Method in class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredSortedMap.html">StoredSortedMap</A>
<DD>Returns a view of the portion of this sorted set whose keys are
 strictly less than toKey.
<DT><A HREF="com/sleepycat/bdb/collection/StoredSortedMap.html#headMap(java.lang.Object, boolean)"><B>headMap(Object, boolean)</B></A> - 
Method in class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredSortedMap.html">StoredSortedMap</A>
<DD>Returns a view of the portion of this sorted map whose elements are
 strictly less than toKey, optionally including toKey.
<DT><A HREF="com/sleepycat/bdb/collection/StoredSortedValueSet.html#headSet(java.lang.Object)"><B>headSet(Object)</B></A> - 
Method in class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredSortedValueSet.html">StoredSortedValueSet</A>
<DD>Returns a view of the portion of this sorted set whose elements are
 strictly less than toValue.
<DT><A HREF="com/sleepycat/bdb/collection/StoredSortedKeySet.html#headSet(java.lang.Object)"><B>headSet(Object)</B></A> - 
Method in class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredSortedKeySet.html">StoredSortedKeySet</A>
<DD>Returns a view of the portion of this sorted set whose elements are
 strictly less than toKey.
<DT><A HREF="com/sleepycat/bdb/collection/StoredSortedEntrySet.html#headSet(java.lang.Object)"><B>headSet(Object)</B></A> - 
Method in class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredSortedEntrySet.html">StoredSortedEntrySet</A>
<DD>Returns a view of the portion of this sorted set whose elements are
 strictly less than toMapEntry.
<DT><A HREF="com/sleepycat/bdb/collection/StoredSortedValueSet.html#headSet(java.lang.Object, boolean)"><B>headSet(Object, boolean)</B></A> - 
Method in class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredSortedValueSet.html">StoredSortedValueSet</A>
<DD>Returns a view of the portion of this sorted set whose elements are
 strictly less than toValue, optionally including toValue.
<DT><A HREF="com/sleepycat/bdb/collection/StoredSortedKeySet.html#headSet(java.lang.Object, boolean)"><B>headSet(Object, boolean)</B></A> - 
Method in class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredSortedKeySet.html">StoredSortedKeySet</A>
<DD>Returns a view of the portion of this sorted set whose elements are
 strictly less than toKey, optionally including toKey.
<DT><A HREF="com/sleepycat/bdb/collection/StoredSortedEntrySet.html#headSet(java.lang.Object, boolean)"><B>headSet(Object, boolean)</B></A> - 
Method in class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredSortedEntrySet.html">StoredSortedEntrySet</A>
<DD>Returns a view of the portion of this sorted set whose elements are
 strictly less than toMapEntry, optionally including toMapEntry.
</DL>
<HR>
<A NAME="_I_"><!-- --></A><H2>
<B>I</B></H2>
<DL>
<DT><A HREF="com/sleepycat/db/DbTxn.html#id()"><B>id()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbTxn.html">DbTxn</A>
<DD>The DbTxn.id method returns the unique transaction id associated with the specified transaction.
<DT><A HREF="com/sleepycat/bdb/DataThang.html#increment()"><B>increment()</B></A> - 
Method in class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/DataThang.html">DataThang</A>
<DD>Increments the data value for this thang, treating the byte array as
 a Java BigInteger where the bytes are in MSB-first order.
<DT><A HREF="com/sleepycat/bdb/collection/StoredList.html#indexOf(java.lang.Object)"><B>indexOf(Object)</B></A> - 
Method in class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredList.html">StoredList</A>
<DD>Returns the index in this list of the first occurrence of the specified
 element, or -1 if this list does not contain this element.
<DT><A HREF="com/sleepycat/bdb/bind/tuple/TupleFormat.html#inputToData(com.sleepycat.bdb.bind.tuple.TupleInput, com.sleepycat.bdb.bind.DataBuffer)"><B>inputToData(TupleInput, DataBuffer)</B></A> - 
Method in class com.sleepycat.bdb.bind.tuple.<A HREF="com/sleepycat/bdb/bind/tuple/TupleFormat.html">TupleFormat</A>
<DD>Utility method to set the data in a data buffer to the data in a tuple
 input object.
<DT><A HREF="com/sleepycat/bdb/bind/DataType.html#INT"><B>INT</B></A> - 
Static variable in interface com.sleepycat.bdb.bind.<A HREF="com/sleepycat/bdb/bind/DataType.html">DataType</A>
<DD><code>Integer</code> data type.
<DT><A HREF="com/sleepycat/bdb/IntegrityConstraintException.html"><B>IntegrityConstraintException</B></A> - exception com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/IntegrityConstraintException.html">IntegrityConstraintException</A>.<DD>Thrown when an integrity constraint violation occurs.<DT><A HREF="com/sleepycat/bdb/IntegrityConstraintException.html#IntegrityConstraintException(java.lang.String)"><B>IntegrityConstraintException(String)</B></A> - 
Constructor for class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/IntegrityConstraintException.html">IntegrityConstraintException</A>
<DD>Creates an integrity constraint exception.
<DT><A HREF="com/sleepycat/bdb/util/IOExceptionWrapper.html"><B>IOExceptionWrapper</B></A> - exception com.sleepycat.bdb.util.<A HREF="com/sleepycat/bdb/util/IOExceptionWrapper.html">IOExceptionWrapper</A>.<DD>An IOException that can contain nested exceptions.<DT><A HREF="com/sleepycat/bdb/util/IOExceptionWrapper.html#IOExceptionWrapper(java.lang.Throwable)"><B>IOExceptionWrapper(Throwable)</B></A> - 
Constructor for class com.sleepycat.bdb.util.<A HREF="com/sleepycat/bdb/util/IOExceptionWrapper.html">IOExceptionWrapper</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bdb/DataView.html#isAutoCommit()"><B>isAutoCommit()</B></A> - 
Method in class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/DataView.html">DataView</A>
<DD>Returns whether auto-commit is set for this view or for the
 transactional environment of the store and index.
<DT><A HREF="com/sleepycat/bdb/CurrentTransaction.html#isAutoCommit()"><B>isAutoCommit()</B></A> - 
Method in class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/CurrentTransaction.html">CurrentTransaction</A>
<DD>Returns whether AUTO_COMMIT will be used for all non-cursor write
 operations when no transaction is active.
<DT><A HREF="com/sleepycat/bdb/collection/StoredContainer.html#isAutoCommit()"><B>isAutoCommit()</B></A> - 
Method in class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredContainer.html">StoredContainer</A>
<DD>Returns whether auto-commit is enabled for this container or for its
 associated <A HREF="com/sleepycat/db/DbEnv.html"><CODE>DbEnv</CODE></A>.
<DT><A HREF="com/sleepycat/db/Db.html#isByteSwapped()"><B>isByteSwapped()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>The Db.isByteSwapped method returns false if the underlying database files were created on an architecture of the same byte order as the current one, and true if they were not (that is, big-endian on a little-endian machine, or vice versa).
<DT><A HREF="com/sleepycat/bdb/CurrentTransaction.html#isDirtyRead()"><B>isDirtyRead()</B></A> - 
Method in class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/CurrentTransaction.html">CurrentTransaction</A>
<DD>Returns whether dirty-read is used for the current transaction.
<DT><A HREF="com/sleepycat/bdb/DataView.html#isDirtyReadAllowed()"><B>isDirtyReadAllowed()</B></A> - 
Method in class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/DataView.html">DataView</A>
<DD>Returns whether DIRTY_READ was specified for both the Store and Index.
<DT><A HREF="com/sleepycat/bdb/DataDb.html#isDirtyReadAllowed()"><B>isDirtyReadAllowed()</B></A> - 
Method in class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/DataDb.html">DataDb</A>
<DD>Returns whether dirty-read is allowed for the database.
<DT><A HREF="com/sleepycat/bdb/collection/StoredContainer.html#isDirtyReadAllowed()"><B>isDirtyReadAllowed()</B></A> - 
Method in class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredContainer.html">StoredContainer</A>
<DD>Returns whether dirty-read is allowed for this container.
<DT><A HREF="com/sleepycat/bdb/DataView.html#isDirtyReadEnabled()"><B>isDirtyReadEnabled()</B></A> - 
Method in class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/DataView.html">DataView</A>
<DD>Returns whether DIRTY_READ will be used for all read operations.
<DT><A HREF="com/sleepycat/bdb/collection/StoredContainer.html#isDirtyReadEnabled()"><B>isDirtyReadEnabled()</B></A> - 
Method in class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredContainer.html">StoredContainer</A>
<DD>Returns whether dirty-read is enabled for this container.
<DT><A HREF="com/sleepycat/bdb/DataView.html#isEmpty()"><B>isEmpty()</B></A> - 
Method in class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/DataView.html">DataView</A>
<DD>Returns whether no records are present in the view.
<DT><A HREF="com/sleepycat/bdb/collection/StoredContainer.html#isEmpty()"><B>isEmpty()</B></A> - 
Method in class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredContainer.html">StoredContainer</A>
<DD>Returns true if this map or collection contains no mappings or elements.
<DT><A HREF="com/sleepycat/db/Db.html#isEncrypted()"><B>isEncrypted()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>The <A HREF="com/sleepycat/db/Db.html#isEncrypted()"><CODE>Db.isEncrypted</CODE></A> method returns false if the underlying database files are encrypted  and true if they are not.
<DT><A HREF="com/sleepycat/bdb/collection/StoredContainer.html#isIndexed()"><B>isIndexed()</B></A> - 
Method in class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredContainer.html">StoredContainer</A>
<DD>Returns whether this container is a view on a <A HREF="com/sleepycat/bdb/DataIndex.html"><CODE>DataIndex</CODE></A> rather
 than directly on a <A HREF="com/sleepycat/bdb/DataStore.html"><CODE>DataStore</CODE></A>.
<DT><A HREF="com/sleepycat/bdb/CurrentTransaction.html#isNoWait()"><B>isNoWait()</B></A> - 
Method in class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/CurrentTransaction.html">CurrentTransaction</A>
<DD>Returns whether no-wait is used for the current transaction.
<DT><A HREF="com/sleepycat/bdb/DataView.html#isOrdered()"><B>isOrdered()</B></A> - 
Method in class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/DataView.html">DataView</A>
<DD>Returns whether keys are ordered for the index or store.
<DT><A HREF="com/sleepycat/bdb/DataDb.html#isOrdered()"><B>isOrdered()</B></A> - 
Method in class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/DataDb.html">DataDb</A>
<DD>Returns whether keys are ordered for the database.
<DT><A HREF="com/sleepycat/bdb/collection/StoredContainer.html#isOrdered()"><B>isOrdered()</B></A> - 
Method in class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredContainer.html">StoredContainer</A>
<DD>Returns whether keys are ordered in this container.
<DT><A HREF="com/sleepycat/bdb/DataView.html#isTransactional()"><B>isTransactional()</B></A> - 
Method in class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/DataView.html">DataView</A>
<DD>Returns whether the store and index are transactional.
<DT><A HREF="com/sleepycat/bdb/DataDb.html#isTransactional()"><B>isTransactional()</B></A> - 
Method in class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/DataDb.html">DataDb</A>
<DD>Returns whether the database was opened in a transaction and therefore
 must be written in a transaction.
<DT><A HREF="com/sleepycat/bdb/collection/StoredContainer.html#isTransactional()"><B>isTransactional()</B></A> - 
Method in class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredContainer.html">StoredContainer</A>
<DD>Returns whether the databases underlying this container are
 transactional.
<DT><A HREF="com/sleepycat/db/Db.html#isTransactional()"><B>isTransactional()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>The Db.isTransactional method returns true if the <A HREF="com/sleepycat/db/Db.html"><CODE>Db</CODE></A> handle has been opened in a transactional mode.
<DT><A HREF="com/sleepycat/bdb/DataView.html#isWriteAllowed()"><B>isWriteAllowed()</B></A> - 
Method in class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/DataView.html">DataView</A>
<DD>Returns whether write operations are allowed.
<DT><A HREF="com/sleepycat/bdb/DataCursor.html#isWriteAllowed()"><B>isWriteAllowed()</B></A> - 
Method in class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/DataCursor.html">DataCursor</A>
<DD>Returns whether write is allowed for this cursor, as specified to the
 constructor.
<DT><A HREF="com/sleepycat/bdb/collection/StoredContainer.html#isWriteAllowed()"><B>isWriteAllowed()</B></A> - 
Method in class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredContainer.html">StoredContainer</A>
<DD>Returns true if this is a read-write container or false if this is a
 read-only container.
<DT><A HREF="com/sleepycat/bdb/collection/StoredCollection.html#iterator()"><B>iterator()</B></A> - 
Method in class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredCollection.html">StoredCollection</A>
<DD>Returns an iterator over the elements in this collection.
<DT><A HREF="com/sleepycat/bdb/collection/StoredCollection.html#iterator(boolean)"><B>iterator(boolean)</B></A> - 
Method in class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredCollection.html">StoredCollection</A>
<DD>Returns a read or read-write iterator over the elements in this
 collection.
<DT><A HREF="com/sleepycat/bdb/collection/StoredCollections.html#iterator(java.util.Iterator)"><B>iterator(Iterator)</B></A> - 
Static method in class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredCollections.html">StoredCollections</A>
<DD>Clones a stored iterator preserving its current position.
</DL>
<HR>
<A NAME="_J_"><!-- --></A><H2>
<B>J</B></H2>
<DL>
<DT><A HREF="com/sleepycat/bdb/DataView.html#join(com.sleepycat.bdb.DataCursor[], boolean)"><B>join(DataCursor[], boolean)</B></A> - 
Method in class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/DataView.html">DataView</A>
<DD>Returns a cursor for this view that reads only records having the
 index key values at the specified cursors.
<DT><A HREF="com/sleepycat/bdb/DataView.html#join(com.sleepycat.bdb.DataView[], java.lang.Object[], boolean)"><B>join(DataView[], Object[], boolean)</B></A> - 
Method in class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/DataView.html">DataView</A>
<DD>Returns a cursor for this view that reads only records having the
 specified index key values.
<DT><A HREF="com/sleepycat/db/Db.html#join(com.sleepycat.db.Dbc[], int)"><B>join(Dbc[], int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>The Db.join method creates a specialized join cursor for use in performing equality or natural joins on secondary indices.
<DT><A HREF="com/sleepycat/bdb/collection/StoredCollection.html#join(com.sleepycat.bdb.collection.StoredContainer[], java.lang.Object[])"><B>join(StoredContainer[], Object[])</B></A> - 
Method in class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredCollection.html">StoredCollection</A>
<DD>Returns an iterator representing an equality join of the indices and
 index key values specified.
<DT><A HREF="com/sleepycat/bdb/collection/StoredCollection.html#join(com.sleepycat.bdb.collection.StoredContainer[], java.lang.Object[], boolean)"><B>join(StoredContainer[], Object[], boolean)</B></A> - 
Method in class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredCollection.html">StoredCollection</A>
<DD>Returns an iterator representing an equality join of the indices and
 index key values specified.
</DL>
<HR>
<A NAME="_K_"><!-- --></A><H2>
<B>K</B></H2>
<DL>
<DT><A HREF="com/sleepycat/db/Db.html#key_range(com.sleepycat.db.DbTxn, com.sleepycat.db.Dbt, com.sleepycat.db.DbKeyRange, int)"><B>key_range(DbTxn, Dbt, DbKeyRange, int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/Db.html#keyRange(com.sleepycat.db.DbTxn, com.sleepycat.db.Dbt, com.sleepycat.db.DbKeyRange, int)"><CODE>keyRange(DbTxn,Dbt,DbKeyRange,int)</CODE></A></I>
<DT><A HREF="com/sleepycat/bdb/bind/KeyExtractor.html"><B>KeyExtractor</B></A> - interface com.sleepycat.bdb.bind.<A HREF="com/sleepycat/bdb/bind/KeyExtractor.html">KeyExtractor</A>.<DD>The interface implemented for extracting the index key from primary key
 and/or value buffers, and for clearing the index key in a value buffer.<DT><A HREF="com/sleepycat/db/Db.html#keyRange(com.sleepycat.db.DbTxn, com.sleepycat.db.Dbt, com.sleepycat.db.DbKeyRange, int)"><B>keyRange(DbTxn, Dbt, DbKeyRange, int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>The Db.keyRange method returns an estimate of the proportion of keys that are less than, equal to, and greater than the specified key.
<DT><A HREF="com/sleepycat/bdb/KeyRangeException.html"><B>KeyRangeException</B></A> - exception com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/KeyRangeException.html">KeyRangeException</A>.<DD>(<em>internal</em>) An exception thrown when a key is out of range.<DT><A HREF="com/sleepycat/bdb/KeyRangeException.html#KeyRangeException(java.lang.String)"><B>KeyRangeException(String)</B></A> - 
Constructor for class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/KeyRangeException.html">KeyRangeException</A>
<DD>Creates a key range exception.
<DT><A HREF="com/sleepycat/bdb/collection/StoredMap.html#keySet()"><B>keySet()</B></A> - 
Method in class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredMap.html">StoredMap</A>
<DD>Returns a set view of the keys contained in this map.
<DT><A HREF="com/sleepycat/bdb/DataView.html#keySetView()"><B>keySetView()</B></A> - 
Method in class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/DataView.html">DataView</A>
<DD>Return a new key-set view derived from this view by setting the
 entity and value binding to null.
</DL>
<HR>
<A NAME="_L_"><!-- --></A><H2>
<B>L</B></H2>
<DL>
<DT><A HREF="com/sleepycat/bdb/collection/StoredSortedValueSet.html#last()"><B>last()</B></A> - 
Method in class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredSortedValueSet.html">StoredSortedValueSet</A>
<DD>Returns the last (highest) element currently in this sorted set.
<DT><A HREF="com/sleepycat/bdb/collection/StoredSortedKeySet.html#last()"><B>last()</B></A> - 
Method in class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredSortedKeySet.html">StoredSortedKeySet</A>
<DD>Returns the last (highest) element currently in this sorted set.
<DT><A HREF="com/sleepycat/bdb/collection/StoredSortedEntrySet.html#last()"><B>last()</B></A> - 
Method in class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredSortedEntrySet.html">StoredSortedEntrySet</A>
<DD>Returns the last (highest) element currently in this sorted set.
<DT><A HREF="com/sleepycat/bdb/collection/StoredList.html#lastIndexOf(java.lang.Object)"><B>lastIndexOf(Object)</B></A> - 
Method in class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredList.html">StoredList</A>
<DD>Returns the index in this list of the last occurrence of the specified
 element, or -1 if this list does not contain this element.
<DT><A HREF="com/sleepycat/bdb/collection/StoredSortedMap.html#lastKey()"><B>lastKey()</B></A> - 
Method in class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredSortedMap.html">StoredSortedMap</A>
<DD>Returns the last (highest) element currently in this sorted map.
<DT><A HREF="com/sleepycat/db/DbKeyRange.html#less"><B>less</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbKeyRange.html">DbKeyRange</A>
<DD>A value between 0 and 1, the proportion of keys less than the
  specified key.
<DT><A HREF="com/sleepycat/bdb/collection/StoredList.html#listIterator()"><B>listIterator()</B></A> - 
Method in class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredList.html">StoredList</A>
<DD>Returns a list iterator of the elements in this list (in proper
 sequence).
<DT><A HREF="com/sleepycat/bdb/collection/StoredList.html#listIterator(int)"><B>listIterator(int)</B></A> - 
Method in class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredList.html">StoredList</A>
<DD>Returns a list iterator of the elements in this list (in proper
 sequence), starting at the specified position in this list.
<DT><A HREF="com/sleepycat/db/DbEnv.html#lock_detect(int, int)"><B>lock_detect(int, int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/DbEnv.html#lockDetect(int, int)"><CODE>DbEnv.lockDetect(int,int)</CODE></A></I>
<DT><A HREF="com/sleepycat/db/DbEnv.html#lock_get(int, int, com.sleepycat.db.Dbt, int)"><B>lock_get(int, int, Dbt, int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/DbEnv.html#lockGet(int, int, com.sleepycat.db.Dbt, int)"><CODE>DbEnv.lockGet(int,int,Dbt,int)</CODE></A></I>
<DT><A HREF="com/sleepycat/db/DbEnv.html#lock_id_free(int)"><B>lock_id_free(int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/DbEnv.html#lockIdFree(int)"><CODE>DbEnv.lockIdFree(int)</CODE></A></I>
<DT><A HREF="com/sleepycat/db/DbEnv.html#lock_id()"><B>lock_id()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/DbEnv.html#lockId()"><CODE>DbEnv.lockId()</CODE></A></I>
<DT><A HREF="com/sleepycat/db/DbEnv.html#lock_put(com.sleepycat.db.DbLock)"><B>lock_put(DbLock)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/DbEnv.html#lockPut(com.sleepycat.db.DbLock)"><CODE>DbEnv.lockPut(DbLock)</CODE></A></I>
<DT><A HREF="com/sleepycat/db/DbEnv.html#lock_stat(int)"><B>lock_stat(int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/DbEnv.html#lockStat(int)"><CODE>DbEnv.lockStat(int)</CODE></A></I>
<DT><A HREF="com/sleepycat/db/DbEnv.html#lock_vec(int, int, com.sleepycat.db.DbLockRequest[], int, int)"><B>lock_vec(int, int, DbLockRequest[], int, int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/DbEnv.html#lockVector(int, int, com.sleepycat.db.DbLockRequest[], int, int)"><CODE>DbEnv.lockVector(int,int,DbLockRequest[],int,int)</CODE></A></I>
<DT><A HREF="com/sleepycat/db/DbEnv.html#lockDetect(int, int)"><B>lockDetect(int, int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD>The DbEnv.lockDetect method runs one iteration of the deadlock detector.
<DT><A HREF="com/sleepycat/db/DbEnv.html#lockGet(int, int, com.sleepycat.db.Dbt, int)"><B>lockGet(int, int, Dbt, int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD>The DbEnv.lockGet method acquires a lock from the lock table, returning information about it in a DbLock object.
<DT><A HREF="com/sleepycat/db/DbEnv.html#lockId()"><B>lockId()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD>The DbEnv.lockId method returns a locker ID, which is guaranteed to be unique in the specified lock table.
<DT><A HREF="com/sleepycat/db/DbEnv.html#lockIdFree(int)"><B>lockIdFree(int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD>The DbEnv.lockIdFree method frees a locker ID allocated by the <A HREF="com/sleepycat/db/DbEnv.html#lockId()"><CODE>DbEnv.lockId</CODE></A> method.
<DT><A HREF="com/sleepycat/db/DbEnv.html#lockPut(com.sleepycat.db.DbLock)"><B>lockPut(DbLock)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD>The DbEnv.lockPut method releases <b>lock</b>.
<DT><A HREF="com/sleepycat/db/DbEnv.html#lockStat(int)"><B>lockStat(int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD>The DbEnv.lockStat method returns the locking subsystem statistics.
<DT><A HREF="com/sleepycat/db/DbEnv.html#lockVector(int, int, com.sleepycat.db.DbLockRequest[], int, int)"><B>lockVector(int, int, DbLockRequest[], int, int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD>The DbEnv.lockVector method atomically obtains and releases one or more locks from the lock table.
<DT><A HREF="com/sleepycat/db/DbEnv.html#log_archive(int)"><B>log_archive(int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/DbEnv.html#logArchive(int)"><CODE>DbEnv.logArchive(int)</CODE></A></I>
<DT><A HREF="com/sleepycat/db/DbEnv.html#log_compare(com.sleepycat.db.DbLsn, com.sleepycat.db.DbLsn)"><B>log_compare(DbLsn, DbLsn)</B></A> - 
Static method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/DbEnv.html#logCompare(com.sleepycat.db.DbLsn, com.sleepycat.db.DbLsn)"><CODE>DbEnv.logCompare(DbLsn,DbLsn)</CODE></A></I>
<DT><A HREF="com/sleepycat/db/DbEnv.html#log_cursor(int)"><B>log_cursor(int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/DbEnv.html#logCursor(int)"><CODE>DbEnv.logCursor(int)</CODE></A></I>
<DT><A HREF="com/sleepycat/db/DbEnv.html#log_file(com.sleepycat.db.DbLsn)"><B>log_file(DbLsn)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/DbEnv.html#logFile(com.sleepycat.db.DbLsn)"><CODE>DbEnv.logFile(DbLsn)</CODE></A></I>
<DT><A HREF="com/sleepycat/db/DbEnv.html#log_flush(com.sleepycat.db.DbLsn)"><B>log_flush(DbLsn)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/DbEnv.html#logFlush(com.sleepycat.db.DbLsn)"><CODE>DbEnv.logFlush(DbLsn)</CODE></A></I>
<DT><A HREF="com/sleepycat/db/DbEnv.html#log_put(com.sleepycat.db.DbLsn, com.sleepycat.db.Dbt, int)"><B>log_put(DbLsn, Dbt, int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/DbEnv.html#logPut(com.sleepycat.db.DbLsn, com.sleepycat.db.Dbt, int)"><CODE>DbEnv.logPut(DbLsn,Dbt,int)</CODE></A></I>
<DT><A HREF="com/sleepycat/db/DbEnv.html#log_stat(int)"><B>log_stat(int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/DbEnv.html#logStat(int)"><CODE>DbEnv.logStat(int)</CODE></A></I>
<DT><A HREF="com/sleepycat/db/DbEnv.html#logArchive(int)"><B>logArchive(int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD>The DbEnv.logArchive method returns an array of log or database filenames.
<DT><A HREF="com/sleepycat/db/DbEnv.html#logCompare(com.sleepycat.db.DbLsn, com.sleepycat.db.DbLsn)"><B>logCompare(DbLsn, DbLsn)</B></A> - 
Static method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD>The DbEnv.logCompare method allows the caller to compare two <A HREF="com/sleepycat/db/DbLsn.html"><CODE>DbLsn</CODE></A> objects, returning 0 if they are equal, 1 if <b>lsn0</b> is greater than <b>lsn1</b>, and -1 if <b>lsn0</b> is less than <b>lsn1</b>.
<DT><A HREF="com/sleepycat/db/DbEnv.html#logCursor(int)"><B>logCursor(int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD>The DbEnv.logCursor method returns a created log cursor.
<DT><A HREF="com/sleepycat/db/DbEnv.html#logFile(com.sleepycat.db.DbLsn)"><B>logFile(DbLsn)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD>The DbEnv.logFile method maps <A HREF="com/sleepycat/db/DbLsn.html"><CODE>DbLsn</CODE></A> objects to filenames, returning the name of the file containing the record named by <b>lsn</b>.
<DT><A HREF="com/sleepycat/db/DbEnv.html#logFlush(com.sleepycat.db.DbLsn)"><B>logFlush(DbLsn)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD>The DbEnv.logFlush method writes log records to disk.
<DT><A HREF="com/sleepycat/db/DbEnv.html#logPut(com.sleepycat.db.DbLsn, com.sleepycat.db.Dbt, int)"><B>logPut(DbLsn, Dbt, int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD>The DbEnv.logPut method appends records to the log.
<DT><A HREF="com/sleepycat/db/DbEnv.html#logStat(int)"><B>logStat(int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD>The DbEnv.logStat method returns the logging subsystem statistics.
<DT><A HREF="com/sleepycat/bdb/bind/DataType.html#LONG"><B>LONG</B></A> - 
Static variable in interface com.sleepycat.bdb.bind.<A HREF="com/sleepycat/bdb/bind/DataType.html">DataType</A>
<DD><code>Long</code> data type.
<DT><A HREF="com/sleepycat/db/DbTxnStat.Active.html#lsn"><B>lsn</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbTxnStat.Active.html">DbTxnStat.Active</A>
<DD>The current log sequence number when the transaction was begun.
</DL>
<HR>
<A NAME="_M_"><!-- --></A><H2>
<B>M</B></H2>
<DL>
<DT><A HREF="com/sleepycat/bdb/util/FastOutputStream.html#makeSpace(int)"><B>makeSpace(int)</B></A> - 
Method in class com.sleepycat.bdb.util.<A HREF="com/sleepycat/bdb/util/FastOutputStream.html">FastOutputStream</A>
<DD>Ensure that at least the given number of bytes are available in the
 internal buffer.
<DT><A HREF="com/sleepycat/bdb/collection/MapEntry.html"><B>MapEntry</B></A> - class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/MapEntry.html">MapEntry</A>.<DD>A simple Map.Entry implementation.<DT><A HREF="com/sleepycat/bdb/collection/MapEntry.html#MapEntry(java.lang.Object, java.lang.Object)"><B>MapEntry(Object, Object)</B></A> - 
Constructor for class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/MapEntry.html">MapEntry</A>
<DD>Creates a map entry with a given key and value.
<DT><A HREF="com/sleepycat/bdb/util/FastInputStream.html#mark(int)"><B>mark(int)</B></A> - 
Method in class com.sleepycat.bdb.util.<A HREF="com/sleepycat/bdb/util/FastInputStream.html">FastInputStream</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bdb/util/FastInputStream.html#markSupported()"><B>markSupported()</B></A> - 
Method in class com.sleepycat.bdb.util.<A HREF="com/sleepycat/bdb/util/FastInputStream.html">FastInputStream</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bdb/bind/tuple/MarshalledTupleData.html#marshalData(com.sleepycat.bdb.bind.tuple.TupleOutput)"><B>marshalData(TupleOutput)</B></A> - 
Method in interface com.sleepycat.bdb.bind.tuple.<A HREF="com/sleepycat/bdb/bind/tuple/MarshalledTupleData.html">MarshalledTupleData</A>
<DD>Construct the key or value tuple data from the key or value object.
<DT><A HREF="com/sleepycat/bdb/bind/tuple/MarshalledTupleKeyEntity.html#marshalIndexKey(java.lang.String, com.sleepycat.bdb.bind.tuple.TupleOutput)"><B>marshalIndexKey(String, TupleOutput)</B></A> - 
Method in interface com.sleepycat.bdb.bind.tuple.<A HREF="com/sleepycat/bdb/bind/tuple/MarshalledTupleKeyEntity.html">MarshalledTupleKeyEntity</A>
<DD>Extracts the entity's index key and writes it to the key output.
<DT><A HREF="com/sleepycat/bdb/bind/tuple/MarshalledTupleData.html"><B>MarshalledTupleData</B></A> - interface com.sleepycat.bdb.bind.tuple.<A HREF="com/sleepycat/bdb/bind/tuple/MarshalledTupleData.html">MarshalledTupleData</A>.<DD>A marshalling interface implemented by key, value or entity classes that
 have tuple data.<DT><A HREF="com/sleepycat/bdb/bind/tuple/MarshalledTupleKeyEntity.html"><B>MarshalledTupleKeyEntity</B></A> - interface com.sleepycat.bdb.bind.tuple.<A HREF="com/sleepycat/bdb/bind/tuple/MarshalledTupleKeyEntity.html">MarshalledTupleKeyEntity</A>.<DD>A marshalling interface implemented by entity classes that have tuple data
 keys.<DT><A HREF="com/sleepycat/bdb/bind/tuple/MarshalledTupleKeyEntity.html#marshalPrimaryKey(com.sleepycat.bdb.bind.tuple.TupleOutput)"><B>marshalPrimaryKey(TupleOutput)</B></A> - 
Method in interface com.sleepycat.bdb.bind.tuple.<A HREF="com/sleepycat/bdb/bind/tuple/MarshalledTupleKeyEntity.html">MarshalledTupleKeyEntity</A>
<DD>Extracts the entity's primary key and writes it to the key output.
<DT><A HREF="com/sleepycat/db/DbEnv.html#memoryPoolFileStat(int)"><B>memoryPoolFileStat(int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD>The DbEnv.memoryPoolFileStat method creates an array of DbMpoolFStat objects containing statistics for individual files in the cache.
<DT><A HREF="com/sleepycat/db/DbEnv.html#memoryPoolStat(int)"><B>memoryPoolStat(int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD>The DbEnv.memoryPoolStat method returns the memory pool (that is, the buffer cache) subsystem statistics.
<DT><A HREF="com/sleepycat/db/DbEnv.html#memoryPoolTrickle(int)"><B>memoryPoolTrickle(int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD>The DbEnv.memoryPoolTrickle method ensures that a specified percent of the pages in the shared memory pool are clean, by writing dirty pages to their backing files.
<DT><A HREF="com/sleepycat/db/DbEnv.html#memp_fstat(int)"><B>memp_fstat(int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/DbEnv.html#memoryPoolFileStat(int)"><CODE>DbEnv.memoryPoolFileStat(int)</CODE></A></I>
<DT><A HREF="com/sleepycat/db/DbEnv.html#memp_stat(int)"><B>memp_stat(int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/DbEnv.html#memoryPoolStat(int)"><CODE>DbEnv.memoryPoolStat(int)</CODE></A></I>
<DT><A HREF="com/sleepycat/db/DbEnv.html#memp_trickle(int)"><B>memp_trickle(int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/DbEnv.html#memoryPoolTrickle(int)"><CODE>DbEnv.memoryPoolTrickle(int)</CODE></A></I>
</DL>
<HR>
<A NAME="_N_"><!-- --></A><H2>
<B>N</B></H2>
<DL>
<DT><A HREF="com/sleepycat/bdb/factory/TupleSerialDbFactory.html#newDataIndex(com.sleepycat.bdb.DataStore, com.sleepycat.db.Db, java.lang.String, boolean, boolean)"><B>newDataIndex(DataStore, Db, String, boolean, boolean)</B></A> - 
Method in class com.sleepycat.bdb.factory.<A HREF="com/sleepycat/bdb/factory/TupleSerialDbFactory.html">TupleSerialDbFactory</A>
<DD>Creates an index from a previously opened Db object.
<DT><A HREF="com/sleepycat/bdb/factory/TupleSerialDbFactory.html#newDataStore(com.sleepycat.db.Db, java.lang.Class, com.sleepycat.bdb.PrimaryKeyAssigner)"><B>newDataStore(Db, Class, PrimaryKeyAssigner)</B></A> - 
Method in class com.sleepycat.bdb.factory.<A HREF="com/sleepycat/bdb/factory/TupleSerialDbFactory.html">TupleSerialDbFactory</A>
<DD>Creates a store from a previously opened Db object.
<DT><A HREF="com/sleepycat/bdb/factory/TupleSerialDbFactory.html#newForeignKeyIndex(com.sleepycat.bdb.DataStore, com.sleepycat.db.Db, java.lang.String, boolean, boolean, com.sleepycat.bdb.DataStore, int)"><B>newForeignKeyIndex(DataStore, Db, String, boolean, boolean, DataStore, int)</B></A> - 
Method in class com.sleepycat.bdb.factory.<A HREF="com/sleepycat/bdb/factory/TupleSerialDbFactory.html">TupleSerialDbFactory</A>
<DD>Creates a foreign key index from a previously opened Db object.
<DT><A HREF="com/sleepycat/bdb/factory/TupleSerialDbFactory.html#newMap(com.sleepycat.bdb.DataIndex, java.lang.Class, boolean)"><B>newMap(DataIndex, Class, boolean)</B></A> - 
Method in class com.sleepycat.bdb.factory.<A HREF="com/sleepycat/bdb/factory/TupleSerialDbFactory.html">TupleSerialDbFactory</A>
<DD>Creates a map for a given index that was obtained from this factory.
<DT><A HREF="com/sleepycat/bdb/factory/TupleSerialDbFactory.html#newMap(com.sleepycat.bdb.DataStore, java.lang.Class, boolean)"><B>newMap(DataStore, Class, boolean)</B></A> - 
Method in class com.sleepycat.bdb.factory.<A HREF="com/sleepycat/bdb/factory/TupleSerialDbFactory.html">TupleSerialDbFactory</A>
<DD>Creates a map for a given store that was obtained from this factory.
<DT><A HREF="com/sleepycat/bdb/bind/tuple/TupleFormat.html#newOutput()"><B>newOutput()</B></A> - 
Method in class com.sleepycat.bdb.bind.tuple.<A HREF="com/sleepycat/bdb/bind/tuple/TupleFormat.html">TupleFormat</A>
<DD>Utility method for use by bindings to create a tuple output object.
<DT><A HREF="com/sleepycat/bdb/factory/TupleSerialDbFactory.html#newSortedMap(com.sleepycat.bdb.DataIndex, java.lang.Class, boolean)"><B>newSortedMap(DataIndex, Class, boolean)</B></A> - 
Method in class com.sleepycat.bdb.factory.<A HREF="com/sleepycat/bdb/factory/TupleSerialDbFactory.html">TupleSerialDbFactory</A>
<DD>Creates a sorted map for a given index that was obtained from this
 factory.
<DT><A HREF="com/sleepycat/bdb/factory/TupleSerialDbFactory.html#newSortedMap(com.sleepycat.bdb.DataStore, java.lang.Class, boolean)"><B>newSortedMap(DataStore, Class, boolean)</B></A> - 
Method in class com.sleepycat.bdb.factory.<A HREF="com/sleepycat/bdb/factory/TupleSerialDbFactory.html">TupleSerialDbFactory</A>
<DD>Creates a sorted map for a given store that was obtained from this
 factory.
<DT><A HREF="com/sleepycat/bdb/collection/StoredIterator.html#next()"><B>next()</B></A> - 
Method in class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredIterator.html">StoredIterator</A>
<DD>Returns the next element in the interation.
<DT><A HREF="com/sleepycat/db/DbMultipleDataIterator.html#next(com.sleepycat.db.Dbt)"><B>next(Dbt)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbMultipleDataIterator.html">DbMultipleDataIterator</A>
<DD>The DbMultipleDataIterator.next method takes a <A HREF="com/sleepycat/db/Dbt.html"><CODE>Dbt</CODE></A> that will be filled in with a reference to a buffer, a size, and an offset that together yield the next data item in the original bulk retrieval buffer.
<DT><A HREF="com/sleepycat/db/DbMultipleRecnoDataIterator.html#next(com.sleepycat.db.Dbt, com.sleepycat.db.Dbt)"><B>next(Dbt, Dbt)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbMultipleRecnoDataIterator.html">DbMultipleRecnoDataIterator</A>
<DD>The DbMultipleRecnoDataIterator.next method takes two <A HREF="com/sleepycat/db/Dbt.html"><CODE>Dbt</CODE></A>s, one for a key and one for a data item, that will each be filled in with a reference to a buffer, a size, and an offset that together yield the next key and data item in the original bulk retrieval buffer.
<DT><A HREF="com/sleepycat/db/DbMultipleKeyDataIterator.html#next(com.sleepycat.db.Dbt, com.sleepycat.db.Dbt)"><B>next(Dbt, Dbt)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbMultipleKeyDataIterator.html">DbMultipleKeyDataIterator</A>
<DD>The DbMultipleKeyDataIterator.next method takes two <A HREF="com/sleepycat/db/Dbt.html"><CODE>Dbt</CODE></A>s, one for a key and one for a data item, that will each be filled in with a reference to a buffer, a size, and an offset that together yield the next key and data item in the original bulk retrieval buffer.
<DT><A HREF="com/sleepycat/bdb/collection/StoredIterator.html#nextIndex()"><B>nextIndex()</B></A> - 
Method in class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredIterator.html">StoredIterator</A>
<DD>Returns the index of the element that would be returned by a subsequent
 call to next.
<DT><A HREF="com/sleepycat/bdb/bind/DataType.html#NONE"><B>NONE</B></A> - 
Static variable in interface com.sleepycat.bdb.bind.<A HREF="com/sleepycat/bdb/bind/DataType.html">DataType</A>
<DD>Undefined data type.
</DL>
<HR>
<A NAME="_O_"><!-- --></A><H2>
<B>O</B></H2>
<DL>
<DT><A HREF="com/sleepycat/bdb/bind/serial/SerialBinding.html#objectToData(java.lang.Object)"><B>objectToData(Object)</B></A> - 
Method in class com.sleepycat.bdb.bind.serial.<A HREF="com/sleepycat/bdb/bind/serial/SerialBinding.html">SerialBinding</A>
<DD>Can be overridden to convert the object to a deserialized data object.
<DT><A HREF="com/sleepycat/bdb/RecordNumberBinding.html#objectToData(java.lang.Object, com.sleepycat.bdb.bind.DataBuffer)"><B>objectToData(Object, DataBuffer)</B></A> - 
Method in class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/RecordNumberBinding.html">RecordNumberBinding</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bdb/bind/DataBinding.html#objectToData(java.lang.Object, com.sleepycat.bdb.bind.DataBuffer)"><B>objectToData(Object, DataBuffer)</B></A> - 
Method in interface com.sleepycat.bdb.bind.<A HREF="com/sleepycat/bdb/bind/DataBinding.html">DataBinding</A>
<DD>Converts an Object into a data buffer.
<DT><A HREF="com/sleepycat/bdb/bind/ByteArrayBinding.html#objectToData(java.lang.Object, com.sleepycat.bdb.bind.DataBuffer)"><B>objectToData(Object, DataBuffer)</B></A> - 
Method in class com.sleepycat.bdb.bind.<A HREF="com/sleepycat/bdb/bind/ByteArrayBinding.html">ByteArrayBinding</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bdb/bind/serial/SerialFormat.html#objectToData(java.lang.Object, com.sleepycat.bdb.bind.DataBuffer)"><B>objectToData(Object, DataBuffer)</B></A> - 
Method in class com.sleepycat.bdb.bind.serial.<A HREF="com/sleepycat/bdb/bind/serial/SerialFormat.html">SerialFormat</A>
<DD>Utility method for use by bindings to serialize an object.
<DT><A HREF="com/sleepycat/bdb/bind/serial/SerialBinding.html#objectToData(java.lang.Object, com.sleepycat.bdb.bind.DataBuffer)"><B>objectToData(Object, DataBuffer)</B></A> - 
Method in class com.sleepycat.bdb.bind.serial.<A HREF="com/sleepycat/bdb/bind/serial/SerialBinding.html">SerialBinding</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bdb/bind/tuple/TupleInputBinding.html#objectToData(java.lang.Object, com.sleepycat.bdb.bind.DataBuffer)"><B>objectToData(Object, DataBuffer)</B></A> - 
Method in class com.sleepycat.bdb.bind.tuple.<A HREF="com/sleepycat/bdb/bind/tuple/TupleInputBinding.html">TupleInputBinding</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bdb/bind/tuple/TupleBinding.html#objectToData(java.lang.Object, com.sleepycat.bdb.bind.DataBuffer)"><B>objectToData(Object, DataBuffer)</B></A> - 
Method in class com.sleepycat.bdb.bind.tuple.<A HREF="com/sleepycat/bdb/bind/tuple/TupleBinding.html">TupleBinding</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bdb/bind/tuple/TupleMarshalledBinding.html#objectToData(java.lang.Object, com.sleepycat.bdb.bind.tuple.TupleOutput)"><B>objectToData(Object, TupleOutput)</B></A> - 
Method in class com.sleepycat.bdb.bind.tuple.<A HREF="com/sleepycat/bdb/bind/tuple/TupleMarshalledBinding.html">TupleMarshalledBinding</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bdb/bind/tuple/TupleBinding.html#objectToData(java.lang.Object, com.sleepycat.bdb.bind.tuple.TupleOutput)"><B>objectToData(Object, TupleOutput)</B></A> - 
Method in class com.sleepycat.bdb.bind.tuple.<A HREF="com/sleepycat/bdb/bind/tuple/TupleBinding.html">TupleBinding</A>
<DD>Converts a key or value object to a tuple data.
<DT><A HREF="com/sleepycat/bdb/bind/serial/SerialSerialBinding.html#objectToKey(java.lang.Object)"><B>objectToKey(Object)</B></A> - 
Method in class com.sleepycat.bdb.bind.serial.<A HREF="com/sleepycat/bdb/bind/serial/SerialSerialBinding.html">SerialSerialBinding</A>
<DD>Extracts a key object from an entity object.
<DT><A HREF="com/sleepycat/bdb/bind/EntityBinding.html#objectToKey(java.lang.Object, com.sleepycat.bdb.bind.DataBuffer)"><B>objectToKey(Object, DataBuffer)</B></A> - 
Method in interface com.sleepycat.bdb.bind.<A HREF="com/sleepycat/bdb/bind/EntityBinding.html">EntityBinding</A>
<DD>Extracts the key data from an entity Object.
<DT><A HREF="com/sleepycat/bdb/bind/serial/TupleSerialBinding.html#objectToKey(java.lang.Object, com.sleepycat.bdb.bind.DataBuffer)"><B>objectToKey(Object, DataBuffer)</B></A> - 
Method in class com.sleepycat.bdb.bind.serial.<A HREF="com/sleepycat/bdb/bind/serial/TupleSerialBinding.html">TupleSerialBinding</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bdb/bind/serial/SerialSerialBinding.html#objectToKey(java.lang.Object, com.sleepycat.bdb.bind.DataBuffer)"><B>objectToKey(Object, DataBuffer)</B></A> - 
Method in class com.sleepycat.bdb.bind.serial.<A HREF="com/sleepycat/bdb/bind/serial/SerialSerialBinding.html">SerialSerialBinding</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bdb/bind/tuple/TupleTupleBinding.html#objectToKey(java.lang.Object, com.sleepycat.bdb.bind.DataBuffer)"><B>objectToKey(Object, DataBuffer)</B></A> - 
Method in class com.sleepycat.bdb.bind.tuple.<A HREF="com/sleepycat/bdb/bind/tuple/TupleTupleBinding.html">TupleTupleBinding</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bdb/bind/serial/TupleSerialMarshalledBinding.html#objectToKey(java.lang.Object, com.sleepycat.bdb.bind.tuple.TupleOutput)"><B>objectToKey(Object, TupleOutput)</B></A> - 
Method in class com.sleepycat.bdb.bind.serial.<A HREF="com/sleepycat/bdb/bind/serial/TupleSerialMarshalledBinding.html">TupleSerialMarshalledBinding</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bdb/bind/serial/TupleSerialBinding.html#objectToKey(java.lang.Object, com.sleepycat.bdb.bind.tuple.TupleOutput)"><B>objectToKey(Object, TupleOutput)</B></A> - 
Method in class com.sleepycat.bdb.bind.serial.<A HREF="com/sleepycat/bdb/bind/serial/TupleSerialBinding.html">TupleSerialBinding</A>
<DD>Extracts a key tuple from an entity object.
<DT><A HREF="com/sleepycat/bdb/bind/tuple/TupleTupleMarshalledBinding.html#objectToKey(java.lang.Object, com.sleepycat.bdb.bind.tuple.TupleOutput)"><B>objectToKey(Object, TupleOutput)</B></A> - 
Method in class com.sleepycat.bdb.bind.tuple.<A HREF="com/sleepycat/bdb/bind/tuple/TupleTupleMarshalledBinding.html">TupleTupleMarshalledBinding</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bdb/bind/tuple/TupleTupleBinding.html#objectToKey(java.lang.Object, com.sleepycat.bdb.bind.tuple.TupleOutput)"><B>objectToKey(Object, TupleOutput)</B></A> - 
Method in class com.sleepycat.bdb.bind.tuple.<A HREF="com/sleepycat/bdb/bind/tuple/TupleTupleBinding.html">TupleTupleBinding</A>
<DD>Extracts a key tuple from an entity object.
<DT><A HREF="com/sleepycat/bdb/bind/serial/TupleSerialMarshalledBinding.html#objectToValue(java.lang.Object)"><B>objectToValue(Object)</B></A> - 
Method in class com.sleepycat.bdb.bind.serial.<A HREF="com/sleepycat/bdb/bind/serial/TupleSerialMarshalledBinding.html">TupleSerialMarshalledBinding</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bdb/bind/serial/TupleSerialBinding.html#objectToValue(java.lang.Object)"><B>objectToValue(Object)</B></A> - 
Method in class com.sleepycat.bdb.bind.serial.<A HREF="com/sleepycat/bdb/bind/serial/TupleSerialBinding.html">TupleSerialBinding</A>
<DD>Extracts a value object from an entity object.
<DT><A HREF="com/sleepycat/bdb/bind/serial/SerialSerialBinding.html#objectToValue(java.lang.Object)"><B>objectToValue(Object)</B></A> - 
Method in class com.sleepycat.bdb.bind.serial.<A HREF="com/sleepycat/bdb/bind/serial/SerialSerialBinding.html">SerialSerialBinding</A>
<DD>Extracts a value object from an entity object.
<DT><A HREF="com/sleepycat/bdb/bind/EntityBinding.html#objectToValue(java.lang.Object, com.sleepycat.bdb.bind.DataBuffer)"><B>objectToValue(Object, DataBuffer)</B></A> - 
Method in interface com.sleepycat.bdb.bind.<A HREF="com/sleepycat/bdb/bind/EntityBinding.html">EntityBinding</A>
<DD>Extracts the value data from an entity Object.
<DT><A HREF="com/sleepycat/bdb/bind/serial/TupleSerialBinding.html#objectToValue(java.lang.Object, com.sleepycat.bdb.bind.DataBuffer)"><B>objectToValue(Object, DataBuffer)</B></A> - 
Method in class com.sleepycat.bdb.bind.serial.<A HREF="com/sleepycat/bdb/bind/serial/TupleSerialBinding.html">TupleSerialBinding</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bdb/bind/serial/SerialSerialBinding.html#objectToValue(java.lang.Object, com.sleepycat.bdb.bind.DataBuffer)"><B>objectToValue(Object, DataBuffer)</B></A> - 
Method in class com.sleepycat.bdb.bind.serial.<A HREF="com/sleepycat/bdb/bind/serial/SerialSerialBinding.html">SerialSerialBinding</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bdb/bind/tuple/TupleTupleBinding.html#objectToValue(java.lang.Object, com.sleepycat.bdb.bind.DataBuffer)"><B>objectToValue(Object, DataBuffer)</B></A> - 
Method in class com.sleepycat.bdb.bind.tuple.<A HREF="com/sleepycat/bdb/bind/tuple/TupleTupleBinding.html">TupleTupleBinding</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bdb/bind/tuple/TupleTupleMarshalledBinding.html#objectToValue(java.lang.Object, com.sleepycat.bdb.bind.tuple.TupleOutput)"><B>objectToValue(Object, TupleOutput)</B></A> - 
Method in class com.sleepycat.bdb.bind.tuple.<A HREF="com/sleepycat/bdb/bind/tuple/TupleTupleMarshalledBinding.html">TupleTupleMarshalledBinding</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bdb/bind/tuple/TupleTupleBinding.html#objectToValue(java.lang.Object, com.sleepycat.bdb.bind.tuple.TupleOutput)"><B>objectToValue(Object, TupleOutput)</B></A> - 
Method in class com.sleepycat.bdb.bind.tuple.<A HREF="com/sleepycat/bdb/bind/tuple/TupleTupleBinding.html">TupleTupleBinding</A>
<DD>Extracts a key tuple from an entity object.
<DT><A HREF="com/sleepycat/bdb/ForeignKeyIndex.html#ON_DELETE_ABORT"><B>ON_DELETE_ABORT</B></A> - 
Static variable in class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/ForeignKeyIndex.html">ForeignKeyIndex</A>
<DD>When the foreign key is deleted, throw an exception.
<DT><A HREF="com/sleepycat/bdb/ForeignKeyIndex.html#ON_DELETE_CASCADE"><B>ON_DELETE_CASCADE</B></A> - 
Static variable in class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/ForeignKeyIndex.html">ForeignKeyIndex</A>
<DD>When the foreign key is deleted, delete the index key.
<DT><A HREF="com/sleepycat/bdb/ForeignKeyIndex.html#ON_DELETE_CLEAR"><B>ON_DELETE_CLEAR</B></A> - 
Static variable in class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/ForeignKeyIndex.html">ForeignKeyIndex</A>
<DD>When the foreign key is deleted, clear the index key.
<DT><A HREF="com/sleepycat/bdb/util/TimeUnits.html#ONE_DAY"><B>ONE_DAY</B></A> - 
Static variable in class com.sleepycat.bdb.util.<A HREF="com/sleepycat/bdb/util/TimeUnits.html">TimeUnits</A>
<DD>One day in milliseconds.
<DT><A HREF="com/sleepycat/bdb/util/TimeUnits.html#ONE_HOUR"><B>ONE_HOUR</B></A> - 
Static variable in class com.sleepycat.bdb.util.<A HREF="com/sleepycat/bdb/util/TimeUnits.html">TimeUnits</A>
<DD>One hour in milliseconds.
<DT><A HREF="com/sleepycat/bdb/util/TimeUnits.html#ONE_MINUTE"><B>ONE_MINUTE</B></A> - 
Static variable in class com.sleepycat.bdb.util.<A HREF="com/sleepycat/bdb/util/TimeUnits.html">TimeUnits</A>
<DD>One minute in milliseconds.
<DT><A HREF="com/sleepycat/bdb/util/TimeUnits.html#ONE_SECOND"><B>ONE_SECOND</B></A> - 
Static variable in class com.sleepycat.bdb.util.<A HREF="com/sleepycat/bdb/util/TimeUnits.html">TimeUnits</A>
<DD>One second in milliseconds.
<DT><A HREF="com/sleepycat/bdb/util/TimeUnits.html#ONE_WEEK"><B>ONE_WEEK</B></A> - 
Static variable in class com.sleepycat.bdb.util.<A HREF="com/sleepycat/bdb/util/TimeUnits.html">TimeUnits</A>
<DD>One week in milliseconds.
<DT><A HREF="com/sleepycat/db/Db.html#open(com.sleepycat.db.DbTxn, java.lang.String, java.lang.String, int, int, int)"><B>open(DbTxn, String, String, int, int, int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>The Db.open method opens the database represented by the <b>file</b> and <b>database</b> parameters for both reading and writing.
<DT><A HREF="com/sleepycat/db/DbEnv.html#open(java.lang.String, int, int)"><B>open(String, int, int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD>The DbEnv.open method opens a Berkeley DB environment.
<DT><A HREF="com/sleepycat/bdb/DataDb.html#openCursor(boolean)"><B>openCursor(boolean)</B></A> - 
Method in class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/DataDb.html">DataDb</A>
<DD>Opens a cursor for this database.
<DT><A HREF="com/sleepycat/bdb/bind/tuple/TupleFormat.html#outputToData(com.sleepycat.bdb.bind.tuple.TupleOutput, com.sleepycat.bdb.bind.DataBuffer)"><B>outputToData(TupleOutput, DataBuffer)</B></A> - 
Method in class com.sleepycat.bdb.bind.tuple.<A HREF="com/sleepycat/bdb/bind/tuple/TupleFormat.html">TupleFormat</A>
<DD>Utility method to set the data in a data buffer to the data in a tuple
 output object.
</DL>
<HR>
<A NAME="_P_"><!-- --></A><H2>
<B>P</B></H2>
<DL>
<DT><A HREF="com/sleepycat/db/DbPanicHandler.html#panic(com.sleepycat.db.DbEnv, com.sleepycat.db.DbException)"><B>panic(DbEnv, DbException)</B></A> - 
Method in interface com.sleepycat.db.<A HREF="com/sleepycat/db/DbPanicHandler.html">DbPanicHandler</A>
<DD>The DbPanicHandler interface is used by the DbEnv.setPanicHandler method.
<DT><A HREF="com/sleepycat/db/DbTxnStat.Active.html#parentid"><B>parentid</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbTxnStat.Active.html">DbTxnStat.Active</A>
<DD>The transaction ID of the parent transaction (or 0, if no parent).
<DT><A HREF="com/sleepycat/db/Dbc.html#pget(com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, int)"><B>pget(Dbt, Dbt, Dbt, int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Dbc.html">Dbc</A>
<DD><B>Deprecated.</B>&nbsp;<I>Replaced in Berkeley DB 4.2 by <A HREF="com/sleepycat/db/Dbc.html#get(com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, int)"><CODE>Dbc.get(Dbt,Dbt,Dbt,int)</CODE></A></I>
<DT><A HREF="com/sleepycat/db/Db.html#pget(com.sleepycat.db.DbTxn, com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, int)"><B>pget(DbTxn, Dbt, Dbt, Dbt, int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD><B>Deprecated.</B>&nbsp;<I>Replaced in Berkeley DB 4.2 by <A HREF="com/sleepycat/db/Db.html#get(com.sleepycat.db.DbTxn, com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, int)"><CODE>get(DbTxn,Dbt,Dbt,Dbt,int)</CODE></A></I>
<DT><A HREF="com/sleepycat/db/DbBtreePrefix.html#prefix(com.sleepycat.db.Db, com.sleepycat.db.Dbt, com.sleepycat.db.Dbt)"><B>prefix(Db, Dbt, Dbt)</B></A> - 
Method in interface com.sleepycat.db.<A HREF="com/sleepycat/db/DbBtreePrefix.html">DbBtreePrefix</A>
<DD>The DbBtreePrefix interface is used by the Db.setBtreePrefix method.
<DT><A HREF="com/sleepycat/db/DbTxn.html#prepare(byte[])"><B>prepare(byte[])</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbTxn.html">DbTxn</A>
<DD>The DbTxn.prepare method initiates the beginning of a two-phase commit.
<DT><A HREF="com/sleepycat/bdb/collection/StoredIterator.html#previous()"><B>previous()</B></A> - 
Method in class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredIterator.html">StoredIterator</A>
<DD>Returns the next element in the interation.
<DT><A HREF="com/sleepycat/bdb/collection/StoredIterator.html#previousIndex()"><B>previousIndex()</B></A> - 
Method in class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredIterator.html">StoredIterator</A>
<DD>Returns the index of the element that would be returned by a subsequent
 call to previous.
<DT><A HREF="com/sleepycat/bdb/PrimaryKeyAssigner.html"><B>PrimaryKeyAssigner</B></A> - interface com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/PrimaryKeyAssigner.html">PrimaryKeyAssigner</A>.<DD>An interface implemented to assign new primary key values.<DT><A HREF="com/sleepycat/bdb/DataDb.html#put(com.sleepycat.bdb.DataThang, com.sleepycat.bdb.DataThang, int)"><B>put(DataThang, DataThang, int)</B></A> - 
Method in class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/DataDb.html">DataDb</A>
<DD>Performs a general database 'put' operation.
<DT><A HREF="com/sleepycat/bdb/DataDb.html#put(com.sleepycat.db.Dbc, com.sleepycat.bdb.DataThang, com.sleepycat.bdb.DataThang, int)"><B>put(Dbc, DataThang, DataThang, int)</B></A> - 
Method in class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/DataDb.html">DataDb</A>
<DD>Performs a general database 'put' operation via a cursor.
<DT><A HREF="com/sleepycat/db/Dbc.html#put(com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, int)"><B>put(Dbt, Dbt, int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Dbc.html">Dbc</A>
<DD>The Dbc.put method stores key/data pairs into the database.
<DT><A HREF="com/sleepycat/db/Db.html#put(com.sleepycat.db.DbTxn, com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, int)"><B>put(DbTxn, Dbt, Dbt, int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>The Db.put method stores key/data pairs in the database.
<DT><A HREF="com/sleepycat/bdb/collection/StoredMap.html#put(java.lang.Object, java.lang.Object)"><B>put(Object, Object)</B></A> - 
Method in class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredMap.html">StoredMap</A>
<DD>Associates the specified value with the specified key in this map
 (optional operation).
<DT><A HREF="com/sleepycat/bdb/DataView.html#put(java.lang.Object, java.lang.Object, int, java.lang.Object[])"><B>put(Object, Object, int, Object[])</B></A> - 
Method in class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/DataView.html">DataView</A>
<DD>Performs a database 'put' operation, optionally returning the old value.
<DT><A HREF="com/sleepycat/bdb/DataCursor.html#put(java.lang.Object, java.lang.Object, int, java.lang.Object[])"><B>put(Object, Object, int, Object[])</B></A> - 
Method in class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/DataCursor.html">DataCursor</A>
<DD>Perform an arbitrary database 'put' operation, optionally returning
 the previous value.
<DT><A HREF="com/sleepycat/bdb/DataCursor.html#put(java.lang.Object, java.lang.Object, int, java.lang.Object[], boolean)"><B>put(Object, Object, int, Object[], boolean)</B></A> - 
Method in class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/DataCursor.html">DataCursor</A>
<DD>Perform an arbitrary database 'put' operation, optionally using the
 current key instead of the key parameter.
<DT><A HREF="com/sleepycat/bdb/collection/StoredMap.html#putAll(java.util.Map)"><B>putAll(Map)</B></A> - 
Method in class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredMap.html">StoredMap</A>
<DD>Copies all of the mappings from the specified map to this map (optional
 operation).
</DL>
<HR>
<A NAME="_Q_"><!-- --></A><H2>
<B>Q</B></H2>
<DL>
<DT><A HREF="com/sleepycat/db/DbQueueStat.html#qs_cur_recno"><B>qs_cur_recno</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbQueueStat.html">DbQueueStat</A>
<DD>Next available record number.
<DT><A HREF="com/sleepycat/db/DbQueueStat.html#qs_extentsize"><B>qs_extentsize</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbQueueStat.html">DbQueueStat</A>
<DD>Underlying database extent size, in pages.
<DT><A HREF="com/sleepycat/db/DbQueueStat.html#qs_first_recno"><B>qs_first_recno</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbQueueStat.html">DbQueueStat</A>
<DD>First undeleted record in the database.
<DT><A HREF="com/sleepycat/db/DbQueueStat.html#qs_magic"><B>qs_magic</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbQueueStat.html">DbQueueStat</A>
<DD>Magic number that identifies the file as a Queue file.
<DT><A HREF="com/sleepycat/db/DbQueueStat.html#qs_metaflags"><B>qs_metaflags</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbQueueStat.html">DbQueueStat</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/db/DbQueueStat.html#qs_ndata"><B>qs_ndata</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbQueueStat.html">DbQueueStat</A>
<DD>The number of records in the database.
<DT><A HREF="com/sleepycat/db/DbQueueStat.html#qs_nkeys"><B>qs_nkeys</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbQueueStat.html">DbQueueStat</A>
<DD>The number of records in the database.
<DT><A HREF="com/sleepycat/db/DbQueueStat.html#qs_pages"><B>qs_pages</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbQueueStat.html">DbQueueStat</A>
<DD>Number of pages in the database.
<DT><A HREF="com/sleepycat/db/DbQueueStat.html#qs_pagesize"><B>qs_pagesize</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbQueueStat.html">DbQueueStat</A>
<DD>Underlying database page size, in bytes.
<DT><A HREF="com/sleepycat/db/DbQueueStat.html#qs_pgfree"><B>qs_pgfree</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbQueueStat.html">DbQueueStat</A>
<DD>Number of bytes free in database pages.
<DT><A HREF="com/sleepycat/db/DbQueueStat.html#qs_re_len"><B>qs_re_len</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbQueueStat.html">DbQueueStat</A>
<DD>The length of the records.
<DT><A HREF="com/sleepycat/db/DbQueueStat.html#qs_re_pad"><B>qs_re_pad</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbQueueStat.html">DbQueueStat</A>
<DD>The padding byte value for the records.
<DT><A HREF="com/sleepycat/db/DbQueueStat.html#qs_version"><B>qs_version</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbQueueStat.html">DbQueueStat</A>
<DD>The version of the Queue file type.
</DL>
<HR>
<A NAME="_R_"><!-- --></A><H2>
<B>R</B></H2>
<DL>
<DT><A HREF="com/sleepycat/bdb/util/FastInputStream.html#read()"><B>read()</B></A> - 
Method in class com.sleepycat.bdb.util.<A HREF="com/sleepycat/bdb/util/FastInputStream.html">FastInputStream</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bdb/util/FastInputStream.html#read(byte[])"><B>read(byte[])</B></A> - 
Method in class com.sleepycat.bdb.util.<A HREF="com/sleepycat/bdb/util/FastInputStream.html">FastInputStream</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bdb/util/FastInputStream.html#read(byte[], int, int)"><B>read(byte[], int, int)</B></A> - 
Method in class com.sleepycat.bdb.util.<A HREF="com/sleepycat/bdb/util/FastInputStream.html">FastInputStream</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bdb/bind/tuple/TupleInput.html#readBoolean()"><B>readBoolean()</B></A> - 
Method in class com.sleepycat.bdb.bind.tuple.<A HREF="com/sleepycat/bdb/bind/tuple/TupleInput.html">TupleInput</A>
<DD>Reads a boolean (one byte) unsigned value from the buffer and returns
 true if it is non-zero and false if it is zero.
<DT><A HREF="com/sleepycat/bdb/bind/tuple/TupleInput.html#readByte()"><B>readByte()</B></A> - 
Method in class com.sleepycat.bdb.bind.tuple.<A HREF="com/sleepycat/bdb/bind/tuple/TupleInput.html">TupleInput</A>
<DD>Reads a signed byte (one byte) value from the buffer.
<DT><A HREF="com/sleepycat/bdb/bind/tuple/TupleInput.html#readBytes(char[])"><B>readBytes(char[])</B></A> - 
Method in class com.sleepycat.bdb.bind.tuple.<A HREF="com/sleepycat/bdb/bind/tuple/TupleInput.html">TupleInput</A>
<DD>Reads the specified number of bytes from the buffer, converting each
 unsigned byte value to a character of the resulting array.
<DT><A HREF="com/sleepycat/bdb/bind/tuple/TupleInput.html#readBytes(int)"><B>readBytes(int)</B></A> - 
Method in class com.sleepycat.bdb.bind.tuple.<A HREF="com/sleepycat/bdb/bind/tuple/TupleInput.html">TupleInput</A>
<DD>Reads the specified number of bytes from the buffer, converting each
 unsigned byte value to a character of the resulting string.
<DT><A HREF="com/sleepycat/bdb/bind/tuple/TupleInput.html#readChar()"><B>readChar()</B></A> - 
Method in class com.sleepycat.bdb.bind.tuple.<A HREF="com/sleepycat/bdb/bind/tuple/TupleInput.html">TupleInput</A>
<DD>Reads a char (two byte) unsigned value from the buffer.
<DT><A HREF="com/sleepycat/bdb/bind/tuple/TupleInput.html#readChars(char[])"><B>readChars(char[])</B></A> - 
Method in class com.sleepycat.bdb.bind.tuple.<A HREF="com/sleepycat/bdb/bind/tuple/TupleInput.html">TupleInput</A>
<DD>Reads the specified number of characters from the buffer, converting
 each two byte unsigned value to a character of the resulting array.
<DT><A HREF="com/sleepycat/bdb/bind/tuple/TupleInput.html#readChars(int)"><B>readChars(int)</B></A> - 
Method in class com.sleepycat.bdb.bind.tuple.<A HREF="com/sleepycat/bdb/bind/tuple/TupleInput.html">TupleInput</A>
<DD>Reads the specified number of characters from the buffer, converting
 each two byte unsigned value to a character of the resulting string.
<DT><A HREF="com/sleepycat/bdb/bind/tuple/TupleInput.html#readDouble()"><B>readDouble()</B></A> - 
Method in class com.sleepycat.bdb.bind.tuple.<A HREF="com/sleepycat/bdb/bind/tuple/TupleInput.html">TupleInput</A>
<DD>Reads a signed double (eight byte) value from the buffer.
<DT><A HREF="com/sleepycat/bdb/bind/tuple/TupleInput.html#readFloat()"><B>readFloat()</B></A> - 
Method in class com.sleepycat.bdb.bind.tuple.<A HREF="com/sleepycat/bdb/bind/tuple/TupleInput.html">TupleInput</A>
<DD>Reads a signed float (four byte) value from the buffer.
<DT><A HREF="com/sleepycat/bdb/bind/tuple/TupleInput.html#readInt()"><B>readInt()</B></A> - 
Method in class com.sleepycat.bdb.bind.tuple.<A HREF="com/sleepycat/bdb/bind/tuple/TupleInput.html">TupleInput</A>
<DD>Reads a signed int (four byte) value from the buffer.
<DT><A HREF="com/sleepycat/bdb/bind/tuple/TupleInput.html#readLong()"><B>readLong()</B></A> - 
Method in class com.sleepycat.bdb.bind.tuple.<A HREF="com/sleepycat/bdb/bind/tuple/TupleInput.html">TupleInput</A>
<DD>Reads a signed long (eight byte) value from the buffer.
<DT><A HREF="com/sleepycat/bdb/bind/tuple/TupleInput.html#readShort()"><B>readShort()</B></A> - 
Method in class com.sleepycat.bdb.bind.tuple.<A HREF="com/sleepycat/bdb/bind/tuple/TupleInput.html">TupleInput</A>
<DD>Reads a signed short (two byte) value from the buffer.
<DT><A HREF="com/sleepycat/bdb/bind/tuple/TupleInput.html#readString()"><B>readString()</B></A> - 
Method in class com.sleepycat.bdb.bind.tuple.<A HREF="com/sleepycat/bdb/bind/tuple/TupleInput.html">TupleInput</A>
<DD>Reads a null-terminated UTF string from the data buffer and converts
 the data from UTF to Unicode.
<DT><A HREF="com/sleepycat/bdb/bind/tuple/TupleInput.html#readString(char[])"><B>readString(char[])</B></A> - 
Method in class com.sleepycat.bdb.bind.tuple.<A HREF="com/sleepycat/bdb/bind/tuple/TupleInput.html">TupleInput</A>
<DD>Reads the specified number of UTF characters string from the data
 buffer and converts the data from UTF to Unicode.
<DT><A HREF="com/sleepycat/bdb/bind/tuple/TupleInput.html#readString(int)"><B>readString(int)</B></A> - 
Method in class com.sleepycat.bdb.bind.tuple.<A HREF="com/sleepycat/bdb/bind/tuple/TupleInput.html">TupleInput</A>
<DD>Reads the specified number of UTF characters string from the data
 buffer and converts the data from UTF to Unicode.
<DT><A HREF="com/sleepycat/bdb/bind/tuple/TupleInput.html#readUnsignedByte()"><B>readUnsignedByte()</B></A> - 
Method in class com.sleepycat.bdb.bind.tuple.<A HREF="com/sleepycat/bdb/bind/tuple/TupleInput.html">TupleInput</A>
<DD>Reads an unsigned byte (one byte) value from the buffer.
<DT><A HREF="com/sleepycat/bdb/bind/tuple/TupleInput.html#readUnsignedInt()"><B>readUnsignedInt()</B></A> - 
Method in class com.sleepycat.bdb.bind.tuple.<A HREF="com/sleepycat/bdb/bind/tuple/TupleInput.html">TupleInput</A>
<DD>Reads an unsigned int (four byte) value from the buffer.
<DT><A HREF="com/sleepycat/bdb/bind/tuple/TupleInput.html#readUnsignedShort()"><B>readUnsignedShort()</B></A> - 
Method in class com.sleepycat.bdb.bind.tuple.<A HREF="com/sleepycat/bdb/bind/tuple/TupleInput.html">TupleInput</A>
<DD>Reads an unsigned short (two byte) value from the buffer.
<DT><A HREF="com/sleepycat/bdb/RecordNumberBinding.html"><B>RecordNumberBinding</B></A> - class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/RecordNumberBinding.html">RecordNumberBinding</A>.<DD>A concrete binding for record number keys.<DT><A HREF="com/sleepycat/bdb/RecordNumberBinding.html#RecordNumberBinding(com.sleepycat.bdb.RecordNumberFormat)"><B>RecordNumberBinding(RecordNumberFormat)</B></A> - 
Constructor for class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/RecordNumberBinding.html">RecordNumberBinding</A>
<DD>Creates a byte array binding.
<DT><A HREF="com/sleepycat/bdb/RecordNumberFormat.html"><B>RecordNumberFormat</B></A> - class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/RecordNumberFormat.html">RecordNumberFormat</A>.<DD>The data format for record number keys.<DT><A HREF="com/sleepycat/bdb/RecordNumberFormat.html#RecordNumberFormat()"><B>RecordNumberFormat()</B></A> - 
Constructor for class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/RecordNumberFormat.html">RecordNumberFormat</A>
<DD>Creates a record number format.
<DT><A HREF="com/sleepycat/bdb/RecordNumberFormat.html#recordNumberToData(long, com.sleepycat.bdb.bind.DataBuffer)"><B>recordNumberToData(long, DataBuffer)</B></A> - 
Method in class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/RecordNumberFormat.html">RecordNumberFormat</A>
<DD>Utility method for use by bindings to translate a record number integer
 to a data buffer.
<DT><A HREF="com/sleepycat/bdb/collection/StoredIterator.html#remove()"><B>remove()</B></A> - 
Method in class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredIterator.html">StoredIterator</A>
<DD>Removes the last element that was returned by next or previous (optional
 operation).
<DT><A HREF="com/sleepycat/bdb/collection/StoredList.html#remove(int)"><B>remove(int)</B></A> - 
Method in class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredList.html">StoredList</A>
<DD>Removes the element at the specified position in this list (optional
 operation).
<DT><A HREF="com/sleepycat/bdb/collection/StoredValueSet.html#remove(java.lang.Object)"><B>remove(Object)</B></A> - 
Method in class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredValueSet.html">StoredValueSet</A>
<DD>Removes the specified value from this set if it is present (optional
 operation).
<DT><A HREF="com/sleepycat/bdb/collection/StoredMap.html#remove(java.lang.Object)"><B>remove(Object)</B></A> - 
Method in class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredMap.html">StoredMap</A>
<DD>Removes the mapping for this key from this map if present (optional
 operation).
<DT><A HREF="com/sleepycat/bdb/collection/StoredList.html#remove(java.lang.Object)"><B>remove(Object)</B></A> - 
Method in class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredList.html">StoredList</A>
<DD>Removes the first occurrence in this list of the specified element
 (optional operation).
<DT><A HREF="com/sleepycat/bdb/collection/StoredKeySet.html#remove(java.lang.Object)"><B>remove(Object)</B></A> - 
Method in class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredKeySet.html">StoredKeySet</A>
<DD>Removes the specified key from this set if it is present (optional
 operation).
<DT><A HREF="com/sleepycat/bdb/collection/StoredEntrySet.html#remove(java.lang.Object)"><B>remove(Object)</B></A> - 
Method in class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredEntrySet.html">StoredEntrySet</A>
<DD>Removes the specified element from this set if it is present (optional
 operation).
<DT><A HREF="com/sleepycat/db/DbEnv.html#remove(java.lang.String, int)"><B>remove(String, int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD>The DbEnv.remove method destroys a Berkeley DB environment if it is not currently in use.
<DT><A HREF="com/sleepycat/db/Db.html#remove(java.lang.String, java.lang.String, int)"><B>remove(String, String, int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>The Db.remove method removes the database specified by the <b>file</b> and <b>database</b> parameters.
<DT><A HREF="com/sleepycat/bdb/collection/StoredCollection.html#removeAll(java.util.Collection)"><B>removeAll(Collection)</B></A> - 
Method in class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredCollection.html">StoredCollection</A>
<DD>Removes all this collection's elements that are also contained in the
 specified collection (optional operation).
<DT><A HREF="com/sleepycat/db/Db.html#rename(java.lang.String, java.lang.String, java.lang.String, int)"><B>rename(String, String, String, int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>The Db.rename method renames the database specified by the <b>file</b> and <b>database</b> parameters to <b>newname</b>.
<DT><A HREF="com/sleepycat/db/DbEnv.html#rep_elect(int, int, int)"><B>rep_elect(int, int, int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/DbEnv.html#replicationElect(int, int, int)"><CODE>DbEnv.replicationElect(int,int,int)</CODE></A></I>
<DT><A HREF="com/sleepycat/db/DbEnv.html#rep_process_message(com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, com.sleepycat.db.DbEnv.RepProcessMessage, com.sleepycat.db.DbLsn)"><B>rep_process_message(Dbt, Dbt, DbEnv.RepProcessMessage, DbLsn)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/DbEnv.html#replicationProcessMessage(com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, com.sleepycat.db.DbEnv.RepProcessMessage, com.sleepycat.db.DbLsn)"><CODE>DbEnv.replicationProcessMessage(Dbt,Dbt,DbEnv.RepProcessMessage,DbLsn)</CODE></A></I>
<DT><A HREF="com/sleepycat/db/DbEnv.html#rep_start(com.sleepycat.db.Dbt, int)"><B>rep_start(Dbt, int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/DbEnv.html#replicationStart(com.sleepycat.db.Dbt, int)"><CODE>DbEnv.replicationStart(Dbt,int)</CODE></A></I>
<DT><A HREF="com/sleepycat/db/DbEnv.html#rep_stat(int)"><B>rep_stat(int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/DbEnv.html#replicationStat(int)"><CODE>DbEnv.replicationStat(int)</CODE></A></I>
<DT><A HREF="com/sleepycat/db/DbEnv.html#replicationElect(int, int, int)"><B>replicationElect(int, int, int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD>The DbEnv.replicationElect method holds an election for the master of a replication group.
<DT><A HREF="com/sleepycat/db/DbEnv.html#replicationProcessMessage(com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, com.sleepycat.db.DbEnv.RepProcessMessage, com.sleepycat.db.DbLsn)"><B>replicationProcessMessage(Dbt, Dbt, DbEnv.RepProcessMessage, DbLsn)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD>The DbEnv.replicationProcessMessage method processes an incoming replication message sent by a member of the replication group to the local database environment.
<DT><A HREF="com/sleepycat/db/DbEnv.html#replicationStart(com.sleepycat.db.Dbt, int)"><B>replicationStart(Dbt, int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD>The DbEnv.replicationStart method configures the database environment as a client or master in a group of replicated database environments.
<DT><A HREF="com/sleepycat/db/DbEnv.html#replicationStat(int)"><B>replicationStat(int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD>The DbEnv.replicationStat method returns the replication subsystem statistics.
<DT><A HREF="com/sleepycat/bdb/util/FastOutputStream.html#reset()"><B>reset()</B></A> - 
Method in class com.sleepycat.bdb.util.<A HREF="com/sleepycat/bdb/util/FastOutputStream.html">FastOutputStream</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bdb/util/FastInputStream.html#reset()"><B>reset()</B></A> - 
Method in class com.sleepycat.bdb.util.<A HREF="com/sleepycat/bdb/util/FastInputStream.html">FastInputStream</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bdb/collection/StoredCollection.html#retainAll(java.util.Collection)"><B>retainAll(Collection)</B></A> - 
Method in class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredCollection.html">StoredCollection</A>
<DD>Retains only the elements in this collection that are contained in the
 specified collection (optional operation).
<DT><A HREF="com/sleepycat/bdb/TransactionRunner.html#run(com.sleepycat.bdb.TransactionWorker)"><B>run(TransactionWorker)</B></A> - 
Method in class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/TransactionRunner.html">TransactionRunner</A>
<DD>Calls the <A HREF="com/sleepycat/bdb/TransactionWorker.html#doWork()"><CODE>TransactionWorker.doWork()</CODE></A> method and, for transactional
 environments, begins and ends a transaction.
<DT><A HREF="com/sleepycat/bdb/util/RuntimeExceptionWrapper.html"><B>RuntimeExceptionWrapper</B></A> - exception com.sleepycat.bdb.util.<A HREF="com/sleepycat/bdb/util/RuntimeExceptionWrapper.html">RuntimeExceptionWrapper</A>.<DD>A RuntimeException that can contain nested exceptions.<DT><A HREF="com/sleepycat/bdb/util/RuntimeExceptionWrapper.html#RuntimeExceptionWrapper(java.lang.Throwable)"><B>RuntimeExceptionWrapper(Throwable)</B></A> - 
Constructor for class com.sleepycat.bdb.util.<A HREF="com/sleepycat/bdb/util/RuntimeExceptionWrapper.html">RuntimeExceptionWrapper</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_S_"><!-- --></A><H2>
<B>S</B></H2>
<DL>
<DT><A HREF="com/sleepycat/db/DbSecondaryKeyCreate.html#secondaryKeyCreate(com.sleepycat.db.Db, com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, com.sleepycat.db.Dbt)"><B>secondaryKeyCreate(Db, Dbt, Dbt, Dbt)</B></A> - 
Method in interface com.sleepycat.db.<A HREF="com/sleepycat/db/DbSecondaryKeyCreate.html">DbSecondaryKeyCreate</A>
<DD>The secondaryKeyCreate interface is used by the Db.associate method.
<DT><A HREF="com/sleepycat/db/DbRepTransport.html#send(com.sleepycat.db.DbEnv, com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, com.sleepycat.db.DbLsn, int, int)"><B>send(DbEnv, Dbt, Dbt, DbLsn, int, int)</B></A> - 
Method in interface com.sleepycat.db.<A HREF="com/sleepycat/db/DbRepTransport.html">DbRepTransport</A>
<DD>The DbRepTransport interface is used by the DbEnv.setReplicationTransport method.
<DT><A HREF="com/sleepycat/bdb/bind/serial/SerialBinding.html"><B>SerialBinding</B></A> - class com.sleepycat.bdb.bind.serial.<A HREF="com/sleepycat/bdb/bind/serial/SerialBinding.html">SerialBinding</A>.<DD>A concrete serial binding for keys or values.<DT><A HREF="com/sleepycat/bdb/bind/serial/SerialBinding.html#SerialBinding(com.sleepycat.bdb.bind.serial.SerialFormat)"><B>SerialBinding(SerialFormat)</B></A> - 
Constructor for class com.sleepycat.bdb.bind.serial.<A HREF="com/sleepycat/bdb/bind/serial/SerialBinding.html">SerialBinding</A>
<DD>Creates a serial binding.
<DT><A HREF="com/sleepycat/bdb/bind/serial/SerialFormat.html"><B>SerialFormat</B></A> - class com.sleepycat.bdb.bind.serial.<A HREF="com/sleepycat/bdb/bind/serial/SerialFormat.html">SerialFormat</A>.<DD>The format for serialized data.<DT><A HREF="com/sleepycat/bdb/bind/serial/SerialFormat.html#SerialFormat(com.sleepycat.bdb.bind.serial.ClassCatalog, java.lang.Class)"><B>SerialFormat(ClassCatalog, Class)</B></A> - 
Constructor for class com.sleepycat.bdb.bind.serial.<A HREF="com/sleepycat/bdb/bind/serial/SerialFormat.html">SerialFormat</A>
<DD>Creates a serial format.
<DT><A HREF="com/sleepycat/bdb/bind/serial/SerialInput.html"><B>SerialInput</B></A> - class com.sleepycat.bdb.bind.serial.<A HREF="com/sleepycat/bdb/bind/serial/SerialInput.html">SerialInput</A>.<DD>Used instead of an <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/io/ObjectInputStream.html"><CODE>ObjectInputStream</CODE></A>, which it extends, to read an
 object stream written by the <A HREF="com/sleepycat/bdb/bind/serial/SerialOutput.html"><CODE>SerialOutput</CODE></A> class.<DT><A HREF="com/sleepycat/bdb/bind/serial/SerialInput.html#SerialInput(java.io.InputStream, com.sleepycat.bdb.bind.serial.ClassCatalog)"><B>SerialInput(InputStream, ClassCatalog)</B></A> - 
Constructor for class com.sleepycat.bdb.bind.serial.<A HREF="com/sleepycat/bdb/bind/serial/SerialInput.html">SerialInput</A>
<DD>Creates a serial input stream.
<DT><A HREF="com/sleepycat/bdb/bind/serial/SerialOutput.html"><B>SerialOutput</B></A> - class com.sleepycat.bdb.bind.serial.<A HREF="com/sleepycat/bdb/bind/serial/SerialOutput.html">SerialOutput</A>.<DD>Used instead of an ObjectOutputStream, which it extends, to write a compact
 object stream.<DT><A HREF="com/sleepycat/bdb/bind/serial/SerialOutput.html#SerialOutput(java.io.OutputStream, com.sleepycat.bdb.bind.serial.ClassCatalog)"><B>SerialOutput(OutputStream, ClassCatalog)</B></A> - 
Constructor for class com.sleepycat.bdb.bind.serial.<A HREF="com/sleepycat/bdb/bind/serial/SerialOutput.html">SerialOutput</A>
<DD>Creates a serial output stream.
<DT><A HREF="com/sleepycat/bdb/bind/serial/SerialSerialBinding.html"><B>SerialSerialBinding</B></A> - class com.sleepycat.bdb.bind.serial.<A HREF="com/sleepycat/bdb/bind/serial/SerialSerialBinding.html">SerialSerialBinding</A>.<DD>An abstract entity binding that uses a serial key and a serial value.<DT><A HREF="com/sleepycat/bdb/bind/serial/SerialSerialBinding.html#SerialSerialBinding(com.sleepycat.bdb.bind.serial.SerialFormat, com.sleepycat.bdb.bind.serial.SerialFormat)"><B>SerialSerialBinding(SerialFormat, SerialFormat)</B></A> - 
Constructor for class com.sleepycat.bdb.bind.serial.<A HREF="com/sleepycat/bdb/bind/serial/SerialSerialBinding.html">SerialSerialBinding</A>
<DD>Creates a serial-serial entity binding.
<DT><A HREF="com/sleepycat/bdb/bind/serial/SerialSerialKeyExtractor.html"><B>SerialSerialKeyExtractor</B></A> - class com.sleepycat.bdb.bind.serial.<A HREF="com/sleepycat/bdb/bind/serial/SerialSerialKeyExtractor.html">SerialSerialKeyExtractor</A>.<DD>A abstract key extractor that uses a serial key and a serial value.<DT><A HREF="com/sleepycat/bdb/bind/serial/SerialSerialKeyExtractor.html#SerialSerialKeyExtractor(com.sleepycat.bdb.bind.serial.SerialFormat, com.sleepycat.bdb.bind.serial.SerialFormat, com.sleepycat.bdb.bind.serial.SerialFormat)"><B>SerialSerialKeyExtractor(SerialFormat, SerialFormat, SerialFormat)</B></A> - 
Constructor for class com.sleepycat.bdb.bind.serial.<A HREF="com/sleepycat/bdb/bind/serial/SerialSerialKeyExtractor.html">SerialSerialKeyExtractor</A>
<DD>Creates a serial-serial entity binding.
<DT><A HREF="com/sleepycat/db/DbEnv.html#set_app_dispatch(com.sleepycat.db.DbAppDispatch)"><B>set_app_dispatch(DbAppDispatch)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/DbEnv.html#setAppDispatch(com.sleepycat.db.DbAppDispatch)"><CODE>DbEnv.setAppDispatch(DbAppDispatch)</CODE></A></I>
<DT><A HREF="com/sleepycat/db/Db.html#set_append_recno(com.sleepycat.db.DbAppendRecno)"><B>set_append_recno(DbAppendRecno)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/Db.html#setAppendRecno(com.sleepycat.db.DbAppendRecno)"><CODE>setAppendRecno(DbAppendRecno)</CODE></A></I>
<DT><A HREF="com/sleepycat/db/Db.html#set_bt_compare(com.sleepycat.db.DbBtreeCompare)"><B>set_bt_compare(DbBtreeCompare)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/Db.html#setBtreeCompare(com.sleepycat.db.DbBtreeCompare)"><CODE>setBtreeCompare(DbBtreeCompare)</CODE></A></I>
<DT><A HREF="com/sleepycat/db/Db.html#set_bt_maxkey(int)"><B>set_bt_maxkey(int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/db/Db.html#set_bt_minkey(int)"><B>set_bt_minkey(int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/Db.html#setBtreeMinKey(int)"><CODE>setBtreeMinKey(int)</CODE></A></I>
<DT><A HREF="com/sleepycat/db/Db.html#set_bt_prefix(com.sleepycat.db.DbBtreePrefix)"><B>set_bt_prefix(DbBtreePrefix)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/Db.html#setBtreePrefix(com.sleepycat.db.DbBtreePrefix)"><CODE>setBtreePrefix(DbBtreePrefix)</CODE></A></I>
<DT><A HREF="com/sleepycat/db/DbEnv.html#set_cachesize(int, int, int)"><B>set_cachesize(int, int, int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD><B>Deprecated.</B>&nbsp;<I>Replaced in Berkeley DB 4.2 by <A HREF="com/sleepycat/db/DbEnv.html#setCacheSize(long, int)"><CODE>DbEnv.setCacheSize(long,int)</CODE></A></I>
<DT><A HREF="com/sleepycat/db/Db.html#set_cachesize(int, int, int)"><B>set_cachesize(int, int, int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD><B>Deprecated.</B>&nbsp;<I>Replaced in Berkeley DB 4.2 by <A HREF="com/sleepycat/db/Db.html#setCacheSize(long, int)"><CODE>setCacheSize(long,int)</CODE></A></I>
<DT><A HREF="com/sleepycat/db/DbEnv.html#set_cachesize(long, int)"><B>set_cachesize(long, int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/DbEnv.html#setCacheSize(long, int)"><CODE>DbEnv.setCacheSize(long,int)</CODE></A></I>
<DT><A HREF="com/sleepycat/db/Db.html#set_cachesize(long, int)"><B>set_cachesize(long, int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/Db.html#setCacheSize(long, int)"><CODE>setCacheSize(long,int)</CODE></A></I>
<DT><A HREF="com/sleepycat/db/DbEnv.html#set_data_dir(java.lang.String)"><B>set_data_dir(String)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/DbEnv.html#setDataDir(java.lang.String)"><CODE>DbEnv.setDataDir(String)</CODE></A></I>
<DT><A HREF="com/sleepycat/db/Dbt.html#set_data(byte[])"><B>set_data(byte[])</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Dbt.html">Dbt</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/Dbt.html#setData(byte[])"><CODE>Dbt.setData(byte[])</CODE></A></I>
<DT><A HREF="com/sleepycat/db/Dbt.html#set_dlen(int)"><B>set_dlen(int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Dbt.html">Dbt</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/Dbt.html#setPartialLength(int)"><CODE>Dbt.setPartialLength(int)</CODE></A></I>
<DT><A HREF="com/sleepycat/db/Dbt.html#set_doff(int)"><B>set_doff(int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Dbt.html">Dbt</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/Dbt.html#setPartialOffset(int)"><CODE>Dbt.setPartialOffset(int)</CODE></A></I>
<DT><A HREF="com/sleepycat/db/Db.html#set_dup_compare(com.sleepycat.db.DbDupCompare)"><B>set_dup_compare(DbDupCompare)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/Db.html#setDuplicateCompare(com.sleepycat.db.DbDupCompare)"><CODE>setDuplicateCompare(DbDupCompare)</CODE></A></I>
<DT><A HREF="com/sleepycat/db/DbEnv.html#set_encrypt(java.lang.String, int)"><B>set_encrypt(String, int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/DbEnv.html#setEncrypted(java.lang.String, int)"><CODE>DbEnv.setEncrypted(String,int)</CODE></A></I>
<DT><A HREF="com/sleepycat/db/Db.html#set_encrypt(java.lang.String, int)"><B>set_encrypt(String, int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/Db.html#setEncrypted(java.lang.String, int)"><CODE>setEncrypted(String,int)</CODE></A></I>
<DT><A HREF="com/sleepycat/db/DbEnv.html#set_errcall(com.sleepycat.db.DbErrcall)"><B>set_errcall(DbErrcall)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD><B>Deprecated.</B>&nbsp;<I>Replaced in Berkeley DB 4.2 by <A HREF="com/sleepycat/db/DbEnv.html#setErrorHandler(com.sleepycat.db.DbErrorHandler)"><CODE>DbEnv.setErrorHandler(DbErrorHandler)</CODE></A></I>
<DT><A HREF="com/sleepycat/db/Db.html#set_errcall(com.sleepycat.db.DbErrcall)"><B>set_errcall(DbErrcall)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD><B>Deprecated.</B>&nbsp;<I>Replaced in Berkeley DB 4.2 by <A HREF="com/sleepycat/db/Db.html#setErrorHandler(com.sleepycat.db.DbErrorHandler)"><CODE>setErrorHandler(DbErrorHandler)</CODE></A></I>
<DT><A HREF="com/sleepycat/db/DbEnv.html#set_error_stream(java.io.OutputStream)"><B>set_error_stream(OutputStream)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/DbEnv.html#setErrorStream(java.io.OutputStream)"><CODE>DbEnv.setErrorStream(java.io.OutputStream)</CODE></A></I>
<DT><A HREF="com/sleepycat/db/Db.html#set_error_stream(java.io.OutputStream)"><B>set_error_stream(OutputStream)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/Db.html#setErrorStream(java.io.OutputStream)"><CODE>setErrorStream(java.io.OutputStream)</CODE></A></I>
<DT><A HREF="com/sleepycat/db/DbEnv.html#set_errpfx(java.lang.String)"><B>set_errpfx(String)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/DbEnv.html#setErrorPrefix(java.lang.String)"><CODE>DbEnv.setErrorPrefix(String)</CODE></A></I>
<DT><A HREF="com/sleepycat/db/Db.html#set_errpfx(java.lang.String)"><B>set_errpfx(String)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/Db.html#setErrorPrefix(java.lang.String)"><CODE>setErrorPrefix(String)</CODE></A></I>
<DT><A HREF="com/sleepycat/db/DbEnv.html#set_feedback(com.sleepycat.db.DbEnvFeedback)"><B>set_feedback(DbEnvFeedback)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD><B>Deprecated.</B>&nbsp;<I>Replaced in Berkeley DB 4.2 by <A HREF="com/sleepycat/db/DbEnv.html#setFeedbackHandler(com.sleepycat.db.DbEnvFeedbackHandler)"><CODE>DbEnv.setFeedbackHandler(DbEnvFeedbackHandler)</CODE></A></I>
<DT><A HREF="com/sleepycat/db/Db.html#set_feedback(com.sleepycat.db.DbFeedback)"><B>set_feedback(DbFeedback)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD><B>Deprecated.</B>&nbsp;<I>Replaced in Berkeley DB 4.2 by <A HREF="com/sleepycat/db/Db.html#setFeedbackHandler(com.sleepycat.db.DbFeedbackHandler)"><CODE>setFeedbackHandler(DbFeedbackHandler)</CODE></A></I>
<DT><A HREF="com/sleepycat/db/Dbt.html#set_flags(int)"><B>set_flags(int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Dbt.html">Dbt</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/Dbt.html#setFlags(int)"><CODE>Dbt.setFlags(int)</CODE></A></I>
<DT><A HREF="com/sleepycat/db/Db.html#set_flags(int)"><B>set_flags(int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/Db.html#setFlags(int)"><CODE>setFlags(int)</CODE></A></I>
<DT><A HREF="com/sleepycat/db/DbMpoolFile.html#set_flags(int, boolean)"><B>set_flags(int, boolean)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbMpoolFile.html">DbMpoolFile</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/DbMpoolFile.html#setFlags(int, boolean)"><CODE>DbMpoolFile.setFlags(int,boolean)</CODE></A></I>
<DT><A HREF="com/sleepycat/db/DbEnv.html#set_flags(int, boolean)"><B>set_flags(int, boolean)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/DbEnv.html#setFlags(int, boolean)"><CODE>DbEnv.setFlags(int,boolean)</CODE></A></I>
<DT><A HREF="com/sleepycat/db/Db.html#set_h_ffactor(int)"><B>set_h_ffactor(int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/Db.html#setHashFillFactor(int)"><CODE>setHashFillFactor(int)</CODE></A></I>
<DT><A HREF="com/sleepycat/db/Db.html#set_h_hash(com.sleepycat.db.DbHash)"><B>set_h_hash(DbHash)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/Db.html#setHash(com.sleepycat.db.DbHash)"><CODE>setHash(DbHash)</CODE></A></I>
<DT><A HREF="com/sleepycat/db/Db.html#set_h_nelem(int)"><B>set_h_nelem(int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/Db.html#setHashNumElements(int)"><CODE>setHashNumElements(int)</CODE></A></I>
<DT><A HREF="com/sleepycat/db/DbEnv.html#set_lg_bsize(int)"><B>set_lg_bsize(int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/DbEnv.html#setLogBufferSize(int)"><CODE>DbEnv.setLogBufferSize(int)</CODE></A></I>
<DT><A HREF="com/sleepycat/db/DbEnv.html#set_lg_dir(java.lang.String)"><B>set_lg_dir(String)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/DbEnv.html#setLogDir(java.lang.String)"><CODE>DbEnv.setLogDir(String)</CODE></A></I>
<DT><A HREF="com/sleepycat/db/DbEnv.html#set_lg_max(int)"><B>set_lg_max(int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/DbEnv.html#setLogMax(int)"><CODE>DbEnv.setLogMax(int)</CODE></A></I>
<DT><A HREF="com/sleepycat/db/DbEnv.html#set_lg_regionmax(int)"><B>set_lg_regionmax(int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/DbEnv.html#setLogRegionMax(int)"><CODE>DbEnv.setLogRegionMax(int)</CODE></A></I>
<DT><A HREF="com/sleepycat/db/DbEnv.html#set_lk_conflicts(byte[][])"><B>set_lk_conflicts(byte[][])</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/DbEnv.html#setLockConflicts(byte[][])"><CODE>DbEnv.setLockConflicts(byte[][])</CODE></A></I>
<DT><A HREF="com/sleepycat/db/DbEnv.html#set_lk_detect(int)"><B>set_lk_detect(int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/DbEnv.html#setLockDetect(int)"><CODE>DbEnv.setLockDetect(int)</CODE></A></I>
<DT><A HREF="com/sleepycat/db/DbEnv.html#set_lk_max_lockers(int)"><B>set_lk_max_lockers(int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/DbEnv.html#setLockMaxLockers(int)"><CODE>DbEnv.setLockMaxLockers(int)</CODE></A></I>
<DT><A HREF="com/sleepycat/db/DbEnv.html#set_lk_max_locks(int)"><B>set_lk_max_locks(int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/DbEnv.html#setLockMaxLocks(int)"><CODE>DbEnv.setLockMaxLocks(int)</CODE></A></I>
<DT><A HREF="com/sleepycat/db/DbEnv.html#set_lk_max_objects(int)"><B>set_lk_max_objects(int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/DbEnv.html#setLockMaxObjects(int)"><CODE>DbEnv.setLockMaxObjects(int)</CODE></A></I>
<DT><A HREF="com/sleepycat/db/DbLockRequest.html#set_lock(com.sleepycat.db.DbLock)"><B>set_lock(DbLock)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbLockRequest.html">DbLockRequest</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/DbLockRequest.html#setLock(com.sleepycat.db.DbLock)"><CODE>DbLockRequest.setLock(DbLock)</CODE></A></I>
<DT><A HREF="com/sleepycat/db/Db.html#set_lorder(int)"><B>set_lorder(int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/Db.html#setByteOrder(int)"><CODE>setByteOrder(int)</CODE></A></I>
<DT><A HREF="com/sleepycat/db/DbMpoolFile.html#set_maxsize(long)"><B>set_maxsize(long)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbMpoolFile.html">DbMpoolFile</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/DbMpoolFile.html#setMaxsize(long)"><CODE>DbMpoolFile.setMaxsize(long)</CODE></A></I>
<DT><A HREF="com/sleepycat/db/DbLockRequest.html#set_mode(int)"><B>set_mode(int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbLockRequest.html">DbLockRequest</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/DbLockRequest.html#setMode(int)"><CODE>DbLockRequest.setMode(int)</CODE></A></I>
<DT><A HREF="com/sleepycat/db/DbEnv.html#set_mp_mmapsize(long)"><B>set_mp_mmapsize(long)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/DbEnv.html#setMemoryPoolMapSize(long)"><CODE>DbEnv.setMemoryPoolMapSize(long)</CODE></A></I>
<DT><A HREF="com/sleepycat/db/DbLockRequest.html#set_obj(com.sleepycat.db.Dbt)"><B>set_obj(Dbt)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbLockRequest.html">DbLockRequest</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/DbLockRequest.html#setObj(com.sleepycat.db.Dbt)"><CODE>DbLockRequest.setObj(Dbt)</CODE></A></I>
<DT><A HREF="com/sleepycat/db/Dbt.html#set_object(java.lang.Object)"><B>set_object(Object)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Dbt.html">Dbt</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced
      by <A HREF="com/sleepycat/db/Dbt.html#setObject(java.lang.Object)"><CODE>Dbt.setObject(Object)</CODE></A></I>
<DT><A HREF="com/sleepycat/db/Dbt.html#set_offset(int)"><B>set_offset(int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Dbt.html">Dbt</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/Dbt.html#setOffset(int)"><CODE>Dbt.setOffset(int)</CODE></A></I>
<DT><A HREF="com/sleepycat/db/DbLockRequest.html#set_op(int)"><B>set_op(int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbLockRequest.html">DbLockRequest</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/DbLockRequest.html#setOp(int)"><CODE>DbLockRequest.setOp(int)</CODE></A></I>
<DT><A HREF="com/sleepycat/db/Db.html#set_pagesize(long)"><B>set_pagesize(long)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/Db.html#setPageSize(long)"><CODE>setPageSize(long)</CODE></A></I>
<DT><A HREF="com/sleepycat/db/DbMpoolFile.html#set_priority(int)"><B>set_priority(int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbMpoolFile.html">DbMpoolFile</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/DbMpoolFile.html#setPriority(int)"><CODE>DbMpoolFile.setPriority(int)</CODE></A></I>
<DT><A HREF="com/sleepycat/db/Db.html#set_q_extentsize(int)"><B>set_q_extentsize(int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/Db.html#setQueueExtentSize(int)"><CODE>setQueueExtentSize(int)</CODE></A></I>
<DT><A HREF="com/sleepycat/db/Db.html#set_re_delim(int)"><B>set_re_delim(int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/Db.html#setRecordDelimiter(int)"><CODE>setRecordDelimiter(int)</CODE></A></I>
<DT><A HREF="com/sleepycat/db/Db.html#set_re_len(int)"><B>set_re_len(int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/Db.html#setRecordLength(int)"><CODE>setRecordLength(int)</CODE></A></I>
<DT><A HREF="com/sleepycat/db/Db.html#set_re_pad(int)"><B>set_re_pad(int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/Db.html#setRecordPad(int)"><CODE>setRecordPad(int)</CODE></A></I>
<DT><A HREF="com/sleepycat/db/Db.html#set_re_source(java.lang.String)"><B>set_re_source(String)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/Db.html#setRecordSource(java.lang.String)"><CODE>setRecordSource(String)</CODE></A></I>
<DT><A HREF="com/sleepycat/db/Dbt.html#set_recno_key_data(int)"><B>set_recno_key_data(int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Dbt.html">Dbt</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/Dbt.html#setRecordNumber(int)"><CODE>Dbt.setRecordNumber(int)</CODE></A></I>
<DT><A HREF="com/sleepycat/db/DbEnv.html#set_rep_limit(int, int)"><B>set_rep_limit(int, int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD><B>Deprecated.</B>&nbsp;<I>Replaced in Berkeley DB 4.2 by <A HREF="com/sleepycat/db/DbEnv.html#setReplicationLimit(long)"><CODE>DbEnv.setReplicationLimit(long)</CODE></A></I>
<DT><A HREF="com/sleepycat/db/DbEnv.html#set_rep_limit(long)"><B>set_rep_limit(long)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/DbEnv.html#setReplicationLimit(long)"><CODE>DbEnv.setReplicationLimit(long)</CODE></A></I>
<DT><A HREF="com/sleepycat/db/DbEnv.html#set_rep_transport(int, com.sleepycat.db.DbRepTransport)"><B>set_rep_transport(int, DbRepTransport)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/DbEnv.html#setReplicationTransport(int, com.sleepycat.db.DbRepTransport)"><CODE>DbEnv.setReplicationTransport(int,DbRepTransport)</CODE></A></I>
<DT><A HREF="com/sleepycat/db/DbEnv.html#set_rpc_server(com.sleepycat.db.DbClient, java.lang.String, long, long, int)"><B>set_rpc_server(DbClient, String, long, long, int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/DbEnv.html#setRpcServer(com.sleepycat.db.DbClient, java.lang.String, long, long, int)"><CODE>DbEnv.setRpcServer(DbClient,String,long,long,int)</CODE></A></I>
<DT><A HREF="com/sleepycat/db/DbEnv.html#set_shm_key(long)"><B>set_shm_key(long)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/DbEnv.html#setSegmentId(long)"><CODE>DbEnv.setSegmentId(long)</CODE></A></I>
<DT><A HREF="com/sleepycat/db/Dbt.html#set_size(int)"><B>set_size(int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Dbt.html">Dbt</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/Dbt.html#setSize(int)"><CODE>Dbt.setSize(int)</CODE></A></I>
<DT><A HREF="com/sleepycat/db/DbEnv.html#set_tas_spins(int)"><B>set_tas_spins(int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/DbEnv.html#setTestAndSetSpins(int)"><CODE>DbEnv.setTestAndSetSpins(int)</CODE></A></I>
<DT><A HREF="com/sleepycat/db/DbTxn.html#set_timeout(long, int)"><B>set_timeout(long, int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbTxn.html">DbTxn</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/DbTxn.html#setTimeout(long, int)"><CODE>DbTxn.setTimeout(long,int)</CODE></A></I>
<DT><A HREF="com/sleepycat/db/DbEnv.html#set_timeout(long, int)"><B>set_timeout(long, int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/DbEnv.html#setTimeout(long, int)"><CODE>DbEnv.setTimeout(long,int)</CODE></A></I>
<DT><A HREF="com/sleepycat/db/DbEnv.html#set_tmp_dir(java.lang.String)"><B>set_tmp_dir(String)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/DbEnv.html#setTmpDir(java.lang.String)"><CODE>DbEnv.setTmpDir(String)</CODE></A></I>
<DT><A HREF="com/sleepycat/db/DbEnv.html#set_tx_max(int)"><B>set_tx_max(int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/DbEnv.html#setTxnMax(int)"><CODE>DbEnv.setTxnMax(int)</CODE></A></I>
<DT><A HREF="com/sleepycat/db/DbEnv.html#set_tx_timestamp(java.util.Date)"><B>set_tx_timestamp(Date)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/DbEnv.html#setTxnTimestamp(java.util.Date)"><CODE>DbEnv.setTxnTimestamp(java.util.Date)</CODE></A></I>
<DT><A HREF="com/sleepycat/db/Dbt.html#set_ulen(int)"><B>set_ulen(int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Dbt.html">Dbt</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/Dbt.html#setUserBufferLength(int)"><CODE>Dbt.setUserBufferLength(int)</CODE></A></I>
<DT><A HREF="com/sleepycat/db/DbEnv.html#set_verbose(int, boolean)"><B>set_verbose(int, boolean)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/DbEnv.html#setVerbose(int, boolean)"><CODE>DbEnv.setVerbose(int,boolean)</CODE></A></I>
<DT><A HREF="com/sleepycat/bdb/collection/StoredList.html#set(int, java.lang.Object)"><B>set(int, Object)</B></A> - 
Method in class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredList.html">StoredList</A>
<DD>Replaces the element at the specified position in this list with the
 specified element (optional operation).
<DT><A HREF="com/sleepycat/bdb/collection/StoredIterator.html#set(java.lang.Object)"><B>set(Object)</B></A> - 
Method in class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredIterator.html">StoredIterator</A>
<DD>Replaces the last element returned by next or previous with the
 specified element (optional operation).
<DT><A HREF="com/sleepycat/db/DbEnv.html#setAppDispatch(com.sleepycat.db.DbAppDispatch)"><B>setAppDispatch(DbAppDispatch)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/db/Db.html#setAppendRecno(com.sleepycat.db.DbAppendRecno)"><B>setAppendRecno(DbAppendRecno)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/db/Db.html#setBtreeCompare(com.sleepycat.db.DbBtreeCompare)"><B>setBtreeCompare(DbBtreeCompare)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/db/Db.html#setBtreeMinKey(int)"><B>setBtreeMinKey(int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>Set the minimum number of key/data pairs intended to be stored on any single Btree leaf page.
<DT><A HREF="com/sleepycat/db/Db.html#setBtreePrefix(com.sleepycat.db.DbBtreePrefix)"><B>setBtreePrefix(DbBtreePrefix)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/db/Db.html#setByteOrder(int)"><B>setByteOrder(int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>Set the byte order for integers in the stored database metadata.
<DT><A HREF="com/sleepycat/bdb/DataThang.html#setBytes(byte[])"><B>setBytes(byte[])</B></A> - 
Method in class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/DataThang.html">DataThang</A>
<DD>Sets the data for this thang.
<DT><A HREF="com/sleepycat/bdb/DataThang.html#setBytes(byte[], int, int)"><B>setBytes(byte[], int, int)</B></A> - 
Method in class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/DataThang.html">DataThang</A>
<DD>Sets the data for this thang.
<DT><A HREF="com/sleepycat/db/DbEnv.html#setCacheSize(long, int)"><B>setCacheSize(long, int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD>Set the size of the shared memory buffer pool -- that is, the cache.
<DT><A HREF="com/sleepycat/db/Db.html#setCacheSize(long, int)"><B>setCacheSize(long, int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>Set the size of the shared memory buffer pool -- that is, the cache.
<DT><A HREF="com/sleepycat/db/Dbt.html#setData(byte[])"><B>setData(byte[])</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Dbt.html">Dbt</A>
<DD>Set the data array.
<DT><A HREF="com/sleepycat/bdb/DataThang.html#setData(byte[], int, int)"><B>setData(byte[], int, int)</B></A> - 
Method in class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/DataThang.html">DataThang</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bdb/bind/SimpleBuffer.html#setData(byte[], int, int)"><B>setData(byte[], int, int)</B></A> - 
Method in class com.sleepycat.bdb.bind.<A HREF="com/sleepycat/bdb/bind/SimpleBuffer.html">SimpleBuffer</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bdb/bind/DataBuffer.html#setData(byte[], int, int)"><B>setData(byte[], int, int)</B></A> - 
Method in interface com.sleepycat.bdb.bind.<A HREF="com/sleepycat/bdb/bind/DataBuffer.html">DataBuffer</A>
<DD>Sets the data in this buffer to the given value.
<DT><A HREF="com/sleepycat/db/DbEnv.html#setDataDir(java.lang.String)"><B>setDataDir(String)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD>Set the path of a directory to be used as the location of the access method database files.
<DT><A HREF="com/sleepycat/bdb/DataThang.html#setDataFormation(java.lang.Object)"><B>setDataFormation(Object)</B></A> - 
Method in class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/DataThang.html">DataThang</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bdb/bind/SimpleBuffer.html#setDataFormation(java.lang.Object)"><B>setDataFormation(Object)</B></A> - 
Method in class com.sleepycat.bdb.bind.<A HREF="com/sleepycat/bdb/bind/SimpleBuffer.html">SimpleBuffer</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bdb/bind/DataBuffer.html#setDataFormation(java.lang.Object)"><B>setDataFormation(Object)</B></A> - 
Method in interface com.sleepycat.bdb.bind.<A HREF="com/sleepycat/bdb/bind/DataBuffer.html">DataBuffer</A>
<DD>Sets the formation associated with the data in this buffer.
<DT><A HREF="com/sleepycat/bdb/TransactionRunner.html#setDirtyRead(boolean)"><B>setDirtyRead(boolean)</B></A> - 
Method in class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/TransactionRunner.html">TransactionRunner</A>
<DD>Changes whether transactions will read data that is modified by another
 transaction but not committed.
<DT><A HREF="com/sleepycat/db/Db.html#setDuplicateCompare(com.sleepycat.db.DbDupCompare)"><B>setDuplicateCompare(DbDupCompare)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/db/DbEnv.html#setEncrypted(java.lang.String, int)"><B>setEncrypted(String, int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD>Set the password used by the Berkeley DB library to perform encryption and decryption.
<DT><A HREF="com/sleepycat/db/Db.html#setEncrypted(java.lang.String, int)"><B>setEncrypted(String, int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>Set the password used by the Berkeley DB library to perform encryption and decryption.
<DT><A HREF="com/sleepycat/db/DbEnv.html#setErrorHandler(com.sleepycat.db.DbErrorHandler)"><B>setErrorHandler(DbErrorHandler)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD>When an error occurs in the Berkeley DB library, an exception is thrown.
<DT><A HREF="com/sleepycat/db/Db.html#setErrorHandler(com.sleepycat.db.DbErrorHandler)"><B>setErrorHandler(DbErrorHandler)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>When an error occurs in the Berkeley DB library, an exception is thrown.
<DT><A HREF="com/sleepycat/db/DbEnv.html#setErrorPrefix(java.lang.String)"><B>setErrorPrefix(String)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD>Set the prefix string that appears before error messages issued by Berkeley DB.
<DT><A HREF="com/sleepycat/db/Db.html#setErrorPrefix(java.lang.String)"><B>setErrorPrefix(String)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>Set the prefix string that appears before error messages issued by Berkeley DB.
<DT><A HREF="com/sleepycat/db/DbEnv.html#setErrorStream(java.io.OutputStream)"><B>setErrorStream(OutputStream)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD>When an error occurs in the Berkeley DB library, an exception is thrown.
<DT><A HREF="com/sleepycat/db/Db.html#setErrorStream(java.io.OutputStream)"><B>setErrorStream(OutputStream)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>When an error occurs in the Berkeley DB library, an exception is thrown.
<DT><A HREF="com/sleepycat/db/DbEnv.html#setFeedbackHandler(com.sleepycat.db.DbEnvFeedbackHandler)"><B>setFeedbackHandler(DbEnvFeedbackHandler)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/db/Db.html#setFeedbackHandler(com.sleepycat.db.DbFeedbackHandler)"><B>setFeedbackHandler(DbFeedbackHandler)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/db/Dbt.html#setFlags(int)"><B>setFlags(int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Dbt.html">Dbt</A>
<DD>Set the object flag value.
<DT><A HREF="com/sleepycat/db/Db.html#setFlags(int)"><B>setFlags(int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>Configure a database.
<DT><A HREF="com/sleepycat/db/DbMpoolFile.html#setFlags(int, boolean)"><B>setFlags(int, boolean)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbMpoolFile.html">DbMpoolFile</A>
<DD>Configure a file in the cache.
<DT><A HREF="com/sleepycat/db/DbEnv.html#setFlags(int, boolean)"><B>setFlags(int, boolean)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD>Configure a database environment.
<DT><A HREF="com/sleepycat/db/Db.html#setHash(com.sleepycat.db.DbHash)"><B>setHash(DbHash)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/db/Db.html#setHashFillFactor(int)"><B>setHashFillFactor(int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>Set the desired density within the hash table.
<DT><A HREF="com/sleepycat/db/Db.html#setHashNumElements(int)"><B>setHashNumElements(int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>Set an estimate of the final size of the hash table.
<DT><A HREF="com/sleepycat/db/DbLockRequest.html#setLock(com.sleepycat.db.DbLock)"><B>setLock(DbLock)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbLockRequest.html">DbLockRequest</A>
<DD>The DbLockRequest.setLock method sets the lock reference.
<DT><A HREF="com/sleepycat/db/DbEnv.html#setLockConflicts(byte[][])"><B>setLockConflicts(byte[][])</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD>Set the locking conflicts matrix.
<DT><A HREF="com/sleepycat/db/DbEnv.html#setLockDetect(int)"><B>setLockDetect(int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD>Set if the deadlock detector is to be run whenever a lock conflict occurs, and specify what lock request(s) should be rejected.
<DT><A HREF="com/sleepycat/bdb/collection/StoredIterator.html#setLockForWrite(boolean)"><B>setLockForWrite(boolean)</B></A> - 
Method in class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredIterator.html">StoredIterator</A>
<DD>Changes whether write-locks will be obtained when reading with this
 cursor.
<DT><A HREF="com/sleepycat/db/DbEnv.html#setLockMaxLockers(int)"><B>setLockMaxLockers(int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD>Set the maximum number of locking entities supported by the Berkeley DB environment.
<DT><A HREF="com/sleepycat/db/DbEnv.html#setLockMaxLocks(int)"><B>setLockMaxLocks(int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD>Set the maximum number of locks supported by the Berkeley DB environment.
<DT><A HREF="com/sleepycat/db/DbEnv.html#setLockMaxObjects(int)"><B>setLockMaxObjects(int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD>Set the maximum number of locked objects supported by the Berkeley DB environment.
<DT><A HREF="com/sleepycat/db/DbEnv.html#setLogBufferSize(int)"><B>setLogBufferSize(int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD>Set the size of the in-memory log buffer, in bytes.
<DT><A HREF="com/sleepycat/db/DbEnv.html#setLogDir(java.lang.String)"><B>setLogDir(String)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD>The path of a directory to be used as the location of logging files.
<DT><A HREF="com/sleepycat/db/DbEnv.html#setLogMax(int)"><B>setLogMax(int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD>Set the maximum size of a single file in the log, in bytes.
<DT><A HREF="com/sleepycat/db/DbEnv.html#setLogRegionMax(int)"><B>setLogRegionMax(int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD>Set the size of the underlying logging area of the Berkeley DB environment, in bytes.
<DT><A HREF="com/sleepycat/bdb/TransactionRunner.html#setMaxRetries(int)"><B>setMaxRetries(int)</B></A> - 
Method in class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/TransactionRunner.html">TransactionRunner</A>
<DD>Changes the maximum number of retries that will be performed when
 deadlocks are detected.
<DT><A HREF="com/sleepycat/db/DbMpoolFile.html#setMaxsize(long)"><B>setMaxsize(long)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbMpoolFile.html">DbMpoolFile</A>
<DD>Set the maximum size for the file to be <b>bytes</b> bytes.
<DT><A HREF="com/sleepycat/db/DbEnv.html#setMemoryPoolMapSize(long)"><B>setMemoryPoolMapSize(long)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD>Files that are opened read-only in the pool (and that satisfy a few other criteria) are, by default, mapped into the process address space instead of being copied into the local cache.
<DT><A HREF="com/sleepycat/db/DbLockRequest.html#setMode(int)"><B>setMode(int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbLockRequest.html">DbLockRequest</A>
<DD>The DbLockRequest.setMode method sets the lock mode.
<DT><A HREF="com/sleepycat/bdb/TransactionRunner.html#setNoWait(boolean)"><B>setNoWait(boolean)</B></A> - 
Method in class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/TransactionRunner.html">TransactionRunner</A>
<DD>Changes whether transactions will throw DbLockNotGrantedException
 instead of blocking when trying to access data that is locked by another
 transaction.
<DT><A HREF="com/sleepycat/db/DbLockRequest.html#setObj(com.sleepycat.db.Dbt)"><B>setObj(Dbt)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbLockRequest.html">DbLockRequest</A>
<DD>The DbLockRequest.setObj method sets the lock object.
<DT><A HREF="com/sleepycat/db/Dbt.html#setObject(java.lang.Object)"><B>setObject(Object)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Dbt.html">Dbt</A>
<DD>Initialize the data array from a serialized object, encoding the object using the Java serialization API.
<DT><A HREF="com/sleepycat/db/Dbt.html#setOffset(int)"><B>setOffset(int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Dbt.html">Dbt</A>
<DD>Set the byte offset into the data array.
<DT><A HREF="com/sleepycat/db/DbLockRequest.html#setOp(int)"><B>setOp(int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbLockRequest.html">DbLockRequest</A>
<DD>The DbLockRequest.setOp method sets the operation.
<DT><A HREF="com/sleepycat/db/Db.html#setPageSize(long)"><B>setPageSize(long)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>Set the size of the pages used to hold items in the database, in bytes.
<DT><A HREF="com/sleepycat/db/DbEnv.html#setPanicHandler(com.sleepycat.db.DbPanicHandler)"><B>setPanicHandler(DbPanicHandler)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/db/Db.html#setPanicHandler(com.sleepycat.db.DbPanicHandler)"><B>setPanicHandler(DbPanicHandler)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>Errors can occur in the Berkeley DB library where the only solution is to shut down the application and run recovery (for example, if Berkeley DB is unable to allocate heap memory).
<DT><A HREF="com/sleepycat/db/Dbt.html#setPartialLength(int)"><B>setPartialLength(int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Dbt.html">Dbt</A>
<DD>Set the byte length of the partial record being read or written by the application, in bytes.
<DT><A HREF="com/sleepycat/db/Dbt.html#setPartialOffset(int)"><B>setPartialOffset(int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Dbt.html">Dbt</A>
<DD>Set the offset of the partial record being read or written by the application, in bytes.
<DT><A HREF="com/sleepycat/db/DbMpoolFile.html#setPriority(int)"><B>setPriority(int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbMpoolFile.html">DbMpoolFile</A>
<DD>Set the cache priority for pages from the specified file.
<DT><A HREF="com/sleepycat/db/Db.html#setQueueExtentSize(int)"><B>setQueueExtentSize(int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>Set the size of the extents used to hold pages in a Queue database, specified as a number of pages.
<DT><A HREF="com/sleepycat/db/Db.html#setRecordDelimiter(int)"><B>setRecordDelimiter(int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>Set the delimiting byte used to mark the end of a record in the backing source file for the Recno access method.
<DT><A HREF="com/sleepycat/db/Db.html#setRecordLength(int)"><B>setRecordLength(int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>For the Queue access method, specify that the records are of length <b>re_len</b>.
<DT><A HREF="com/sleepycat/db/Dbt.html#setRecordNumber(int)"><B>setRecordNumber(int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Dbt.html">Dbt</A>
<DD>Initialize the data array from a logical record number.
<DT><A HREF="com/sleepycat/db/Db.html#setRecordPad(int)"><B>setRecordPad(int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>Set the padding character for short, fixed-length records for the Queue and Recno access methods.
<DT><A HREF="com/sleepycat/db/Db.html#setRecordSource(java.lang.String)"><B>setRecordSource(String)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>Set the underlying source file for the Recno access method.
<DT><A HREF="com/sleepycat/db/DbEnv.html#setReplicationLimit(long)"><B>setReplicationLimit(long)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD>The DbEnv.setReplicationLimit method imposes a byte-count limit on the amount of data that will be transmitted from a site in a single call to <A HREF="com/sleepycat/db/DbEnv.html#replicationProcessMessage(com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, com.sleepycat.db.DbEnv.RepProcessMessage, com.sleepycat.db.DbLsn)"><CODE>DbEnv.replicationProcessMessage</CODE></A> method.
<DT><A HREF="com/sleepycat/db/DbEnv.html#setReplicationTransport(int, com.sleepycat.db.DbRepTransport)"><B>setReplicationTransport(int, DbRepTransport)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/db/DbEnv.html#setRpcServer(com.sleepycat.db.DbClient, java.lang.String, long, long, int)"><B>setRpcServer(DbClient, String, long, long, int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD>Establishes a connection for this <b>dbenv</b> to a RPC server.
<DT><A HREF="com/sleepycat/db/DbEnv.html#setSegmentId(long)"><B>setSegmentId(long)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD>Specify a base segment ID for Berkeley DB environment shared memory regions created in system memory on VxWorks or systems supporting X/Open-style shared memory interfaces; for example, UNIX systems supporting <b>shmget</b>(2) and related System V IPC interfaces.
<DT><A HREF="com/sleepycat/db/Dbt.html#setSize(int)"><B>setSize(int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Dbt.html">Dbt</A>
<DD>Set the byte size of the data array.
<DT><A HREF="com/sleepycat/db/DbEnv.html#setTestAndSetSpins(int)"><B>setTestAndSetSpins(int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD>Specify that test-and-set mutexes should spin <b>tas_spins</b> times without blocking.
<DT><A HREF="com/sleepycat/db/DbLockRequest.html#setTimeout(int)"><B>setTimeout(int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbLockRequest.html">DbLockRequest</A>
<DD>The DbLockRequest.setTimeout method sets the lock timeout value.
<DT><A HREF="com/sleepycat/db/DbTxn.html#setTimeout(long, int)"><B>setTimeout(long, int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbTxn.html">DbTxn</A>
<DD>The DbTxn.setTimeout method sets timeout values for locks or transactions for the specified transaction.
<DT><A HREF="com/sleepycat/db/DbEnv.html#setTimeout(long, int)"><B>setTimeout(long, int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD>The DbEnv.setTimeout method sets timeout values for locks or transactions in the database environment.
<DT><A HREF="com/sleepycat/db/DbEnv.html#setTmpDir(java.lang.String)"><B>setTmpDir(String)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD>Specify the path of a directory to be used as the location of temporary files.
<DT><A HREF="com/sleepycat/db/DbEnv.html#setTxnMax(int)"><B>setTxnMax(int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD>Configure the Berkeley DB database environment to support at least <b>max</b> active transactions.
<DT><A HREF="com/sleepycat/db/DbEnv.html#setTxnTimestamp(java.util.Date)"><B>setTxnTimestamp(Date)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD>Recover to the time specified by <b>timestamp</b> rather than to the most current possible date.
<DT><A HREF="com/sleepycat/db/Dbt.html#setUserBufferLength(int)"><B>setUserBufferLength(int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Dbt.html">Dbt</A>
<DD>Set the byte size of the user-specified buffer.
<DT><A HREF="com/sleepycat/bdb/collection/MapEntry.html#setValue(java.lang.Object)"><B>setValue(Object)</B></A> - 
Method in class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/MapEntry.html">MapEntry</A>
<DD>Changes the value of this entry.
<DT><A HREF="com/sleepycat/db/DbEnv.html#setVerbose(int, boolean)"><B>setVerbose(int, boolean)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD>The DbEnv.setVerbose method turns specific additional informational and debugging messages in the Berkeley DB message output on and off.
<DT><A HREF="com/sleepycat/bdb/bind/SimpleBuffer.html"><B>SimpleBuffer</B></A> - class com.sleepycat.bdb.bind.<A HREF="com/sleepycat/bdb/bind/SimpleBuffer.html">SimpleBuffer</A>.<DD>A simple data buffer implementation that allows using bindings for arbitrary
 data outside the context of a database.<DT><A HREF="com/sleepycat/bdb/bind/SimpleBuffer.html#SimpleBuffer()"><B>SimpleBuffer()</B></A> - 
Constructor for class com.sleepycat.bdb.bind.<A HREF="com/sleepycat/bdb/bind/SimpleBuffer.html">SimpleBuffer</A>
<DD>Creates a simple buffer with null data, an offset of zero and a length
 of zero.
<DT><A HREF="com/sleepycat/bdb/bind/SimpleBuffer.html#SimpleBuffer(byte[])"><B>SimpleBuffer(byte[])</B></A> - 
Constructor for class com.sleepycat.bdb.bind.<A HREF="com/sleepycat/bdb/bind/SimpleBuffer.html">SimpleBuffer</A>
<DD>Creates a simple buffer with the given data with an offset of zero and a
 length equal to the length of the data array.
<DT><A HREF="com/sleepycat/bdb/bind/SimpleBuffer.html#SimpleBuffer(byte[], int, int)"><B>SimpleBuffer(byte[], int, int)</B></A> - 
Constructor for class com.sleepycat.bdb.bind.<A HREF="com/sleepycat/bdb/bind/SimpleBuffer.html">SimpleBuffer</A>
<DD>Creates a simple buffer with the given data, offset and length.
<DT><A HREF="com/sleepycat/bdb/collection/StoredValueSet.html#size()"><B>size()</B></A> - 
Method in class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredValueSet.html">StoredValueSet</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bdb/collection/StoredContainer.html#size()"><B>size()</B></A> - 
Method in class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredContainer.html">StoredContainer</A>
<DD>Always throws UnsupportedOperationException.
<DT><A HREF="com/sleepycat/bdb/util/FastOutputStream.html#size()"><B>size()</B></A> - 
Method in class com.sleepycat.bdb.util.<A HREF="com/sleepycat/bdb/util/FastOutputStream.html">FastOutputStream</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bdb/util/FastInputStream.html#skip(long)"><B>skip(long)</B></A> - 
Method in class com.sleepycat.bdb.util.<A HREF="com/sleepycat/bdb/util/FastInputStream.html">FastInputStream</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/db/DbMpoolStat.html#st_alloc"><B>st_alloc</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbMpoolStat.html">DbMpoolStat</A>
<DD>Number of page allocations.
<DT><A HREF="com/sleepycat/db/DbMpoolStat.html#st_alloc_buckets"><B>st_alloc_buckets</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbMpoolStat.html">DbMpoolStat</A>
<DD>Number of hash buckets checked during allocation.
<DT><A HREF="com/sleepycat/db/DbMpoolStat.html#st_alloc_max_buckets"><B>st_alloc_max_buckets</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbMpoolStat.html">DbMpoolStat</A>
<DD>Maximum number of hash buckets checked during an allocation.
<DT><A HREF="com/sleepycat/db/DbMpoolStat.html#st_alloc_max_pages"><B>st_alloc_max_pages</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbMpoolStat.html">DbMpoolStat</A>
<DD>Maximum number of pages checked during an allocation.
<DT><A HREF="com/sleepycat/db/DbMpoolStat.html#st_alloc_pages"><B>st_alloc_pages</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbMpoolStat.html">DbMpoolStat</A>
<DD>Number of pages checked during allocation.
<DT><A HREF="com/sleepycat/db/DbMpoolStat.html#st_bytes"><B>st_bytes</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbMpoolStat.html">DbMpoolStat</A>
<DD>Bytes of cache (total cache size is st_gbytes + st_bytes).
<DT><A HREF="com/sleepycat/db/DbMpoolStat.html#st_cache_hit"><B>st_cache_hit</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbMpoolStat.html">DbMpoolStat</A>
<DD>Requested pages found in the cache.
<DT><A HREF="com/sleepycat/db/DbMpoolFStat.html#st_cache_hit"><B>st_cache_hit</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbMpoolFStat.html">DbMpoolFStat</A>
<DD>Requested pages found in the cache.
<DT><A HREF="com/sleepycat/db/DbMpoolStat.html#st_cache_miss"><B>st_cache_miss</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbMpoolStat.html">DbMpoolStat</A>
<DD>Requested pages not found in the cache.
<DT><A HREF="com/sleepycat/db/DbMpoolFStat.html#st_cache_miss"><B>st_cache_miss</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbMpoolFStat.html">DbMpoolFStat</A>
<DD>Requested pages not found in the cache.
<DT><A HREF="com/sleepycat/db/DbLogStat.html#st_cur_file"><B>st_cur_file</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbLogStat.html">DbLogStat</A>
<DD>The current log file number.
<DT><A HREF="com/sleepycat/db/DbLockStat.html#st_cur_maxid"><B>st_cur_maxid</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbLockStat.html">DbLockStat</A>
<DD>The current maximum unused locker ID.
<DT><A HREF="com/sleepycat/db/DbLogStat.html#st_cur_offset"><B>st_cur_offset</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbLogStat.html">DbLogStat</A>
<DD>The byte offset in the current log file.
<DT><A HREF="com/sleepycat/db/DbLogStat.html#st_disk_file"><B>st_disk_file</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbLogStat.html">DbLogStat</A>
<DD>The log file number of the last record known to be on disk.
<DT><A HREF="com/sleepycat/db/DbLogStat.html#st_disk_offset"><B>st_disk_offset</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbLogStat.html">DbLogStat</A>
<DD>The byte offset of the last record known to be on disk.
<DT><A HREF="com/sleepycat/db/DbRepStat.html#st_dupmasters"><B>st_dupmasters</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbRepStat.html">DbRepStat</A>
<DD>The number of duplicate master conditions detected.
<DT><A HREF="com/sleepycat/db/DbRepStat.html#st_election_cur_winner"><B>st_election_cur_winner</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbRepStat.html">DbRepStat</A>
<DD>The election winner.
<DT><A HREF="com/sleepycat/db/DbRepStat.html#st_election_gen"><B>st_election_gen</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbRepStat.html">DbRepStat</A>
<DD>The election generation number.
<DT><A HREF="com/sleepycat/db/DbRepStat.html#st_election_lsn"><B>st_election_lsn</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbRepStat.html">DbRepStat</A>
<DD>The maximum LSN of election winner.
<DT><A HREF="com/sleepycat/db/DbRepStat.html#st_election_nsites"><B>st_election_nsites</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbRepStat.html">DbRepStat</A>
<DD>The number sites expected to participate in elections.
<DT><A HREF="com/sleepycat/db/DbRepStat.html#st_election_priority"><B>st_election_priority</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbRepStat.html">DbRepStat</A>
<DD>The election priority.
<DT><A HREF="com/sleepycat/db/DbRepStat.html#st_election_status"><B>st_election_status</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbRepStat.html">DbRepStat</A>
<DD>The current election phase (0 if no election is in progress).
<DT><A HREF="com/sleepycat/db/DbRepStat.html#st_election_tiebreaker"><B>st_election_tiebreaker</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbRepStat.html">DbRepStat</A>
<DD>The election tiebreaker value.
<DT><A HREF="com/sleepycat/db/DbRepStat.html#st_election_votes"><B>st_election_votes</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbRepStat.html">DbRepStat</A>
<DD>The votes received this election round.
<DT><A HREF="com/sleepycat/db/DbRepStat.html#st_elections"><B>st_elections</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbRepStat.html">DbRepStat</A>
<DD>The number of elections held.
<DT><A HREF="com/sleepycat/db/DbRepStat.html#st_elections_won"><B>st_elections_won</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbRepStat.html">DbRepStat</A>
<DD>The number of elections won.
<DT><A HREF="com/sleepycat/db/DbRepStat.html#st_env_id"><B>st_env_id</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbRepStat.html">DbRepStat</A>
<DD>The current environment ID.
<DT><A HREF="com/sleepycat/db/DbRepStat.html#st_env_priority"><B>st_env_priority</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbRepStat.html">DbRepStat</A>
<DD>The current environment priority.
<DT><A HREF="com/sleepycat/db/DbMpoolStat.html#st_gbytes"><B>st_gbytes</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbMpoolStat.html">DbMpoolStat</A>
<DD>Gigabytes of cache (total cache size is st_gbytes + st_bytes).
<DT><A HREF="com/sleepycat/db/DbRepStat.html#st_gen"><B>st_gen</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbRepStat.html">DbRepStat</A>
<DD>The current generation number.
<DT><A HREF="com/sleepycat/db/DbMpoolStat.html#st_hash_buckets"><B>st_hash_buckets</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbMpoolStat.html">DbMpoolStat</A>
<DD>Number of hash buckets in buffer hash table.
<DT><A HREF="com/sleepycat/db/DbMpoolStat.html#st_hash_examined"><B>st_hash_examined</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbMpoolStat.html">DbMpoolStat</A>
<DD>Total number of hash elements traversed during hash table lookups.
<DT><A HREF="com/sleepycat/db/DbMpoolStat.html#st_hash_longest"><B>st_hash_longest</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbMpoolStat.html">DbMpoolStat</A>
<DD>The longest chain ever encountered in buffer hash table lookups.
<DT><A HREF="com/sleepycat/db/DbMpoolStat.html#st_hash_max_wait"><B>st_hash_max_wait</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbMpoolStat.html">DbMpoolStat</A>
<DD>The maximum number of times any hash bucket lock was waited for by a thread of control.
<DT><A HREF="com/sleepycat/db/DbMpoolStat.html#st_hash_nowait"><B>st_hash_nowait</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbMpoolStat.html">DbMpoolStat</A>
<DD>The number of times that a thread of control was able to obtain a hash bucket lock without waiting.
<DT><A HREF="com/sleepycat/db/DbMpoolStat.html#st_hash_searches"><B>st_hash_searches</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbMpoolStat.html">DbMpoolStat</A>
<DD>Total number of buffer hash table lookups.
<DT><A HREF="com/sleepycat/db/DbMpoolStat.html#st_hash_wait"><B>st_hash_wait</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbMpoolStat.html">DbMpoolStat</A>
<DD>The number of times that a thread of control was forced to wait before obtaining a hash bucket lock.
<DT><A HREF="com/sleepycat/db/DbLockStat.html#st_id"><B>st_id</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbLockStat.html">DbLockStat</A>
<DD>The last allocated locker ID.
<DT><A HREF="com/sleepycat/db/DbRepStat.html#st_in_recovery"><B>st_in_recovery</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbRepStat.html">DbRepStat</A>
<DD>The site is currently in client recovery.
<DT><A HREF="com/sleepycat/db/DbTxnStat.html#st_last_ckp"><B>st_last_ckp</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbTxnStat.html">DbTxnStat</A>
<DD>The LSN of the last checkpoint.
<DT><A HREF="com/sleepycat/db/DbTxnStat.html#st_last_txnid"><B>st_last_txnid</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbTxnStat.html">DbTxnStat</A>
<DD>The last transaction ID allocated.
<DT><A HREF="com/sleepycat/db/DbLogStat.html#st_lg_bsize"><B>st_lg_bsize</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbLogStat.html">DbLogStat</A>
<DD>The in-memory log record cache size.
<DT><A HREF="com/sleepycat/db/DbLogStat.html#st_lg_size"><B>st_lg_size</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbLogStat.html">DbLogStat</A>
<DD>The current log file size.
<DT><A HREF="com/sleepycat/db/DbLockStat.html#st_locktimeout"><B>st_locktimeout</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbLockStat.html">DbLockStat</A>
<DD>Lock timeout value.
<DT><A HREF="com/sleepycat/db/DbRepStat.html#st_log_duplicated"><B>st_log_duplicated</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbRepStat.html">DbRepStat</A>
<DD>The number of duplicate log records received.
<DT><A HREF="com/sleepycat/db/DbRepStat.html#st_log_queued"><B>st_log_queued</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbRepStat.html">DbRepStat</A>
<DD>The number of log records currently queued.
<DT><A HREF="com/sleepycat/db/DbRepStat.html#st_log_queued_max"><B>st_log_queued_max</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbRepStat.html">DbRepStat</A>
<DD>The maximum number of log records ever queued at once.
<DT><A HREF="com/sleepycat/db/DbRepStat.html#st_log_queued_total"><B>st_log_queued_total</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbRepStat.html">DbRepStat</A>
<DD>The total number of log records queued.
<DT><A HREF="com/sleepycat/db/DbRepStat.html#st_log_records"><B>st_log_records</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbRepStat.html">DbRepStat</A>
<DD>The number of log records received and appended to the log.
<DT><A HREF="com/sleepycat/db/DbRepStat.html#st_log_requested"><B>st_log_requested</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbRepStat.html">DbRepStat</A>
<DD>The number of log records missed and requested.
<DT><A HREF="com/sleepycat/db/DbLogStat.html#st_magic"><B>st_magic</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbLogStat.html">DbLogStat</A>
<DD>The magic number that identifies a file as a log file.
<DT><A HREF="com/sleepycat/db/DbMpoolStat.html#st_map"><B>st_map</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbMpoolStat.html">DbMpoolStat</A>
<DD>Requested pages mapped into the process' address space (there is no available information about whether or not this request caused disk I/O, although examining the application page fault rate may be helpful).
<DT><A HREF="com/sleepycat/db/DbMpoolFStat.html#st_map"><B>st_map</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbMpoolFStat.html">DbMpoolFStat</A>
<DD>Requested pages mapped into the process' address space.
<DT><A HREF="com/sleepycat/db/DbRepStat.html#st_master"><B>st_master</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbRepStat.html">DbRepStat</A>
<DD>The current master environment ID.
<DT><A HREF="com/sleepycat/db/DbRepStat.html#st_master_changes"><B>st_master_changes</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbRepStat.html">DbRepStat</A>
<DD>The number of times the master has changed.
<DT><A HREF="com/sleepycat/db/DbLogStat.html#st_maxcommitperflush"><B>st_maxcommitperflush</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbLogStat.html">DbLogStat</A>
<DD>The maximum number of commits contained in a single log flush.
<DT><A HREF="com/sleepycat/db/DbLockStat.html#st_maxlockers"><B>st_maxlockers</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbLockStat.html">DbLockStat</A>
<DD>The maximum number of lockers possible.
<DT><A HREF="com/sleepycat/db/DbLockStat.html#st_maxlocks"><B>st_maxlocks</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbLockStat.html">DbLockStat</A>
<DD>The maximum number of locks possible.
<DT><A HREF="com/sleepycat/db/DbTxnStat.html#st_maxnactive"><B>st_maxnactive</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbTxnStat.html">DbTxnStat</A>
<DD>The maximum number of active transactions at any one time.
<DT><A HREF="com/sleepycat/db/DbLockStat.html#st_maxnlockers"><B>st_maxnlockers</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbLockStat.html">DbLockStat</A>
<DD>The maximum number of lockers at any one time.
<DT><A HREF="com/sleepycat/db/DbLockStat.html#st_maxnlocks"><B>st_maxnlocks</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbLockStat.html">DbLockStat</A>
<DD>The maximum number of locks at any one time.
<DT><A HREF="com/sleepycat/db/DbLockStat.html#st_maxnobjects"><B>st_maxnobjects</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbLockStat.html">DbLockStat</A>
<DD>The maximum number of lock objects at any one time.
<DT><A HREF="com/sleepycat/db/DbLockStat.html#st_maxobjects"><B>st_maxobjects</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbLockStat.html">DbLockStat</A>
<DD>The maximum number of lock objects possible.
<DT><A HREF="com/sleepycat/db/DbTxnStat.html#st_maxtxns"><B>st_maxtxns</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbTxnStat.html">DbTxnStat</A>
<DD>The maximum number of active transactions configured.
<DT><A HREF="com/sleepycat/db/DbLogStat.html#st_mincommitperflush"><B>st_mincommitperflush</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbLogStat.html">DbLogStat</A>
<DD>The minimum number of commits contained in a single log flush that contained a commit.
<DT><A HREF="com/sleepycat/db/DbLogStat.html#st_mode"><B>st_mode</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbLogStat.html">DbLogStat</A>
<DD>The mode of any created log files.
<DT><A HREF="com/sleepycat/db/DbRepStat.html#st_msgs_badgen"><B>st_msgs_badgen</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbRepStat.html">DbRepStat</A>
<DD>The number of messages received with a bad generation number.
<DT><A HREF="com/sleepycat/db/DbRepStat.html#st_msgs_processed"><B>st_msgs_processed</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbRepStat.html">DbRepStat</A>
<DD>The number of messages received and processed.
<DT><A HREF="com/sleepycat/db/DbRepStat.html#st_msgs_recover"><B>st_msgs_recover</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbRepStat.html">DbRepStat</A>
<DD>The number of messages ignored due to pending recovery.
<DT><A HREF="com/sleepycat/db/DbRepStat.html#st_msgs_send_failures"><B>st_msgs_send_failures</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbRepStat.html">DbRepStat</A>
<DD>The number of failed message sends.
<DT><A HREF="com/sleepycat/db/DbRepStat.html#st_msgs_sent"><B>st_msgs_sent</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbRepStat.html">DbRepStat</A>
<DD>The number of messages sent.
<DT><A HREF="com/sleepycat/db/DbTxnStat.html#st_naborts"><B>st_naborts</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbTxnStat.html">DbTxnStat</A>
<DD>The number of transactions that have aborted.
<DT><A HREF="com/sleepycat/db/DbTxnStat.html#st_nactive"><B>st_nactive</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbTxnStat.html">DbTxnStat</A>
<DD>The number of transactions that are currently active.
<DT><A HREF="com/sleepycat/db/DbTxnStat.html#st_nbegins"><B>st_nbegins</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbTxnStat.html">DbTxnStat</A>
<DD>The number of transactions that have begun.
<DT><A HREF="com/sleepycat/db/DbMpoolStat.html#st_ncache"><B>st_ncache</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbMpoolStat.html">DbMpoolStat</A>
<DD>Number of caches.
<DT><A HREF="com/sleepycat/db/DbTxnStat.html#st_ncommits"><B>st_ncommits</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbTxnStat.html">DbTxnStat</A>
<DD>The number of transactions that have committed.
<DT><A HREF="com/sleepycat/db/DbLockStat.html#st_nconflicts"><B>st_nconflicts</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbLockStat.html">DbLockStat</A>
<DD>The total number of locks not immediately available due to conflicts.
<DT><A HREF="com/sleepycat/db/DbLockStat.html#st_ndeadlocks"><B>st_ndeadlocks</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbLockStat.html">DbLockStat</A>
<DD>The number of deadlocks.
<DT><A HREF="com/sleepycat/db/DbRepStat.html#st_newsites"><B>st_newsites</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbRepStat.html">DbRepStat</A>
<DD>The number of new site messages received.
<DT><A HREF="com/sleepycat/db/DbRepStat.html#st_next_lsn"><B>st_next_lsn</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbRepStat.html">DbRepStat</A>
<DD>In replication environments configured as masters, the next LSN expected.
<DT><A HREF="com/sleepycat/db/DbLockStat.html#st_nlockers"><B>st_nlockers</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbLockStat.html">DbLockStat</A>
<DD>The number of current lockers.
<DT><A HREF="com/sleepycat/db/DbLockStat.html#st_nlocks"><B>st_nlocks</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbLockStat.html">DbLockStat</A>
<DD>The number of current locks.
<DT><A HREF="com/sleepycat/db/DbLockStat.html#st_nlocktimeouts"><B>st_nlocktimeouts</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbLockStat.html">DbLockStat</A>
<DD>The number of lock requests that have timed out.
<DT><A HREF="com/sleepycat/db/DbLockStat.html#st_nmodes"><B>st_nmodes</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbLockStat.html">DbLockStat</A>
<DD>The number of lock modes.
<DT><A HREF="com/sleepycat/db/DbLockStat.html#st_nnowaits"><B>st_nnowaits</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbLockStat.html">DbLockStat</A>
<DD>The total number of lock requests failing because <A HREF="com/sleepycat/db/Db.html#DB_LOCK_NOWAIT"><CODE>Db.DB_LOCK_NOWAIT</CODE></A> was set.
<DT><A HREF="com/sleepycat/db/DbLockStat.html#st_nobjects"><B>st_nobjects</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbLockStat.html">DbLockStat</A>
<DD>The number of current lock objects.
<DT><A HREF="com/sleepycat/db/DbLockStat.html#st_nreleases"><B>st_nreleases</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbLockStat.html">DbLockStat</A>
<DD>The total number of locks released.
<DT><A HREF="com/sleepycat/db/DbLockStat.html#st_nrequests"><B>st_nrequests</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbLockStat.html">DbLockStat</A>
<DD>The total number of locks requested.
<DT><A HREF="com/sleepycat/db/DbTxnStat.html#st_nrestores"><B>st_nrestores</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbTxnStat.html">DbTxnStat</A>
<DD>The number of transactions that have been restored.
<DT><A HREF="com/sleepycat/db/DbRepStat.html#st_nsites"><B>st_nsites</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbRepStat.html">DbRepStat</A>
<DD>The number of sites believed to be in the replication group.
<DT><A HREF="com/sleepycat/db/DbRepStat.html#st_nthrottles"><B>st_nthrottles</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbRepStat.html">DbRepStat</A>
<DD>Transmission limited.
<DT><A HREF="com/sleepycat/db/DbLockStat.html#st_ntxntimeouts"><B>st_ntxntimeouts</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbLockStat.html">DbLockStat</A>
<DD>The number of transactions that have timed out.
<DT><A HREF="com/sleepycat/db/DbRepStat.html#st_outdated"><B>st_outdated</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbRepStat.html">DbRepStat</A>
<DD>The number of outdated conditions detected.
<DT><A HREF="com/sleepycat/db/DbMpoolStat.html#st_page_clean"><B>st_page_clean</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbMpoolStat.html">DbMpoolStat</A>
<DD>Clean pages currently in the cache.
<DT><A HREF="com/sleepycat/db/DbMpoolStat.html#st_page_create"><B>st_page_create</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbMpoolStat.html">DbMpoolStat</A>
<DD>Pages created in the cache.
<DT><A HREF="com/sleepycat/db/DbMpoolFStat.html#st_page_create"><B>st_page_create</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbMpoolFStat.html">DbMpoolFStat</A>
<DD>Pages created in the cache.
<DT><A HREF="com/sleepycat/db/DbMpoolStat.html#st_page_dirty"><B>st_page_dirty</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbMpoolStat.html">DbMpoolStat</A>
<DD>Dirty pages currently in the cache.
<DT><A HREF="com/sleepycat/db/DbMpoolStat.html#st_page_in"><B>st_page_in</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbMpoolStat.html">DbMpoolStat</A>
<DD>Pages read into the cache.
<DT><A HREF="com/sleepycat/db/DbMpoolFStat.html#st_page_in"><B>st_page_in</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbMpoolFStat.html">DbMpoolFStat</A>
<DD>Pages read into the cache.
<DT><A HREF="com/sleepycat/db/DbMpoolStat.html#st_page_out"><B>st_page_out</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbMpoolStat.html">DbMpoolStat</A>
<DD>Pages written from the cache to the backing file.
<DT><A HREF="com/sleepycat/db/DbMpoolFStat.html#st_page_out"><B>st_page_out</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbMpoolFStat.html">DbMpoolFStat</A>
<DD>Pages written from the cache to the backing file.
<DT><A HREF="com/sleepycat/db/DbMpoolStat.html#st_page_trickle"><B>st_page_trickle</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbMpoolStat.html">DbMpoolStat</A>
<DD>Dirty pages written using the <A HREF="com/sleepycat/db/DbEnv.html#memoryPoolTrickle(int)"><CODE>DbEnv.memoryPoolTrickle</CODE></A> method.
<DT><A HREF="com/sleepycat/db/DbMpoolStat.html#st_pages"><B>st_pages</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbMpoolStat.html">DbMpoolStat</A>
<DD>Pages in the cache.
<DT><A HREF="com/sleepycat/db/DbMpoolFStat.html#st_pagesize"><B>st_pagesize</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbMpoolFStat.html">DbMpoolFStat</A>
<DD>Page size in bytes.
<DT><A HREF="com/sleepycat/db/DbTxnStat.html#st_region_nowait"><B>st_region_nowait</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbTxnStat.html">DbTxnStat</A>
<DD>The number of times that a thread of control was able to obtain the region lock without waiting.
<DT><A HREF="com/sleepycat/db/DbMpoolStat.html#st_region_nowait"><B>st_region_nowait</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbMpoolStat.html">DbMpoolStat</A>
<DD>The number of times that a thread of control was able to obtain a region lock without waiting.
<DT><A HREF="com/sleepycat/db/DbLogStat.html#st_region_nowait"><B>st_region_nowait</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbLogStat.html">DbLogStat</A>
<DD>The number of times that a thread of control was able to obtain the region lock without waiting.
<DT><A HREF="com/sleepycat/db/DbLockStat.html#st_region_nowait"><B>st_region_nowait</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbLockStat.html">DbLockStat</A>
<DD>The number of times that a thread of control was able to obtain the region lock without waiting.
<DT><A HREF="com/sleepycat/db/DbTxnStat.html#st_region_wait"><B>st_region_wait</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbTxnStat.html">DbTxnStat</A>
<DD>The number of times that a thread of control was forced to wait before obtaining the region lock.
<DT><A HREF="com/sleepycat/db/DbMpoolStat.html#st_region_wait"><B>st_region_wait</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbMpoolStat.html">DbMpoolStat</A>
<DD>The number of times that a thread of control was forced to wait before obtaining a region lock.
<DT><A HREF="com/sleepycat/db/DbLogStat.html#st_region_wait"><B>st_region_wait</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbLogStat.html">DbLogStat</A>
<DD>The number of times that a thread of control was forced to wait before obtaining the region lock.
<DT><A HREF="com/sleepycat/db/DbLockStat.html#st_region_wait"><B>st_region_wait</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbLockStat.html">DbLockStat</A>
<DD>The number of times that a thread of control was forced to wait before obtaining the region lock.
<DT><A HREF="com/sleepycat/db/DbTxnStat.html#st_regsize"><B>st_regsize</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbTxnStat.html">DbTxnStat</A>
<DD>The size of the region.
<DT><A HREF="com/sleepycat/db/DbMpoolStat.html#st_regsize"><B>st_regsize</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbMpoolStat.html">DbMpoolStat</A>
<DD>Individual cache size.
<DT><A HREF="com/sleepycat/db/DbLogStat.html#st_regsize"><B>st_regsize</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbLogStat.html">DbLogStat</A>
<DD>The size of the region.
<DT><A HREF="com/sleepycat/db/DbLockStat.html#st_regsize"><B>st_regsize</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbLockStat.html">DbLockStat</A>
<DD>The size of the lock region.
<DT><A HREF="com/sleepycat/db/DbMpoolStat.html#st_ro_evict"><B>st_ro_evict</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbMpoolStat.html">DbMpoolStat</A>
<DD>Clean pages forced from the cache.
<DT><A HREF="com/sleepycat/db/DbMpoolStat.html#st_rw_evict"><B>st_rw_evict</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbMpoolStat.html">DbMpoolStat</A>
<DD>Dirty pages forced from the cache.
<DT><A HREF="com/sleepycat/db/DbLogStat.html#st_scount"><B>st_scount</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbLogStat.html">DbLogStat</A>
<DD>The number of times the log has been flushed to disk.
<DT><A HREF="com/sleepycat/db/DbRepStat.html#st_status"><B>st_status</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbRepStat.html">DbRepStat</A>
<DD>The current replication mode.
<DT><A HREF="com/sleepycat/db/DbTxnStat.html#st_time_ckp"><B>st_time_ckp</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbTxnStat.html">DbTxnStat</A>
<DD>The time the last completed checkpoint finished (as the number of seconds since the Epoch, returned by the IEEE/ANSI Std 1003.1 (POSIX) <b>time</b> function).
<DT><A HREF="com/sleepycat/db/DbTxnStat.html#st_txnarray"><B>st_txnarray</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbTxnStat.html">DbTxnStat</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/db/DbRepStat.html#st_txns_applied"><B>st_txns_applied</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbRepStat.html">DbRepStat</A>
<DD>The number of transactions applied.
<DT><A HREF="com/sleepycat/db/DbLockStat.html#st_txntimeout"><B>st_txntimeout</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbLockStat.html">DbLockStat</A>
<DD>Transaction timeout value.
<DT><A HREF="com/sleepycat/db/DbLogStat.html#st_version"><B>st_version</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbLogStat.html">DbLogStat</A>
<DD>The version of the log file type.
<DT><A HREF="com/sleepycat/db/DbLogStat.html#st_w_bytes"><B>st_w_bytes</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbLogStat.html">DbLogStat</A>
<DD>The number of bytes over and above <b>st_w_mbytes</b> written to this log.
<DT><A HREF="com/sleepycat/db/DbLogStat.html#st_w_mbytes"><B>st_w_mbytes</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbLogStat.html">DbLogStat</A>
<DD>The number of megabytes written to this log.
<DT><A HREF="com/sleepycat/db/DbRepStat.html#st_waiting_lsn"><B>st_waiting_lsn</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbRepStat.html">DbRepStat</A>
<DD>The LSN of the first log record we have after missing log records being waited for, or 0 if no log records are currently missing.
<DT><A HREF="com/sleepycat/db/DbLogStat.html#st_wc_bytes"><B>st_wc_bytes</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbLogStat.html">DbLogStat</A>
<DD>The number of bytes over and above <b>st_wc_mbytes</b> written to this log since the last checkpoint.
<DT><A HREF="com/sleepycat/db/DbLogStat.html#st_wc_mbytes"><B>st_wc_mbytes</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbLogStat.html">DbLogStat</A>
<DD>The number of megabytes written to this log since the last checkpoint.
<DT><A HREF="com/sleepycat/db/DbLogStat.html#st_wcount"><B>st_wcount</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbLogStat.html">DbLogStat</A>
<DD>The number of times the log has been written to disk.
<DT><A HREF="com/sleepycat/db/DbLogStat.html#st_wcount_fill"><B>st_wcount_fill</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbLogStat.html">DbLogStat</A>
<DD>The number of times the log has been written to disk because the in-memory log record cache filled up.
<DT><A HREF="com/sleepycat/db/Db.html#stat(int)"><B>stat(int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>The Db.stat method creates a statistical structure and fills it with statistics for the database.
<DT><A HREF="com/sleepycat/bdb/StoredClassCatalog.html"><B>StoredClassCatalog</B></A> - class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/StoredClassCatalog.html">StoredClassCatalog</A>.<DD>Java serialization catalog used for compact storage of database objects.<DT><A HREF="com/sleepycat/bdb/StoredClassCatalog.html#StoredClassCatalog(com.sleepycat.db.DbEnv, java.lang.String, java.lang.String, int)"><B>StoredClassCatalog(DbEnv, String, String, int)</B></A> - 
Constructor for class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/StoredClassCatalog.html">StoredClassCatalog</A>
<DD>Open a catalog database.
<DT><A HREF="com/sleepycat/bdb/collection/StoredCollection.html"><B>StoredCollection</B></A> - class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredCollection.html">StoredCollection</A>.<DD>A abstract base class for all stored collections.<DT><A HREF="com/sleepycat/bdb/collection/StoredCollections.html"><B>StoredCollections</B></A> - class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredCollections.html">StoredCollections</A>.<DD>This class consists exclusively of static methods that operate on or return
 stored collections.<DT><A HREF="com/sleepycat/bdb/collection/StoredContainer.html"><B>StoredContainer</B></A> - class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredContainer.html">StoredContainer</A>.<DD>A abstract base class for all stored collections and maps.<DT><A HREF="com/sleepycat/bdb/collection/StoredEntrySet.html"><B>StoredEntrySet</B></A> - class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredEntrySet.html">StoredEntrySet</A>.<DD>The Set returned by Map.entrySet().<DT><A HREF="com/sleepycat/bdb/collection/StoredIterator.html"><B>StoredIterator</B></A> - class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredIterator.html">StoredIterator</A>.<DD>The Iterator returned by all stored collections.<DT><A HREF="com/sleepycat/bdb/collection/StoredKeySet.html"><B>StoredKeySet</B></A> - class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredKeySet.html">StoredKeySet</A>.<DD>The Set returned by Map.keySet() and which can also be constructed directly
 if a Map is not needed.<DT><A HREF="com/sleepycat/bdb/collection/StoredKeySet.html#StoredKeySet(com.sleepycat.bdb.DataIndex, com.sleepycat.bdb.bind.DataBinding, boolean)"><B>StoredKeySet(DataIndex, DataBinding, boolean)</B></A> - 
Constructor for class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredKeySet.html">StoredKeySet</A>
<DD>Creates a key set view of a <A HREF="com/sleepycat/bdb/DataIndex.html"><CODE>DataIndex</CODE></A>.
<DT><A HREF="com/sleepycat/bdb/collection/StoredKeySet.html#StoredKeySet(com.sleepycat.bdb.DataStore, com.sleepycat.bdb.bind.DataBinding, boolean)"><B>StoredKeySet(DataStore, DataBinding, boolean)</B></A> - 
Constructor for class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredKeySet.html">StoredKeySet</A>
<DD>Creates a key set view of a <A HREF="com/sleepycat/bdb/DataStore.html"><CODE>DataStore</CODE></A>.
<DT><A HREF="com/sleepycat/bdb/collection/StoredList.html"><B>StoredList</B></A> - class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredList.html">StoredList</A>.<DD>A List view of a <A HREF="com/sleepycat/bdb/DataStore.html"><CODE>DataStore</CODE></A> or <A HREF="com/sleepycat/bdb/DataIndex.html"><CODE>DataIndex</CODE></A>.<DT><A HREF="com/sleepycat/bdb/collection/StoredList.html#StoredList(com.sleepycat.bdb.DataIndex, com.sleepycat.bdb.bind.DataBinding, boolean)"><B>StoredList(DataIndex, DataBinding, boolean)</B></A> - 
Constructor for class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredList.html">StoredList</A>
<DD>Creates a list view of a <A HREF="com/sleepycat/bdb/DataIndex.html"><CODE>DataIndex</CODE></A>.
<DT><A HREF="com/sleepycat/bdb/collection/StoredList.html#StoredList(com.sleepycat.bdb.DataIndex, com.sleepycat.bdb.bind.EntityBinding, boolean)"><B>StoredList(DataIndex, EntityBinding, boolean)</B></A> - 
Constructor for class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredList.html">StoredList</A>
<DD>Creates a list entity view of a <A HREF="com/sleepycat/bdb/DataIndex.html"><CODE>DataIndex</CODE></A>.
<DT><A HREF="com/sleepycat/bdb/collection/StoredList.html#StoredList(com.sleepycat.bdb.DataStore, com.sleepycat.bdb.bind.DataBinding, boolean)"><B>StoredList(DataStore, DataBinding, boolean)</B></A> - 
Constructor for class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredList.html">StoredList</A>
<DD>Creates a list view of a <A HREF="com/sleepycat/bdb/DataStore.html"><CODE>DataStore</CODE></A>.
<DT><A HREF="com/sleepycat/bdb/collection/StoredList.html#StoredList(com.sleepycat.bdb.DataStore, com.sleepycat.bdb.bind.EntityBinding, boolean)"><B>StoredList(DataStore, EntityBinding, boolean)</B></A> - 
Constructor for class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredList.html">StoredList</A>
<DD>Creates a list entity view of a <A HREF="com/sleepycat/bdb/DataStore.html"><CODE>DataStore</CODE></A>.
<DT><A HREF="com/sleepycat/bdb/collection/StoredMap.html"><B>StoredMap</B></A> - class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredMap.html">StoredMap</A>.<DD>A Map view of a <A HREF="com/sleepycat/bdb/DataStore.html"><CODE>DataStore</CODE></A> or <A HREF="com/sleepycat/bdb/DataIndex.html"><CODE>DataIndex</CODE></A>.<DT><A HREF="com/sleepycat/bdb/collection/StoredMap.html#StoredMap(com.sleepycat.bdb.DataIndex, com.sleepycat.bdb.bind.DataBinding, com.sleepycat.bdb.bind.DataBinding, boolean)"><B>StoredMap(DataIndex, DataBinding, DataBinding, boolean)</B></A> - 
Constructor for class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredMap.html">StoredMap</A>
<DD>Creates a map view of a <A HREF="com/sleepycat/bdb/DataIndex.html"><CODE>DataIndex</CODE></A>.
<DT><A HREF="com/sleepycat/bdb/collection/StoredMap.html#StoredMap(com.sleepycat.bdb.DataIndex, com.sleepycat.bdb.bind.DataBinding, com.sleepycat.bdb.bind.EntityBinding, boolean)"><B>StoredMap(DataIndex, DataBinding, EntityBinding, boolean)</B></A> - 
Constructor for class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredMap.html">StoredMap</A>
<DD>Creates a map entity view of a <A HREF="com/sleepycat/bdb/DataIndex.html"><CODE>DataIndex</CODE></A>.
<DT><A HREF="com/sleepycat/bdb/collection/StoredMap.html#StoredMap(com.sleepycat.bdb.DataStore, com.sleepycat.bdb.bind.DataBinding, com.sleepycat.bdb.bind.DataBinding, boolean)"><B>StoredMap(DataStore, DataBinding, DataBinding, boolean)</B></A> - 
Constructor for class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredMap.html">StoredMap</A>
<DD>Creates a map view of a <A HREF="com/sleepycat/bdb/DataStore.html"><CODE>DataStore</CODE></A>.
<DT><A HREF="com/sleepycat/bdb/collection/StoredMap.html#StoredMap(com.sleepycat.bdb.DataStore, com.sleepycat.bdb.bind.DataBinding, com.sleepycat.bdb.bind.EntityBinding, boolean)"><B>StoredMap(DataStore, DataBinding, EntityBinding, boolean)</B></A> - 
Constructor for class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredMap.html">StoredMap</A>
<DD>Creates a map entity view of a <A HREF="com/sleepycat/bdb/DataStore.html"><CODE>DataStore</CODE></A>.
<DT><A HREF="com/sleepycat/bdb/collection/StoredSortedEntrySet.html"><B>StoredSortedEntrySet</B></A> - class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredSortedEntrySet.html">StoredSortedEntrySet</A>.<DD>The SortedSet returned by Map.entrySet().<DT><A HREF="com/sleepycat/bdb/collection/StoredSortedKeySet.html"><B>StoredSortedKeySet</B></A> - class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredSortedKeySet.html">StoredSortedKeySet</A>.<DD>The SortedSet returned by Map.keySet() and which can also be constructed
 directly if a Map is not needed.<DT><A HREF="com/sleepycat/bdb/collection/StoredSortedKeySet.html#StoredSortedKeySet(com.sleepycat.bdb.DataIndex, com.sleepycat.bdb.bind.DataBinding, boolean)"><B>StoredSortedKeySet(DataIndex, DataBinding, boolean)</B></A> - 
Constructor for class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredSortedKeySet.html">StoredSortedKeySet</A>
<DD>Creates a sorted key set view of a <A HREF="com/sleepycat/bdb/DataIndex.html"><CODE>DataIndex</CODE></A>.
<DT><A HREF="com/sleepycat/bdb/collection/StoredSortedKeySet.html#StoredSortedKeySet(com.sleepycat.bdb.DataStore, com.sleepycat.bdb.bind.DataBinding, boolean)"><B>StoredSortedKeySet(DataStore, DataBinding, boolean)</B></A> - 
Constructor for class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredSortedKeySet.html">StoredSortedKeySet</A>
<DD>Creates a sorted key set view of a <A HREF="com/sleepycat/bdb/DataStore.html"><CODE>DataStore</CODE></A>.
<DT><A HREF="com/sleepycat/bdb/collection/StoredSortedMap.html"><B>StoredSortedMap</B></A> - class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredSortedMap.html">StoredSortedMap</A>.<DD>A SortedMap view of a <A HREF="com/sleepycat/bdb/DataStore.html"><CODE>DataStore</CODE></A> or <A HREF="com/sleepycat/bdb/DataIndex.html"><CODE>DataIndex</CODE></A>.<DT><A HREF="com/sleepycat/bdb/collection/StoredSortedMap.html#StoredSortedMap(com.sleepycat.bdb.DataIndex, com.sleepycat.bdb.bind.DataBinding, com.sleepycat.bdb.bind.DataBinding, boolean)"><B>StoredSortedMap(DataIndex, DataBinding, DataBinding, boolean)</B></A> - 
Constructor for class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredSortedMap.html">StoredSortedMap</A>
<DD>Creates a sorted map view of a <A HREF="com/sleepycat/bdb/DataIndex.html"><CODE>DataIndex</CODE></A>.
<DT><A HREF="com/sleepycat/bdb/collection/StoredSortedMap.html#StoredSortedMap(com.sleepycat.bdb.DataIndex, com.sleepycat.bdb.bind.DataBinding, com.sleepycat.bdb.bind.EntityBinding, boolean)"><B>StoredSortedMap(DataIndex, DataBinding, EntityBinding, boolean)</B></A> - 
Constructor for class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredSortedMap.html">StoredSortedMap</A>
<DD>Creates a sorted map entity view of a <A HREF="com/sleepycat/bdb/DataIndex.html"><CODE>DataIndex</CODE></A>.
<DT><A HREF="com/sleepycat/bdb/collection/StoredSortedMap.html#StoredSortedMap(com.sleepycat.bdb.DataStore, com.sleepycat.bdb.bind.DataBinding, com.sleepycat.bdb.bind.DataBinding, boolean)"><B>StoredSortedMap(DataStore, DataBinding, DataBinding, boolean)</B></A> - 
Constructor for class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredSortedMap.html">StoredSortedMap</A>
<DD>Creates a sorted map view of a <A HREF="com/sleepycat/bdb/DataStore.html"><CODE>DataStore</CODE></A>.
<DT><A HREF="com/sleepycat/bdb/collection/StoredSortedMap.html#StoredSortedMap(com.sleepycat.bdb.DataStore, com.sleepycat.bdb.bind.DataBinding, com.sleepycat.bdb.bind.EntityBinding, boolean)"><B>StoredSortedMap(DataStore, DataBinding, EntityBinding, boolean)</B></A> - 
Constructor for class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredSortedMap.html">StoredSortedMap</A>
<DD>Creates a sorted map entity view of a <A HREF="com/sleepycat/bdb/DataStore.html"><CODE>DataStore</CODE></A>.
<DT><A HREF="com/sleepycat/bdb/collection/StoredSortedValueSet.html"><B>StoredSortedValueSet</B></A> - class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredSortedValueSet.html">StoredSortedValueSet</A>.<DD>The SortedSet returned by Map.values() and which can also be constructed
 directly if a Map is not needed.<DT><A HREF="com/sleepycat/bdb/collection/StoredSortedValueSet.html#StoredSortedValueSet(com.sleepycat.bdb.DataIndex, com.sleepycat.bdb.bind.DataBinding, boolean)"><B>StoredSortedValueSet(DataIndex, DataBinding, boolean)</B></A> - 
Constructor for class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredSortedValueSet.html">StoredSortedValueSet</A>
<DD>Creates a sorted value set view of a <A HREF="com/sleepycat/bdb/DataIndex.html"><CODE>DataIndex</CODE></A>.
<DT><A HREF="com/sleepycat/bdb/collection/StoredSortedValueSet.html#StoredSortedValueSet(com.sleepycat.bdb.DataIndex, com.sleepycat.bdb.bind.EntityBinding, boolean)"><B>StoredSortedValueSet(DataIndex, EntityBinding, boolean)</B></A> - 
Constructor for class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredSortedValueSet.html">StoredSortedValueSet</A>
<DD>Creates a sorted value set entity view of a <A HREF="com/sleepycat/bdb/DataIndex.html"><CODE>DataIndex</CODE></A>.
<DT><A HREF="com/sleepycat/bdb/collection/StoredSortedValueSet.html#StoredSortedValueSet(com.sleepycat.bdb.DataStore, com.sleepycat.bdb.bind.EntityBinding, boolean)"><B>StoredSortedValueSet(DataStore, EntityBinding, boolean)</B></A> - 
Constructor for class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredSortedValueSet.html">StoredSortedValueSet</A>
<DD>Creates a sorted value set entity view of a <A HREF="com/sleepycat/bdb/DataStore.html"><CODE>DataStore</CODE></A>.
<DT><A HREF="com/sleepycat/bdb/collection/StoredValueSet.html"><B>StoredValueSet</B></A> - class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredValueSet.html">StoredValueSet</A>.<DD>The Set returned by Map.values() and Map.duplicates(), and which can also be
 constructed directly if a Map is not needed.<DT><A HREF="com/sleepycat/bdb/collection/StoredValueSet.html#StoredValueSet(com.sleepycat.bdb.DataIndex, com.sleepycat.bdb.bind.DataBinding, boolean)"><B>StoredValueSet(DataIndex, DataBinding, boolean)</B></A> - 
Constructor for class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredValueSet.html">StoredValueSet</A>
<DD>Creates a value set view of a <A HREF="com/sleepycat/bdb/DataIndex.html"><CODE>DataIndex</CODE></A>.
<DT><A HREF="com/sleepycat/bdb/collection/StoredValueSet.html#StoredValueSet(com.sleepycat.bdb.DataIndex, com.sleepycat.bdb.bind.EntityBinding, boolean)"><B>StoredValueSet(DataIndex, EntityBinding, boolean)</B></A> - 
Constructor for class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredValueSet.html">StoredValueSet</A>
<DD>Creates a value set entity view of a <A HREF="com/sleepycat/bdb/DataIndex.html"><CODE>DataIndex</CODE></A>.
<DT><A HREF="com/sleepycat/bdb/collection/StoredValueSet.html#StoredValueSet(com.sleepycat.bdb.DataStore, com.sleepycat.bdb.bind.DataBinding, boolean)"><B>StoredValueSet(DataStore, DataBinding, boolean)</B></A> - 
Constructor for class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredValueSet.html">StoredValueSet</A>
<DD>Creates a value set view of a <A HREF="com/sleepycat/bdb/DataStore.html"><CODE>DataStore</CODE></A>.
<DT><A HREF="com/sleepycat/bdb/collection/StoredValueSet.html#StoredValueSet(com.sleepycat.bdb.DataStore, com.sleepycat.bdb.bind.EntityBinding, boolean)"><B>StoredValueSet(DataStore, EntityBinding, boolean)</B></A> - 
Constructor for class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredValueSet.html">StoredValueSet</A>
<DD>Creates a value set entity view of a <A HREF="com/sleepycat/bdb/DataStore.html"><CODE>DataStore</CODE></A>.
<DT><A HREF="com/sleepycat/db/DbEnv.html#strerror(int)"><B>strerror(int)</B></A> - 
Static method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD>The DbEnv.strerror method returns an error message string corresponding to the error number <b>error</b> parameter.
<DT><A HREF="com/sleepycat/bdb/bind/DataType.html#STRING"><B>STRING</B></A> - 
Static variable in interface com.sleepycat.bdb.bind.<A HREF="com/sleepycat/bdb/bind/DataType.html">DataType</A>
<DD><code>String</code> data type.
<DT><A HREF="com/sleepycat/bdb/util/UtfOps.html#stringToBytes(java.lang.String)"><B>stringToBytes(String)</B></A> - 
Static method in class com.sleepycat.bdb.util.<A HREF="com/sleepycat/bdb/util/UtfOps.html">UtfOps</A>
<DD>Converts strings to byte arrays.
<DT><A HREF="com/sleepycat/bdb/collection/StoredList.html#subList(int, int)"><B>subList(int, int)</B></A> - 
Method in class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredList.html">StoredList</A>
<DD>Returns a view of the portion of this list between the specified
 fromIndex, inclusive, and toIndex, exclusive.
<DT><A HREF="com/sleepycat/bdb/collection/StoredSortedMap.html#subMap(java.lang.Object, boolean, java.lang.Object, boolean)"><B>subMap(Object, boolean, Object, boolean)</B></A> - 
Method in class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredSortedMap.html">StoredSortedMap</A>
<DD>Returns a view of the portion of this sorted map whose elements are
 strictly greater than fromKey and strictly less than toKey,
 optionally including fromKey and toKey.
<DT><A HREF="com/sleepycat/bdb/collection/StoredSortedMap.html#subMap(java.lang.Object, java.lang.Object)"><B>subMap(Object, Object)</B></A> - 
Method in class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredSortedMap.html">StoredSortedMap</A>
<DD>Returns a view of the portion of this sorted map whose elements range
 from fromKey, inclusive, to toKey, exclusive.
<DT><A HREF="com/sleepycat/bdb/collection/StoredSortedValueSet.html#subSet(java.lang.Object, boolean, java.lang.Object, boolean)"><B>subSet(Object, boolean, Object, boolean)</B></A> - 
Method in class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredSortedValueSet.html">StoredSortedValueSet</A>
<DD>Returns a view of the portion of this sorted set whose elements are
 strictly greater than fromValue and strictly less than toValue,
 optionally including fromValue and toValue.
<DT><A HREF="com/sleepycat/bdb/collection/StoredSortedKeySet.html#subSet(java.lang.Object, boolean, java.lang.Object, boolean)"><B>subSet(Object, boolean, Object, boolean)</B></A> - 
Method in class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredSortedKeySet.html">StoredSortedKeySet</A>
<DD>Returns a view of the portion of this sorted set whose elements are
 strictly greater than fromKey and strictly less than toKey,
 optionally including fromKey and toKey.
<DT><A HREF="com/sleepycat/bdb/collection/StoredSortedEntrySet.html#subSet(java.lang.Object, boolean, java.lang.Object, boolean)"><B>subSet(Object, boolean, Object, boolean)</B></A> - 
Method in class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredSortedEntrySet.html">StoredSortedEntrySet</A>
<DD>Returns a view of the portion of this sorted set whose elements are
 strictly greater than fromMapEntry and strictly less than toMapEntry,
 optionally including fromMapEntry and toMapEntry.
<DT><A HREF="com/sleepycat/bdb/collection/StoredSortedValueSet.html#subSet(java.lang.Object, java.lang.Object)"><B>subSet(Object, Object)</B></A> - 
Method in class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredSortedValueSet.html">StoredSortedValueSet</A>
<DD>Returns a view of the portion of this sorted set whose elements range
 from fromValue, inclusive, to toValue, exclusive.
<DT><A HREF="com/sleepycat/bdb/collection/StoredSortedKeySet.html#subSet(java.lang.Object, java.lang.Object)"><B>subSet(Object, Object)</B></A> - 
Method in class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredSortedKeySet.html">StoredSortedKeySet</A>
<DD>Returns a view of the portion of this sorted set whose elements range
 from fromKey, inclusive, to toKey, exclusive.
<DT><A HREF="com/sleepycat/bdb/collection/StoredSortedEntrySet.html#subSet(java.lang.Object, java.lang.Object)"><B>subSet(Object, Object)</B></A> - 
Method in class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredSortedEntrySet.html">StoredSortedEntrySet</A>
<DD>Returns a view of the portion of this sorted set whose elements range
 from fromMapEntry, inclusive, to toMapEntry, exclusive.
<DT><A HREF="com/sleepycat/bdb/DataView.html#subView(java.lang.Object, boolean, java.lang.Object, boolean, com.sleepycat.bdb.bind.DataBinding)"><B>subView(Object, boolean, Object, boolean, DataBinding)</B></A> - 
Method in class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/DataView.html">DataView</A>
<DD>Return a new value-set view for key range, optionally changing
 the key binding.
<DT><A HREF="com/sleepycat/db/Db.html#sync(int)"><B>sync(int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>The Db.sync method flushes any cached information to disk.
</DL>
<HR>
<A NAME="_T_"><!-- --></A><H2>
<B>T</B></H2>
<DL>
<DT><A HREF="com/sleepycat/bdb/collection/StoredSortedMap.html#tailMap(java.lang.Object)"><B>tailMap(Object)</B></A> - 
Method in class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredSortedMap.html">StoredSortedMap</A>
<DD>Returns a view of the portion of this sorted map whose elements are
 greater than or equal to fromKey.
<DT><A HREF="com/sleepycat/bdb/collection/StoredSortedMap.html#tailMap(java.lang.Object, boolean)"><B>tailMap(Object, boolean)</B></A> - 
Method in class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredSortedMap.html">StoredSortedMap</A>
<DD>Returns a view of the portion of this sorted map whose elements are
 strictly greater than fromKey, optionally including fromKey.
<DT><A HREF="com/sleepycat/bdb/collection/StoredSortedValueSet.html#tailSet(java.lang.Object)"><B>tailSet(Object)</B></A> - 
Method in class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredSortedValueSet.html">StoredSortedValueSet</A>
<DD>Returns a view of the portion of this sorted set whose elements are
 greater than or equal to fromValue.
<DT><A HREF="com/sleepycat/bdb/collection/StoredSortedKeySet.html#tailSet(java.lang.Object)"><B>tailSet(Object)</B></A> - 
Method in class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredSortedKeySet.html">StoredSortedKeySet</A>
<DD>Returns a view of the portion of this sorted set whose elements are
 greater than or equal to fromKey.
<DT><A HREF="com/sleepycat/bdb/collection/StoredSortedEntrySet.html#tailSet(java.lang.Object)"><B>tailSet(Object)</B></A> - 
Method in class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredSortedEntrySet.html">StoredSortedEntrySet</A>
<DD>Returns a view of the portion of this sorted set whose elements are
 greater than or equal to fromMapEntry.
<DT><A HREF="com/sleepycat/bdb/collection/StoredSortedValueSet.html#tailSet(java.lang.Object, boolean)"><B>tailSet(Object, boolean)</B></A> - 
Method in class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredSortedValueSet.html">StoredSortedValueSet</A>
<DD>Returns a view of the portion of this sorted set whose elements are
 strictly greater than fromValue, optionally including fromValue.
<DT><A HREF="com/sleepycat/bdb/collection/StoredSortedKeySet.html#tailSet(java.lang.Object, boolean)"><B>tailSet(Object, boolean)</B></A> - 
Method in class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredSortedKeySet.html">StoredSortedKeySet</A>
<DD>Returns a view of the portion of this sorted set whose elements are
 strictly greater than fromKey, optionally including fromKey.
<DT><A HREF="com/sleepycat/bdb/collection/StoredSortedEntrySet.html#tailSet(java.lang.Object, boolean)"><B>tailSet(Object, boolean)</B></A> - 
Method in class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredSortedEntrySet.html">StoredSortedEntrySet</A>
<DD>Returns a view of the portion of this sorted set whose elements are
 strictly greater than fromMapEntry, optionally including fromMapEntry.
<DT><A HREF="com/sleepycat/bdb/util/TimeUnits.html"><B>TimeUnits</B></A> - class com.sleepycat.bdb.util.<A HREF="com/sleepycat/bdb/util/TimeUnits.html">TimeUnits</A>.<DD>Common time unit definitions.<DT><A HREF="com/sleepycat/bdb/util/TimeUnits.html#TimeUnits()"><B>TimeUnits()</B></A> - 
Constructor for class com.sleepycat.bdb.util.<A HREF="com/sleepycat/bdb/util/TimeUnits.html">TimeUnits</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bdb/collection/StoredCollection.html#toArray()"><B>toArray()</B></A> - 
Method in class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredCollection.html">StoredCollection</A>
<DD>Returns an array of all the elements in this collection.
<DT><A HREF="com/sleepycat/bdb/collection/StoredCollection.html#toArray(java.lang.Object[])"><B>toArray(Object[])</B></A> - 
Method in class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredCollection.html">StoredCollection</A>
<DD>Returns an array of all the elements in this collection whose runtime
 type is that of the specified array.
<DT><A HREF="com/sleepycat/bdb/util/FastOutputStream.html#toByteArray()"><B>toByteArray()</B></A> - 
Method in class com.sleepycat.bdb.util.<A HREF="com/sleepycat/bdb/util/FastOutputStream.html">FastOutputStream</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bdb/util/FastOutputStream.html#toByteArray(byte[], int)"><B>toByteArray(byte[], int)</B></A> - 
Method in class com.sleepycat.bdb.util.<A HREF="com/sleepycat/bdb/util/FastOutputStream.html">FastOutputStream</A>
<DD>Copy the buffered data to the given array.
<DT><A HREF="com/sleepycat/bdb/collection/StoredCollection.html#toList()"><B>toList()</B></A> - 
Method in class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredCollection.html">StoredCollection</A>
<DD>Returns a copy of this collection as an ArrayList.
<DT><A HREF="com/sleepycat/bdb/DataThang.html#toString()"><B>toString()</B></A> - 
Method in class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/DataThang.html">DataThang</A>
<DD>Converts the byte array of this thang to space-separated integers,
 and suffixed by the record number if applicable.
<DT><A HREF="com/sleepycat/bdb/DataStore.html#toString()"><B>toString()</B></A> - 
Method in class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/DataStore.html">DataStore</A>
<DD>Returns a printable string identifying the filename and datbase name
 of the store.
<DT><A HREF="com/sleepycat/bdb/DataIndex.html#toString()"><B>toString()</B></A> - 
Method in class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/DataIndex.html">DataIndex</A>
<DD>Returns a printable string identifying the file and database name
 of the index.
<DT><A HREF="com/sleepycat/bdb/DataDb.html#toString()"><B>toString()</B></A> - 
Method in class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/DataDb.html">DataDb</A>
<DD>Returns a debugging string containing the database name.
<DT><A HREF="com/sleepycat/bdb/collection/StoredMap.html#toString()"><B>toString()</B></A> - 
Method in class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredMap.html">StoredMap</A>
<DD>Converts the map to a string representation for debugging.
<DT><A HREF="com/sleepycat/bdb/collection/StoredEntrySet.html#toString()"><B>toString()</B></A> - 
Method in class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredEntrySet.html">StoredEntrySet</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bdb/collection/StoredCollection.html#toString()"><B>toString()</B></A> - 
Method in class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredCollection.html">StoredCollection</A>
<DD>Converts the collection to a string representation for debugging.
<DT><A HREF="com/sleepycat/bdb/collection/MapEntry.html#toString()"><B>toString()</B></A> - 
Method in class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/MapEntry.html">MapEntry</A>
<DD>Converts the entry to a string representation for debugging.
<DT><A HREF="com/sleepycat/bdb/util/FastOutputStream.html#toString()"><B>toString()</B></A> - 
Method in class com.sleepycat.bdb.util.<A HREF="com/sleepycat/bdb/util/FastOutputStream.html">FastOutputStream</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/db/DbTxnStat.html#toString()"><B>toString()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbTxnStat.html">DbTxnStat</A>
<DD>Provide a string representation of all the fields contained
 within this class.
<DT><A HREF="com/sleepycat/db/DbTxnStat.Active.html#toString()"><B>toString()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbTxnStat.Active.html">DbTxnStat.Active</A>
<DD>Provide a string representation of all the fields contained
 within this class.
<DT><A HREF="com/sleepycat/db/DbRepStat.html#toString()"><B>toString()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbRepStat.html">DbRepStat</A>
<DD>Provide a string representation of all the fields contained
 within this class.
<DT><A HREF="com/sleepycat/db/DbQueueStat.html#toString()"><B>toString()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbQueueStat.html">DbQueueStat</A>
<DD>Provide a string representation of all the fields contained
 within this class.
<DT><A HREF="com/sleepycat/db/DbMpoolStat.html#toString()"><B>toString()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbMpoolStat.html">DbMpoolStat</A>
<DD>Provide a string representation of all the fields contained
 within this class.
<DT><A HREF="com/sleepycat/db/DbMpoolFStat.html#toString()"><B>toString()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbMpoolFStat.html">DbMpoolFStat</A>
<DD>Provide a string representation of all the fields contained
 within this class.
<DT><A HREF="com/sleepycat/db/DbMemoryException.html#toString()"><B>toString()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbMemoryException.html">DbMemoryException</A>
<DD>Override of DbException.toString(): the extra verbage that
  comes from DbEnv.strerror(ENOMEM) is not helpful.
<DT><A HREF="com/sleepycat/db/DbLogStat.html#toString()"><B>toString()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbLogStat.html">DbLogStat</A>
<DD>Provide a string representation of all the fields contained
 within this class.
<DT><A HREF="com/sleepycat/db/DbLockStat.html#toString()"><B>toString()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbLockStat.html">DbLockStat</A>
<DD>Provide a string representation of all the fields contained
 within this class.
<DT><A HREF="com/sleepycat/db/DbHashStat.html#toString()"><B>toString()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbHashStat.html">DbHashStat</A>
<DD>Provide a string representation of all the fields contained
 within this class.
<DT><A HREF="com/sleepycat/db/DbException.html#toString()"><B>toString()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbException.html">DbException</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/db/DbBtreeStat.html#toString()"><B>toString()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbBtreeStat.html">DbBtreeStat</A>
<DD>Provide a string representation of all the fields contained
 within this class.
<DT><A HREF="com/sleepycat/bdb/DataThang.html#toString(com.sleepycat.db.Dbt)"><B>toString(Dbt)</B></A> - 
Static method in class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/DataThang.html">DataThang</A>
<DD>Converts the byte array of this thang to space-separated integers,
 and suffixed by the record number if applicable.
<DT><A HREF="com/sleepycat/bdb/util/FastOutputStream.html#toString(java.lang.String)"><B>toString(String)</B></A> - 
Method in class com.sleepycat.bdb.util.<A HREF="com/sleepycat/bdb/util/FastOutputStream.html">FastOutputStream</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bdb/TransactionRunner.html"><B>TransactionRunner</B></A> - class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/TransactionRunner.html">TransactionRunner</A>.<DD>Starts a transaction, calls <A HREF="com/sleepycat/bdb/TransactionWorker.html#doWork()"><CODE>TransactionWorker.doWork()</CODE></A>, and handles
 transaction retry and exceptions.<DT><A HREF="com/sleepycat/bdb/TransactionRunner.html#TransactionRunner(com.sleepycat.db.DbEnv)"><B>TransactionRunner(DbEnv)</B></A> - 
Constructor for class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/TransactionRunner.html">TransactionRunner</A>
<DD>Creates a transaction runner for a given Berkeley DB environment.
<DT><A HREF="com/sleepycat/bdb/TransactionRunner.html#TransactionRunner(com.sleepycat.db.DbEnv, int)"><B>TransactionRunner(DbEnv, int)</B></A> - 
Constructor for class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/TransactionRunner.html">TransactionRunner</A>
<DD>Creates a transaction runner for a given Berkeley DB environment and
 with a given number of maximum retries.
<DT><A HREF="com/sleepycat/bdb/TransactionWorker.html"><B>TransactionWorker</B></A> - interface com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/TransactionWorker.html">TransactionWorker</A>.<DD>The interface implemented to perform the work within a transaction.<DT><A HREF="com/sleepycat/db/Db.html#truncate(com.sleepycat.db.DbTxn, int)"><B>truncate(DbTxn, int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>The Db.truncate method empties the database, discarding all records it contains.
<DT><A HREF="com/sleepycat/bdb/bind/tuple/TupleBinding.html"><B>TupleBinding</B></A> - class com.sleepycat.bdb.bind.tuple.<A HREF="com/sleepycat/bdb/bind/tuple/TupleBinding.html">TupleBinding</A>.<DD>An abstract tuple binding for tuple keys or values.<DT><A HREF="com/sleepycat/bdb/bind/tuple/TupleBinding.html#TupleBinding(com.sleepycat.bdb.bind.tuple.TupleFormat)"><B>TupleBinding(TupleFormat)</B></A> - 
Constructor for class com.sleepycat.bdb.bind.tuple.<A HREF="com/sleepycat/bdb/bind/tuple/TupleBinding.html">TupleBinding</A>
<DD>Creates a tuple binding.
<DT><A HREF="com/sleepycat/bdb/bind/tuple/TupleFormat.html"><B>TupleFormat</B></A> - class com.sleepycat.bdb.bind.tuple.<A HREF="com/sleepycat/bdb/bind/tuple/TupleFormat.html">TupleFormat</A>.<DD>The format for tuple data.<DT><A HREF="com/sleepycat/bdb/bind/tuple/TupleFormat.html#TupleFormat()"><B>TupleFormat()</B></A> - 
Constructor for class com.sleepycat.bdb.bind.tuple.<A HREF="com/sleepycat/bdb/bind/tuple/TupleFormat.html">TupleFormat</A>
<DD>Creates a tuple format.
<DT><A HREF="com/sleepycat/bdb/bind/tuple/TupleInput.html"><B>TupleInput</B></A> - class com.sleepycat.bdb.bind.tuple.<A HREF="com/sleepycat/bdb/bind/tuple/TupleInput.html">TupleInput</A>.<DD>Used by tuple bindings to read tuple data.<DT><A HREF="com/sleepycat/bdb/bind/tuple/TupleInput.html#TupleInput(byte[])"><B>TupleInput(byte[])</B></A> - 
Constructor for class com.sleepycat.bdb.bind.tuple.<A HREF="com/sleepycat/bdb/bind/tuple/TupleInput.html">TupleInput</A>
<DD>Creates a tuple input object for reading a byte array of tuple data.
<DT><A HREF="com/sleepycat/bdb/bind/tuple/TupleInput.html#TupleInput(byte[], int, int)"><B>TupleInput(byte[], int, int)</B></A> - 
Constructor for class com.sleepycat.bdb.bind.tuple.<A HREF="com/sleepycat/bdb/bind/tuple/TupleInput.html">TupleInput</A>
<DD>Creates a tuple input object for reading a byte array of tuple data at
 a given offset for a given length.
<DT><A HREF="com/sleepycat/bdb/bind/tuple/TupleInput.html#TupleInput(com.sleepycat.bdb.bind.tuple.TupleOutput)"><B>TupleInput(TupleOutput)</B></A> - 
Constructor for class com.sleepycat.bdb.bind.tuple.<A HREF="com/sleepycat/bdb/bind/tuple/TupleInput.html">TupleInput</A>
<DD>Creates a tuple input object from the data contained in a tuple output
 object.
<DT><A HREF="com/sleepycat/bdb/bind/tuple/TupleInputBinding.html"><B>TupleInputBinding</B></A> - class com.sleepycat.bdb.bind.tuple.<A HREF="com/sleepycat/bdb/bind/tuple/TupleInputBinding.html">TupleInputBinding</A>.<DD>A concrete tuple binding for keys or values which are <A HREF="com/sleepycat/bdb/bind/tuple/TupleInput.html"><CODE>TupleInput</CODE></A>
 objects.<DT><A HREF="com/sleepycat/bdb/bind/tuple/TupleInputBinding.html#TupleInputBinding(com.sleepycat.bdb.bind.tuple.TupleFormat)"><B>TupleInputBinding(TupleFormat)</B></A> - 
Constructor for class com.sleepycat.bdb.bind.tuple.<A HREF="com/sleepycat/bdb/bind/tuple/TupleInputBinding.html">TupleInputBinding</A>
<DD>Creates a tuple input binding.
<DT><A HREF="com/sleepycat/bdb/bind/tuple/TupleMarshalledBinding.html"><B>TupleMarshalledBinding</B></A> - class com.sleepycat.bdb.bind.tuple.<A HREF="com/sleepycat/bdb/bind/tuple/TupleMarshalledBinding.html">TupleMarshalledBinding</A>.<DD>A concrete key or value binding that uses the <A HREF="com/sleepycat/bdb/bind/tuple/MarshalledTupleData.html"><CODE>MarshalledTupleData</CODE></A>
 interface.<DT><A HREF="com/sleepycat/bdb/bind/tuple/TupleMarshalledBinding.html#TupleMarshalledBinding(com.sleepycat.bdb.bind.tuple.TupleFormat, java.lang.Class)"><B>TupleMarshalledBinding(TupleFormat, Class)</B></A> - 
Constructor for class com.sleepycat.bdb.bind.tuple.<A HREF="com/sleepycat/bdb/bind/tuple/TupleMarshalledBinding.html">TupleMarshalledBinding</A>
<DD>Creates a tuple marshalled binding object.
<DT><A HREF="com/sleepycat/bdb/bind/tuple/TupleOutput.html"><B>TupleOutput</B></A> - class com.sleepycat.bdb.bind.tuple.<A HREF="com/sleepycat/bdb/bind/tuple/TupleOutput.html">TupleOutput</A>.<DD>Used by tuple bindings to write tuple data.<DT><A HREF="com/sleepycat/bdb/bind/tuple/TupleOutput.html#TupleOutput()"><B>TupleOutput()</B></A> - 
Constructor for class com.sleepycat.bdb.bind.tuple.<A HREF="com/sleepycat/bdb/bind/tuple/TupleOutput.html">TupleOutput</A>
<DD>Creates a tuple output object for writing a byte array of tuple data.
<DT><A HREF="com/sleepycat/bdb/bind/tuple/TupleOutput.html#TupleOutput(byte[])"><B>TupleOutput(byte[])</B></A> - 
Constructor for class com.sleepycat.bdb.bind.tuple.<A HREF="com/sleepycat/bdb/bind/tuple/TupleOutput.html">TupleOutput</A>
<DD>Creates a tuple output object for writing a byte array of tuple data,
 using a given buffer.
<DT><A HREF="com/sleepycat/bdb/bind/serial/TupleSerialBinding.html"><B>TupleSerialBinding</B></A> - class com.sleepycat.bdb.bind.serial.<A HREF="com/sleepycat/bdb/bind/serial/TupleSerialBinding.html">TupleSerialBinding</A>.<DD>A abstract entity binding that uses a tuple key and a serial value.<DT><A HREF="com/sleepycat/bdb/bind/serial/TupleSerialBinding.html#TupleSerialBinding(com.sleepycat.bdb.bind.tuple.TupleFormat, com.sleepycat.bdb.bind.serial.SerialFormat)"><B>TupleSerialBinding(TupleFormat, SerialFormat)</B></A> - 
Constructor for class com.sleepycat.bdb.bind.serial.<A HREF="com/sleepycat/bdb/bind/serial/TupleSerialBinding.html">TupleSerialBinding</A>
<DD>Creates a tuple-serial entity binding.
<DT><A HREF="com/sleepycat/bdb/factory/TupleSerialDbFactory.html"><B>TupleSerialDbFactory</B></A> - class com.sleepycat.bdb.factory.<A HREF="com/sleepycat/bdb/factory/TupleSerialDbFactory.html">TupleSerialDbFactory</A>.<DD>Creates stored collections having tuple keys and serialized entity values.<DT><A HREF="com/sleepycat/bdb/factory/TupleSerialDbFactory.html#TupleSerialDbFactory(com.sleepycat.bdb.bind.serial.ClassCatalog)"><B>TupleSerialDbFactory(ClassCatalog)</B></A> - 
Constructor for class com.sleepycat.bdb.factory.<A HREF="com/sleepycat/bdb/factory/TupleSerialDbFactory.html">TupleSerialDbFactory</A>
<DD>Creates a tuple-serial factory for given environment and class catalog.
<DT><A HREF="com/sleepycat/bdb/bind/serial/TupleSerialKeyExtractor.html"><B>TupleSerialKeyExtractor</B></A> - class com.sleepycat.bdb.bind.serial.<A HREF="com/sleepycat/bdb/bind/serial/TupleSerialKeyExtractor.html">TupleSerialKeyExtractor</A>.<DD>A abstract key extractor that uses a tuple key and a serial value.<DT><A HREF="com/sleepycat/bdb/bind/serial/TupleSerialKeyExtractor.html#TupleSerialKeyExtractor(com.sleepycat.bdb.bind.tuple.TupleFormat, com.sleepycat.bdb.bind.serial.SerialFormat, com.sleepycat.bdb.bind.tuple.TupleFormat)"><B>TupleSerialKeyExtractor(TupleFormat, SerialFormat, TupleFormat)</B></A> - 
Constructor for class com.sleepycat.bdb.bind.serial.<A HREF="com/sleepycat/bdb/bind/serial/TupleSerialKeyExtractor.html">TupleSerialKeyExtractor</A>
<DD>Creates a tuple-serial key extractor.
<DT><A HREF="com/sleepycat/bdb/bind/serial/TupleSerialMarshalledBinding.html"><B>TupleSerialMarshalledBinding</B></A> - class com.sleepycat.bdb.bind.serial.<A HREF="com/sleepycat/bdb/bind/serial/TupleSerialMarshalledBinding.html">TupleSerialMarshalledBinding</A>.<DD>A concrete entity binding that uses the <A HREF="com/sleepycat/bdb/bind/tuple/MarshalledTupleKeyEntity.html"><CODE>MarshalledTupleKeyEntity</CODE></A>
 interface.<DT><A HREF="com/sleepycat/bdb/bind/serial/TupleSerialMarshalledBinding.html#TupleSerialMarshalledBinding(com.sleepycat.bdb.bind.tuple.TupleFormat, com.sleepycat.bdb.bind.serial.SerialFormat)"><B>TupleSerialMarshalledBinding(TupleFormat, SerialFormat)</B></A> - 
Constructor for class com.sleepycat.bdb.bind.serial.<A HREF="com/sleepycat/bdb/bind/serial/TupleSerialMarshalledBinding.html">TupleSerialMarshalledBinding</A>
<DD>Creates a tuple-serial marshalled binding object.
<DT><A HREF="com/sleepycat/bdb/bind/serial/TupleSerialMarshalledKeyExtractor.html"><B>TupleSerialMarshalledKeyExtractor</B></A> - class com.sleepycat.bdb.bind.serial.<A HREF="com/sleepycat/bdb/bind/serial/TupleSerialMarshalledKeyExtractor.html">TupleSerialMarshalledKeyExtractor</A>.<DD>A concrete key extractor that works in conjunction with a <A HREF="com/sleepycat/bdb/bind/serial/TupleSerialMarshalledBinding.html"><CODE>TupleSerialMarshalledBinding</CODE></A>.<DT><A HREF="com/sleepycat/bdb/bind/serial/TupleSerialMarshalledKeyExtractor.html#TupleSerialMarshalledKeyExtractor(com.sleepycat.bdb.bind.serial.TupleSerialMarshalledBinding, com.sleepycat.bdb.bind.tuple.TupleFormat, java.lang.String, boolean, boolean)"><B>TupleSerialMarshalledKeyExtractor(TupleSerialMarshalledBinding, TupleFormat, String, boolean, boolean)</B></A> - 
Constructor for class com.sleepycat.bdb.bind.serial.<A HREF="com/sleepycat/bdb/bind/serial/TupleSerialMarshalledKeyExtractor.html">TupleSerialMarshalledKeyExtractor</A>
<DD>Creates a tuple-serial marshalled key extractor.
<DT><A HREF="com/sleepycat/bdb/bind/tuple/TupleTupleBinding.html"><B>TupleTupleBinding</B></A> - class com.sleepycat.bdb.bind.tuple.<A HREF="com/sleepycat/bdb/bind/tuple/TupleTupleBinding.html">TupleTupleBinding</A>.<DD>An abstract entity binding that uses a tuple key and a tuple value.<DT><A HREF="com/sleepycat/bdb/bind/tuple/TupleTupleBinding.html#TupleTupleBinding(com.sleepycat.bdb.bind.tuple.TupleFormat, com.sleepycat.bdb.bind.tuple.TupleFormat)"><B>TupleTupleBinding(TupleFormat, TupleFormat)</B></A> - 
Constructor for class com.sleepycat.bdb.bind.tuple.<A HREF="com/sleepycat/bdb/bind/tuple/TupleTupleBinding.html">TupleTupleBinding</A>
<DD>Creates a tuple-tuple entity binding.
<DT><A HREF="com/sleepycat/bdb/bind/tuple/TupleTupleKeyExtractor.html"><B>TupleTupleKeyExtractor</B></A> - class com.sleepycat.bdb.bind.tuple.<A HREF="com/sleepycat/bdb/bind/tuple/TupleTupleKeyExtractor.html">TupleTupleKeyExtractor</A>.<DD>An abstract key extractor that uses a tuple key and a tuple value.<DT><A HREF="com/sleepycat/bdb/bind/tuple/TupleTupleKeyExtractor.html#TupleTupleKeyExtractor(com.sleepycat.bdb.bind.tuple.TupleFormat, com.sleepycat.bdb.bind.tuple.TupleFormat, com.sleepycat.bdb.bind.tuple.TupleFormat)"><B>TupleTupleKeyExtractor(TupleFormat, TupleFormat, TupleFormat)</B></A> - 
Constructor for class com.sleepycat.bdb.bind.tuple.<A HREF="com/sleepycat/bdb/bind/tuple/TupleTupleKeyExtractor.html">TupleTupleKeyExtractor</A>
<DD>Creates a tuple-tuple key extractor.
<DT><A HREF="com/sleepycat/bdb/bind/tuple/TupleTupleMarshalledBinding.html"><B>TupleTupleMarshalledBinding</B></A> - class com.sleepycat.bdb.bind.tuple.<A HREF="com/sleepycat/bdb/bind/tuple/TupleTupleMarshalledBinding.html">TupleTupleMarshalledBinding</A>.<DD>A concrete entity binding that uses the <A HREF="com/sleepycat/bdb/bind/tuple/MarshalledTupleData.html"><CODE>MarshalledTupleData</CODE></A> and the
 <A HREF="com/sleepycat/bdb/bind/tuple/MarshalledTupleKeyEntity.html"><CODE>MarshalledTupleKeyEntity</CODE></A> interfaces.<DT><A HREF="com/sleepycat/bdb/bind/tuple/TupleTupleMarshalledBinding.html#TupleTupleMarshalledBinding(com.sleepycat.bdb.bind.tuple.TupleFormat, com.sleepycat.bdb.bind.tuple.TupleFormat, java.lang.Class)"><B>TupleTupleMarshalledBinding(TupleFormat, TupleFormat, Class)</B></A> - 
Constructor for class com.sleepycat.bdb.bind.tuple.<A HREF="com/sleepycat/bdb/bind/tuple/TupleTupleMarshalledBinding.html">TupleTupleMarshalledBinding</A>
<DD>Creates a tuple-tuple marshalled binding object.
<DT><A HREF="com/sleepycat/bdb/bind/tuple/TupleTupleMarshalledKeyExtractor.html"><B>TupleTupleMarshalledKeyExtractor</B></A> - class com.sleepycat.bdb.bind.tuple.<A HREF="com/sleepycat/bdb/bind/tuple/TupleTupleMarshalledKeyExtractor.html">TupleTupleMarshalledKeyExtractor</A>.<DD>A concrete key extractor that works in conjunction with a <A HREF="com/sleepycat/bdb/bind/tuple/TupleTupleMarshalledBinding.html"><CODE>TupleTupleMarshalledBinding</CODE></A>.<DT><A HREF="com/sleepycat/bdb/bind/tuple/TupleTupleMarshalledKeyExtractor.html#TupleTupleMarshalledKeyExtractor(com.sleepycat.bdb.bind.tuple.TupleTupleMarshalledBinding, com.sleepycat.bdb.bind.tuple.TupleFormat, java.lang.String, boolean, boolean)"><B>TupleTupleMarshalledKeyExtractor(TupleTupleMarshalledBinding, TupleFormat, String, boolean, boolean)</B></A> - 
Constructor for class com.sleepycat.bdb.bind.tuple.<A HREF="com/sleepycat/bdb/bind/tuple/TupleTupleMarshalledKeyExtractor.html">TupleTupleMarshalledKeyExtractor</A>
<DD>Creates a tuple-tuple marshalled key extractor.
<DT><A HREF="com/sleepycat/db/DbPreplist.html#txn"><B>txn</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbPreplist.html">DbPreplist</A>
<DD>The transaction handle for the transaction.
<DT><A HREF="com/sleepycat/db/DbEnv.html#txn_begin(com.sleepycat.db.DbTxn, int)"><B>txn_begin(DbTxn, int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/DbEnv.html#txnBegin(com.sleepycat.db.DbTxn, int)"><CODE>DbEnv.txnBegin(DbTxn,int)</CODE></A></I>
<DT><A HREF="com/sleepycat/db/DbEnv.html#txn_checkpoint(int, int, int)"><B>txn_checkpoint(int, int, int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/DbEnv.html#txnCheckpoint(int, int, int)"><CODE>DbEnv.txnCheckpoint(int,int,int)</CODE></A></I>
<DT><A HREF="com/sleepycat/db/DbEnv.html#txn_recover(int, int)"><B>txn_recover(int, int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/DbEnv.html#txnRecover(int, int)"><CODE>DbEnv.txnRecover(int,int)</CODE></A></I>
<DT><A HREF="com/sleepycat/db/DbEnv.html#txn_stat(int)"><B>txn_stat(int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="com/sleepycat/db/DbEnv.html#txnStat(int)"><CODE>DbEnv.txnStat(int)</CODE></A></I>
<DT><A HREF="com/sleepycat/db/DbEnv.html#txnBegin(com.sleepycat.db.DbTxn, int)"><B>txnBegin(DbTxn, int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD>The DbEnv.txnBegin method creates a new transaction in the environment and returns a <A HREF="com/sleepycat/db/DbTxn.html"><CODE>DbTxn</CODE></A> that uniquely identifies it.
<DT><A HREF="com/sleepycat/db/DbEnv.html#txnCheckpoint(int, int, int)"><B>txnCheckpoint(int, int, int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD>The DbEnv.txnCheckpoint method flushes the underlying memory pool, writes a checkpoint record to the log, and then flushes the log.
<DT><A HREF="com/sleepycat/db/DbTxnStat.Active.html#txnid"><B>txnid</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbTxnStat.Active.html">DbTxnStat.Active</A>
<DD>The transaction ID of the transaction.
<DT><A HREF="com/sleepycat/db/DbEnv.html#txnRecover(int, int)"><B>txnRecover(int, int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD>The DbEnv.txnRecover method returns a list of prepared but not yet resolved transactions.
<DT><A HREF="com/sleepycat/db/DbEnv.html#txnStat(int)"><B>txnStat(int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbEnv.html">DbEnv</A>
<DD>The DbEnv.txnStat method returns the transaction subsystem statistics.
</DL>
<HR>
<A NAME="_U_"><!-- --></A><H2>
<B>U</B></H2>
<DL>
<DT><A HREF="com/sleepycat/bdb/bind/tuple/MarshalledTupleData.html#unmarshalData(com.sleepycat.bdb.bind.tuple.TupleInput)"><B>unmarshalData(TupleInput)</B></A> - 
Method in interface com.sleepycat.bdb.bind.tuple.<A HREF="com/sleepycat/bdb/bind/tuple/MarshalledTupleData.html">MarshalledTupleData</A>
<DD>Construct the key or value object from the key or value tuple data.
<DT><A HREF="com/sleepycat/bdb/bind/tuple/MarshalledTupleKeyEntity.html#unmarshalPrimaryKey(com.sleepycat.bdb.bind.tuple.TupleInput)"><B>unmarshalPrimaryKey(TupleInput)</B></A> - 
Method in interface com.sleepycat.bdb.bind.tuple.<A HREF="com/sleepycat/bdb/bind/tuple/MarshalledTupleKeyEntity.html">MarshalledTupleKeyEntity</A>
<DD>Completes construction of the entity by setting its primary key from the
 stored primary key.
<DT><A HREF="com/sleepycat/bdb/util/ExceptionUnwrapper.html#unwrap(java.lang.Exception)"><B>unwrap(Exception)</B></A> - 
Static method in class com.sleepycat.bdb.util.<A HREF="com/sleepycat/bdb/util/ExceptionUnwrapper.html">ExceptionUnwrapper</A>
<DD>Unwraps an Exception and returns the underlying Exception, or throws an
 Error if the underlying Throwable is an Error.
<DT><A HREF="com/sleepycat/bdb/util/ExceptionUnwrapper.html#unwrapAny(java.lang.Throwable)"><B>unwrapAny(Throwable)</B></A> - 
Static method in class com.sleepycat.bdb.util.<A HREF="com/sleepycat/bdb/util/ExceptionUnwrapper.html">ExceptionUnwrapper</A>
<DD>Unwraps an Exception and returns the underlying Throwable.
<DT><A HREF="com/sleepycat/db/Db.html#upgrade(java.lang.String, int)"><B>upgrade(String, int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>The Db.upgrade method upgrades all of the databases included in the file <b>file</b>, if necessary.
<DT><A HREF="com/sleepycat/bdb/util/UtfOps.html"><B>UtfOps</B></A> - class com.sleepycat.bdb.util.<A HREF="com/sleepycat/bdb/util/UtfOps.html">UtfOps</A>.<DD>UTF operations with more flexibility than is provided by DataInput and
 DataOutput.<DT><A HREF="com/sleepycat/bdb/util/UtfOps.html#UtfOps()"><B>UtfOps()</B></A> - 
Constructor for class com.sleepycat.bdb.util.<A HREF="com/sleepycat/bdb/util/UtfOps.html">UtfOps</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_V_"><!-- --></A><H2>
<B>V</B></H2>
<DL>
<DT><A HREF="com/sleepycat/bdb/collection/StoredMap.html#values()"><B>values()</B></A> - 
Method in class com.sleepycat.bdb.collection.<A HREF="com/sleepycat/bdb/collection/StoredMap.html">StoredMap</A>
<DD>Returns a collection view of the values contained in this map.
<DT><A HREF="com/sleepycat/bdb/DataView.html#valueSetView()"><B>valueSetView()</B></A> - 
Method in class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/DataView.html">DataView</A>
<DD>Return a new value-set view derived from this view by setting the
 key binding to null.
<DT><A HREF="com/sleepycat/bdb/DataView.html#valueSetView(java.lang.Object)"><B>valueSetView(Object)</B></A> - 
Method in class com.sleepycat.bdb.<A HREF="com/sleepycat/bdb/DataView.html">DataView</A>
<DD>Return a new value-set view for single key range.
<DT><A HREF="com/sleepycat/db/Db.html#verify(java.lang.String, java.lang.String, java.io.OutputStream, int)"><B>verify(String, String, OutputStream, int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Db.html">Db</A>
<DD>The Db.verify method verifies the integrity of all databases in the file specified by the <b>file</b> parameter, and optionally outputs the databases' key/data pairs to the file stream specified by the <b>outfile</b> parameter.
</DL>
<HR>
<A NAME="_W_"><!-- --></A><H2>
<B>W</B></H2>
<DL>
<DT><A HREF="com/sleepycat/bdb/util/FastOutputStream.html#write(byte[])"><B>write(byte[])</B></A> - 
Method in class com.sleepycat.bdb.util.<A HREF="com/sleepycat/bdb/util/FastOutputStream.html">FastOutputStream</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bdb/util/FastOutputStream.html#write(byte[], int, int)"><B>write(byte[], int, int)</B></A> - 
Method in class com.sleepycat.bdb.util.<A HREF="com/sleepycat/bdb/util/FastOutputStream.html">FastOutputStream</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bdb/util/FastOutputStream.html#write(int)"><B>write(int)</B></A> - 
Method in class com.sleepycat.bdb.util.<A HREF="com/sleepycat/bdb/util/FastOutputStream.html">FastOutputStream</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bdb/bind/tuple/TupleOutput.html#writeBoolean(boolean)"><B>writeBoolean(boolean)</B></A> - 
Method in class com.sleepycat.bdb.bind.tuple.<A HREF="com/sleepycat/bdb/bind/tuple/TupleOutput.html">TupleOutput</A>
<DD>Writes a boolean (one byte) unsigned value to the buffer, writing one
 if the value is true and zero if it is false.
<DT><A HREF="com/sleepycat/bdb/bind/tuple/TupleOutput.html#writeByte(int)"><B>writeByte(int)</B></A> - 
Method in class com.sleepycat.bdb.bind.tuple.<A HREF="com/sleepycat/bdb/bind/tuple/TupleOutput.html">TupleOutput</A>
<DD>Writes an signed byte (one byte) value to the buffer.
<DT><A HREF="com/sleepycat/bdb/bind/tuple/TupleOutput.html#writeBytes(char[])"><B>writeBytes(char[])</B></A> - 
Method in class com.sleepycat.bdb.bind.tuple.<A HREF="com/sleepycat/bdb/bind/tuple/TupleOutput.html">TupleOutput</A>
<DD>Writes the specified bytes to the buffer, converting each character to
 an unsigned byte value.
<DT><A HREF="com/sleepycat/bdb/bind/tuple/TupleOutput.html#writeBytes(java.lang.String)"><B>writeBytes(String)</B></A> - 
Method in class com.sleepycat.bdb.bind.tuple.<A HREF="com/sleepycat/bdb/bind/tuple/TupleOutput.html">TupleOutput</A>
<DD>Writes the specified bytes to the buffer, converting each character to
 an unsigned byte value.
<DT><A HREF="com/sleepycat/bdb/bind/tuple/TupleOutput.html#writeChar(int)"><B>writeChar(int)</B></A> - 
Method in class com.sleepycat.bdb.bind.tuple.<A HREF="com/sleepycat/bdb/bind/tuple/TupleOutput.html">TupleOutput</A>
<DD>Writes a char (two byte) unsigned value to the buffer.
<DT><A HREF="com/sleepycat/bdb/bind/tuple/TupleOutput.html#writeChars(char[])"><B>writeChars(char[])</B></A> - 
Method in class com.sleepycat.bdb.bind.tuple.<A HREF="com/sleepycat/bdb/bind/tuple/TupleOutput.html">TupleOutput</A>
<DD>Writes the specified characters to the buffer, converting each character
 to a two byte unsigned value.
<DT><A HREF="com/sleepycat/bdb/bind/tuple/TupleOutput.html#writeChars(java.lang.String)"><B>writeChars(String)</B></A> - 
Method in class com.sleepycat.bdb.bind.tuple.<A HREF="com/sleepycat/bdb/bind/tuple/TupleOutput.html">TupleOutput</A>
<DD>Writes the specified characters to the buffer, converting each character
 to a two byte unsigned value.
<DT><A HREF="com/sleepycat/bdb/bind/tuple/TupleOutput.html#writeDouble(double)"><B>writeDouble(double)</B></A> - 
Method in class com.sleepycat.bdb.bind.tuple.<A HREF="com/sleepycat/bdb/bind/tuple/TupleOutput.html">TupleOutput</A>
<DD>Writes an signed double (eight byte) value to the buffer.
<DT><A HREF="com/sleepycat/bdb/bind/tuple/TupleOutput.html#writeFloat(float)"><B>writeFloat(float)</B></A> - 
Method in class com.sleepycat.bdb.bind.tuple.<A HREF="com/sleepycat/bdb/bind/tuple/TupleOutput.html">TupleOutput</A>
<DD>Writes an signed float (four byte) value to the buffer.
<DT><A HREF="com/sleepycat/bdb/bind/tuple/TupleOutput.html#writeInt(int)"><B>writeInt(int)</B></A> - 
Method in class com.sleepycat.bdb.bind.tuple.<A HREF="com/sleepycat/bdb/bind/tuple/TupleOutput.html">TupleOutput</A>
<DD>Writes an signed int (four byte) value to the buffer.
<DT><A HREF="com/sleepycat/bdb/bind/tuple/TupleOutput.html#writeLong(long)"><B>writeLong(long)</B></A> - 
Method in class com.sleepycat.bdb.bind.tuple.<A HREF="com/sleepycat/bdb/bind/tuple/TupleOutput.html">TupleOutput</A>
<DD>Writes an signed long (eight byte) value to the buffer.
<DT><A HREF="com/sleepycat/bdb/bind/tuple/TupleOutput.html#writeShort(int)"><B>writeShort(int)</B></A> - 
Method in class com.sleepycat.bdb.bind.tuple.<A HREF="com/sleepycat/bdb/bind/tuple/TupleOutput.html">TupleOutput</A>
<DD>Writes an signed short (two byte) value to the buffer.
<DT><A HREF="com/sleepycat/bdb/bind/tuple/TupleOutput.html#writeString(char[])"><B>writeString(char[])</B></A> - 
Method in class com.sleepycat.bdb.bind.tuple.<A HREF="com/sleepycat/bdb/bind/tuple/TupleOutput.html">TupleOutput</A>
<DD>Writes the specified characters to the buffer, converting each character
 to UTF format.
<DT><A HREF="com/sleepycat/bdb/bind/tuple/TupleOutput.html#writeString(java.lang.String)"><B>writeString(String)</B></A> - 
Method in class com.sleepycat.bdb.bind.tuple.<A HREF="com/sleepycat/bdb/bind/tuple/TupleOutput.html">TupleOutput</A>
<DD>Writes the specified characters to the buffer, converting each character
 to UTF format, and adding a null terminator byte.
<DT><A HREF="com/sleepycat/bdb/util/FastOutputStream.html#writeTo(java.io.OutputStream)"><B>writeTo(OutputStream)</B></A> - 
Method in class com.sleepycat.bdb.util.<A HREF="com/sleepycat/bdb/util/FastOutputStream.html">FastOutputStream</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bdb/bind/tuple/TupleOutput.html#writeUnsignedByte(int)"><B>writeUnsignedByte(int)</B></A> - 
Method in class com.sleepycat.bdb.bind.tuple.<A HREF="com/sleepycat/bdb/bind/tuple/TupleOutput.html">TupleOutput</A>
<DD>Writes an unsigned byte (one byte) value to the buffer.
<DT><A HREF="com/sleepycat/bdb/bind/tuple/TupleOutput.html#writeUnsignedInt(long)"><B>writeUnsignedInt(long)</B></A> - 
Method in class com.sleepycat.bdb.bind.tuple.<A HREF="com/sleepycat/bdb/bind/tuple/TupleOutput.html">TupleOutput</A>
<DD>Writes an unsigned int (four byte) value to the buffer.
<DT><A HREF="com/sleepycat/bdb/bind/tuple/TupleOutput.html#writeUnsignedShort(int)"><B>writeUnsignedShort(int)</B></A> - 
Method in class com.sleepycat.bdb.bind.tuple.<A HREF="com/sleepycat/bdb/bind/tuple/TupleOutput.html">TupleOutput</A>
<DD>Writes an unsigned short (two byte) value to the buffer.
</DL>
<HR>
<A NAME="_X_"><!-- --></A><H2>
<B>X</B></H2>
<DL>
<DT><A HREF="com/sleepycat/db/DbTxnStat.Active.html#xa_status"><B>xa_status</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbTxnStat.Active.html">DbTxnStat.Active</A>
<DD>If the transaction is an XA transaction, the status of the transaction, otherwise 0.
<DT><A HREF="com/sleepycat/db/DbTxnStat.Active.html#xid"><B>xid</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DbTxnStat.Active.html">DbTxnStat.Active</A>
<DD>If the transaction is an XA transaction, the transaction's XA ID.
</DL>
<HR>
<A HREF="#_A_">A</A> <A HREF="#_B_">B</A> <A HREF="#_C_">C</A> <A HREF="#_D_">D</A> <A HREF="#_E_">E</A> <A HREF="#_F_">F</A> <A HREF="#_G_">G</A> <A HREF="#_H_">H</A> <A HREF="#_I_">I</A> <A HREF="#_J_">J</A> <A HREF="#_K_">K</A> <A HREF="#_L_">L</A> <A HREF="#_M_">M</A> <A HREF="#_N_">N</A> <A HREF="#_O_">O</A> <A HREF="#_P_">P</A> <A HREF="#_Q_">Q</A> <A HREF="#_R_">R</A> <A HREF="#_S_">S</A> <A HREF="#_T_">T</A> <A HREF="#_U_">U</A> <A HREF="#_V_">V</A> <A HREF="#_W_">W</A> <A HREF="#_X_">X</A> 
<!-- ========== START OF NAVBAR ========== -->
<A NAME="navbar_bottom"><!-- --></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
<TR>
<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3">
  <TR ALIGN="center" VALIGN="top">
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  </TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
<b>Berkeley DB</b><br><font size="-1"> version 4.2.52</font></EM>
</TD>
</TR>

<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;PREV&nbsp;
&nbsp;NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  <A HREF="index.html" TARGET="_top"><B>FRAMES</B></A>  &nbsp;
&nbsp;<A HREF="index-all.html" TARGET="_top"><B>NO FRAMES</B></A>  &nbsp;
&nbsp;
<SCRIPT>
  <!--
  if(window==top) {
    document.writeln('<A HREF="allclasses-noframe.html" TARGET=""><B>All Classes</B></A>');
  }
  //-->
</SCRIPT>
<NOSCRIPT>
<A HREF="allclasses-noframe.html" TARGET=""><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<!-- =========== END OF NAVBAR =========== -->

<HR>
<font size=1><a href="../sleepycat/legal.html">Copyright (c) 1996-2003</a> <a href="http://www.sleepycat.com">Sleepycat Software, Inc.</a> - All rights reserved.</font>
</BODY>
</HTML>