Sophie

Sophie

distrib > Mandriva > 10.2 > i586 > by-pkgid > f63dbb759665f97bb1c1cc6371806ce5 > files > 809

libdb4.3-devel-4.3.21-1mdk.i586.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.4.2_05) on Mon Nov 08 21:00:46 EST 2004 -->
<TITLE>
Index (Sleepycat Software, Inc. - Berkeley DB Java API)
</TITLE>


<LINK REL ="stylesheet" TYPE="text/css" HREF="style.css" TITLE="Style">

<SCRIPT type="text/javascript">
function windowTitle()
{
    parent.document.title="Index (Sleepycat Software, Inc. - Berkeley DB Java API)";
}
</SCRIPT>

</HEAD>

<BODY BGCOLOR="white" onload="windowTitle();">


<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  <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.3.21</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 type="text/javascript">
  <!--
  if(window==top) {
    document.writeln('<A HREF="allclasses-noframe.html"><B>All Classes</B></A>');
  }
  //-->
</SCRIPT>
<NOSCRIPT>
  <A HREF="allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>

</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP 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="#_Y_">Y</A> <HR>
<A NAME="_A_"><!-- --></A><H2>
<B>A</B></H2>
<DL>
<DT><A HREF="com/sleepycat/db/RecoveryOperation.html#ABORT"><B>ABORT</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/RecoveryOperation.html" title="class in com.sleepycat.db">RecoveryOperation</A>
<DD>The log is being read backward during a transaction abort; undo the
    operation described by the log record.
<DT><A HREF="com/sleepycat/db/RecoveryOperation.html#APPLY"><B>APPLY</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/RecoveryOperation.html" title="class in com.sleepycat.db">RecoveryOperation</A>
<DD>The log is being applied on a replica site; redo the operation
    described by the log record.
<DT><A HREF="com/sleepycat/db/Transaction.html#abort()"><B>abort()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Transaction.html" title="class in com.sleepycat.db">Transaction</A>
<DD>Cause an abnormal termination of the transaction.
<DT><A HREF="com/sleepycat/collections/CurrentTransaction.html#abortTransaction()"><B>abortTransaction()</B></A> - 
Method in class com.sleepycat.collections.<A HREF="com/sleepycat/collections/CurrentTransaction.html" title="class in com.sleepycat.collections">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/collections/StoredEntrySet.html#add(java.lang.Object)"><B>add(Object)</B></A> - 
Method in class com.sleepycat.collections.<A HREF="com/sleepycat/collections/StoredEntrySet.html" title="class in com.sleepycat.collections">StoredEntrySet</A>
<DD>Adds the specified element to this set if it is not already present
 (optional operation).
<DT><A HREF="com/sleepycat/collections/StoredIterator.html#add(java.lang.Object)"><B>add(Object)</B></A> - 
Method in class com.sleepycat.collections.<A HREF="com/sleepycat/collections/StoredIterator.html" title="class in com.sleepycat.collections">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/collections/StoredKeySet.html#add(java.lang.Object)"><B>add(Object)</B></A> - 
Method in class com.sleepycat.collections.<A HREF="com/sleepycat/collections/StoredKeySet.html" title="class in com.sleepycat.collections">StoredKeySet</A>
<DD>Adds the specified key to this set if it is not already present
 (optional operation).
<DT><A HREF="com/sleepycat/collections/StoredList.html#add(int, java.lang.Object)"><B>add(int, Object)</B></A> - 
Method in class com.sleepycat.collections.<A HREF="com/sleepycat/collections/StoredList.html" title="class in com.sleepycat.collections">StoredList</A>
<DD>Inserts the specified element at the specified position in this list
 (optional operation).
<DT><A HREF="com/sleepycat/collections/StoredList.html#add(java.lang.Object)"><B>add(Object)</B></A> - 
Method in class com.sleepycat.collections.<A HREF="com/sleepycat/collections/StoredList.html" title="class in com.sleepycat.collections">StoredList</A>
<DD>Appends the specified element to the end of this list (optional
 operation).
<DT><A HREF="com/sleepycat/collections/StoredValueSet.html#add(java.lang.Object)"><B>add(Object)</B></A> - 
Method in class com.sleepycat.collections.<A HREF="com/sleepycat/collections/StoredValueSet.html" title="class in com.sleepycat.collections">StoredValueSet</A>
<DD>Adds the specified entity to this set if it is not already present
 (optional operation).
<DT><A HREF="com/sleepycat/collections/StoredCollection.html#addAll(java.util.Collection)"><B>addAll(Collection)</B></A> - 
Method in class com.sleepycat.collections.<A HREF="com/sleepycat/collections/StoredCollection.html" title="class in com.sleepycat.collections">StoredCollection</A>
<DD>Adds all of the elements in the specified collection to this collection
 (optional operation).
<DT><A HREF="com/sleepycat/collections/StoredList.html#addAll(int, java.util.Collection)"><B>addAll(int, Collection)</B></A> - 
Method in class com.sleepycat.collections.<A HREF="com/sleepycat/collections/StoredList.html" title="class in com.sleepycat.collections">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/db/EnvironmentConfig.html#addDataDir(java.lang.String)"><B>addDataDir(String)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/EnvironmentConfig.html" title="class in com.sleepycat.db">EnvironmentConfig</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/util/FastOutputStream.html#addSize(int)"><B>addSize(int)</B></A> - 
Method in class com.sleepycat.util.<A HREF="com/sleepycat/util/FastOutputStream.html" title="class in com.sleepycat.util">FastOutputStream</A>
<DD>Skip the given number of bytes in the buffer.
<DT><A HREF="com/sleepycat/collections/StoredList.html#append(java.lang.Object)"><B>append(Object)</B></A> - 
Method in class com.sleepycat.collections.<A HREF="com/sleepycat/collections/StoredList.html" title="class in com.sleepycat.collections">StoredList</A>
<DD>Appends a given value returning the newly assigned index.
<DT><A HREF="com/sleepycat/collections/StoredMap.html#append(java.lang.Object)"><B>append(Object)</B></A> - 
Method in class com.sleepycat.collections.<A HREF="com/sleepycat/collections/StoredMap.html" title="class in com.sleepycat.collections">StoredMap</A>
<DD>Appends a given value returning the newly assigned key.
<DT><A HREF="com/sleepycat/db/Database.html#append(com.sleepycat.db.Transaction, com.sleepycat.db.DatabaseEntry, com.sleepycat.db.DatabaseEntry)"><B>append(Transaction, DatabaseEntry, DatabaseEntry)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Database.html" title="class in com.sleepycat.db">Database</A>
<DD>
Append the key/data pair to the end of the database.
<DT><A HREF="com/sleepycat/db/RecordNumberAppender.html#appendRecordNumber(com.sleepycat.db.Database, com.sleepycat.db.DatabaseEntry, int)"><B>appendRecordNumber(Database, DatabaseEntry, int)</B></A> - 
Method in interface com.sleepycat.db.<A HREF="com/sleepycat/db/RecordNumberAppender.html" title="interface in com.sleepycat.db">RecordNumberAppender</A>
<DD>A callback function to modify the stored database based on the
    generated key.
<DT><A HREF="com/sleepycat/collections/StoredContainer.html#areDuplicatesAllowed()"><B>areDuplicatesAllowed()</B></A> - 
Method in class com.sleepycat.collections.<A HREF="com/sleepycat/collections/StoredContainer.html" title="class in com.sleepycat.collections">StoredContainer</A>
<DD>Returns whether duplicate keys are allowed in this container.
<DT><A HREF="com/sleepycat/collections/StoredContainer.html#areDuplicatesOrdered()"><B>areDuplicatesOrdered()</B></A> - 
Method in class com.sleepycat.collections.<A HREF="com/sleepycat/collections/StoredContainer.html" title="class in com.sleepycat.collections">StoredContainer</A>
<DD>Returns whether duplicate keys are allowed and sorted by element value.
<DT><A HREF="com/sleepycat/collections/StoredContainer.html#areKeysRenumbered()"><B>areKeysRenumbered()</B></A> - 
Method in class com.sleepycat.collections.<A HREF="com/sleepycat/collections/StoredContainer.html" title="class in com.sleepycat.collections">StoredContainer</A>
<DD>Returns whether keys are renumbered when insertions and deletions occur.
<DT><A HREF="com/sleepycat/collections/PrimaryKeyAssigner.html#assignKey(com.sleepycat.db.DatabaseEntry)"><B>assignKey(DatabaseEntry)</B></A> - 
Method in interface com.sleepycat.collections.<A HREF="com/sleepycat/collections/PrimaryKeyAssigner.html" title="interface in com.sleepycat.collections">PrimaryKeyAssigner</A>
<DD>Assigns a new primary key value into the given data buffer.
<DT><A HREF="com/sleepycat/util/FastInputStream.html#available()"><B>available()</B></A> - 
Method in class com.sleepycat.util.<A HREF="com/sleepycat/util/FastInputStream.html" title="class in com.sleepycat.util">FastInputStream</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_B_"><!-- --></A><H2>
<B>B</B></H2>
<DL>
<DT><A HREF="com/sleepycat/db/RecoveryOperation.html#BACKWARD_ROLL"><B>BACKWARD_ROLL</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/RecoveryOperation.html" title="class in com.sleepycat.db">RecoveryOperation</A>
<DD>The log is being read backward to determine which transactions have
    been committed and to abort those operations that were not; undo the
    operation described by the log record.
<DT><A HREF="com/sleepycat/db/DatabaseType.html#BTREE"><B>BTREE</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DatabaseType.html" title="class in com.sleepycat.db">DatabaseType</A>
<DD>The database is a Btree.
<DT><A HREF="com/sleepycat/bind/tuple/BooleanBinding.html" title="class in com.sleepycat.bind.tuple"><B>BooleanBinding</B></A> - class com.sleepycat.bind.tuple.<A HREF="com/sleepycat/bind/tuple/BooleanBinding.html" title="class in com.sleepycat.bind.tuple">BooleanBinding</A>.<DD>A concrete <code>TupleBinding</code> for a <code>Boolean</code> primitive
 wrapper or a <code>boolean</code> primitive.<DT><A HREF="com/sleepycat/bind/tuple/BooleanBinding.html#BooleanBinding()"><B>BooleanBinding()</B></A> - 
Constructor for class com.sleepycat.bind.tuple.<A HREF="com/sleepycat/bind/tuple/BooleanBinding.html" title="class in com.sleepycat.bind.tuple">BooleanBinding</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/db/BtreePrefixCalculator.html" title="interface in com.sleepycat.db"><B>BtreePrefixCalculator</B></A> - interface com.sleepycat.db.<A HREF="com/sleepycat/db/BtreePrefixCalculator.html" title="interface in com.sleepycat.db">BtreePrefixCalculator</A>.<DD>An interface specifying how Btree prefixes should be calculated.<DT><A HREF="com/sleepycat/db/BtreeStats.html" title="class in com.sleepycat.db"><B>BtreeStats</B></A> - class com.sleepycat.db.<A HREF="com/sleepycat/db/BtreeStats.html" title="class in com.sleepycat.db">BtreeStats</A>.<DD>The BtreeStats object is used to return Btree
or Recno database statistics.<DT><A HREF="com/sleepycat/bind/ByteArrayBinding.html" title="class in com.sleepycat.bind"><B>ByteArrayBinding</B></A> - class com.sleepycat.bind.<A HREF="com/sleepycat/bind/ByteArrayBinding.html" title="class in com.sleepycat.bind">ByteArrayBinding</A>.<DD>A pass-through <code>EntryBinding</code> that uses the entry's byte array as
 the key or data object.<DT><A HREF="com/sleepycat/bind/ByteArrayBinding.html#ByteArrayBinding()"><B>ByteArrayBinding()</B></A> - 
Constructor for class com.sleepycat.bind.<A HREF="com/sleepycat/bind/ByteArrayBinding.html" title="class in com.sleepycat.bind">ByteArrayBinding</A>
<DD>Creates a byte array binding.
<DT><A HREF="com/sleepycat/bind/tuple/ByteBinding.html" title="class in com.sleepycat.bind.tuple"><B>ByteBinding</B></A> - class com.sleepycat.bind.tuple.<A HREF="com/sleepycat/bind/tuple/ByteBinding.html" title="class in com.sleepycat.bind.tuple">ByteBinding</A>.<DD>A concrete <code>TupleBinding</code> for a <code>Byte</code> primitive
 wrapper or a <code>byte</code> primitive.<DT><A HREF="com/sleepycat/bind/tuple/ByteBinding.html#ByteBinding()"><B>ByteBinding()</B></A> - 
Constructor for class com.sleepycat.bind.tuple.<A HREF="com/sleepycat/bind/tuple/ByteBinding.html" title="class in com.sleepycat.bind.tuple">ByteBinding</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/collections/CurrentTransaction.html#beginTransaction(com.sleepycat.db.TransactionConfig)"><B>beginTransaction(TransactionConfig)</B></A> - 
Method in class com.sleepycat.collections.<A HREF="com/sleepycat/collections/CurrentTransaction.html" title="class in com.sleepycat.collections">CurrentTransaction</A>
<DD>Begins a new transaction for this environment and associates it with
 the current thread.
<DT><A HREF="com/sleepycat/db/Environment.html#beginTransaction(com.sleepycat.db.Transaction, com.sleepycat.db.TransactionConfig)"><B>beginTransaction(Transaction, TransactionConfig)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Environment.html" title="class in com.sleepycat.db">Environment</A>
<DD>Create a new transaction in the database environment.
<DT><A HREF="com/sleepycat/bind/tuple/BooleanBinding.html#booleanToEntry(boolean, com.sleepycat.db.DatabaseEntry)"><B>booleanToEntry(boolean, DatabaseEntry)</B></A> - 
Static method in class com.sleepycat.bind.tuple.<A HREF="com/sleepycat/bind/tuple/BooleanBinding.html" title="class in com.sleepycat.bind.tuple">BooleanBinding</A>
<DD>Converts a simple <code>boolean</code> value into an entry buffer.
<DT><A HREF="com/sleepycat/bind/tuple/ByteBinding.html#byteToEntry(byte, com.sleepycat.db.DatabaseEntry)"><B>byteToEntry(byte, DatabaseEntry)</B></A> - 
Static method in class com.sleepycat.bind.tuple.<A HREF="com/sleepycat/bind/tuple/ByteBinding.html" title="class in com.sleepycat.bind.tuple">ByteBinding</A>
<DD>Converts a simple <code>byte</code> value into an entry buffer.
<DT><A HREF="com/sleepycat/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.util.<A HREF="com/sleepycat/util/UtfOps.html" title="class in com.sleepycat.util">UtfOps</A>
<DD>Converts byte arrays into character arrays.
<DT><A HREF="com/sleepycat/util/UtfOps.html#bytesToString(byte[], int, int)"><B>bytesToString(byte[], int, int)</B></A> - 
Static method in class com.sleepycat.util.<A HREF="com/sleepycat/util/UtfOps.html" title="class in com.sleepycat.util">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/db/CacheFile.html" title="class in com.sleepycat.db"><B>CacheFile</B></A> - class com.sleepycat.db.<A HREF="com/sleepycat/db/CacheFile.html" title="class in com.sleepycat.db">CacheFile</A>.<DD>This class allows applications to modify settings for
a <A HREF="com/sleepycat/db/Database.html" title="class in com.sleepycat.db"><CODE>Database</CODE></A> using the <A HREF="com/sleepycat/db/Database.html#getCacheFile()"><CODE>Database.getCacheFile</CODE></A>.<DT><A HREF="com/sleepycat/db/CacheFilePriority.html" title="class in com.sleepycat.db"><B>CacheFilePriority</B></A> - class com.sleepycat.db.<A HREF="com/sleepycat/db/CacheFilePriority.html" title="class in com.sleepycat.db">CacheFilePriority</A>.<DD>Priorities that can be assigned to files in the cache.<DT><A HREF="com/sleepycat/db/CacheFileStats.html" title="class in com.sleepycat.db"><B>CacheFileStats</B></A> - class com.sleepycat.db.<A HREF="com/sleepycat/db/CacheFileStats.html" title="class in com.sleepycat.db">CacheFileStats</A>.<DD>Statistics for a file in the cache.<DT><A HREF="com/sleepycat/db/CacheStats.html" title="class in com.sleepycat.db"><B>CacheStats</B></A> - class com.sleepycat.db.<A HREF="com/sleepycat/db/CacheStats.html" title="class in com.sleepycat.db">CacheStats</A>.<DD>Cache statistics for a database environment.<DT><A HREF="com/sleepycat/bind/tuple/CharacterBinding.html" title="class in com.sleepycat.bind.tuple"><B>CharacterBinding</B></A> - class com.sleepycat.bind.tuple.<A HREF="com/sleepycat/bind/tuple/CharacterBinding.html" title="class in com.sleepycat.bind.tuple">CharacterBinding</A>.<DD>A concrete <code>TupleBinding</code> for a <code>Character</code> primitive
 wrapper or a <code>char</code> primitive.<DT><A HREF="com/sleepycat/bind/tuple/CharacterBinding.html#CharacterBinding()"><B>CharacterBinding()</B></A> - 
Constructor for class com.sleepycat.bind.tuple.<A HREF="com/sleepycat/bind/tuple/CharacterBinding.html" title="class in com.sleepycat.bind.tuple">CharacterBinding</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/db/CheckpointConfig.html" title="class in com.sleepycat.db"><B>CheckpointConfig</B></A> - class com.sleepycat.db.<A HREF="com/sleepycat/db/CheckpointConfig.html" title="class in com.sleepycat.db">CheckpointConfig</A>.<DD>Specifies the attributes of an application invoked checkpoint operation.<DT><A HREF="com/sleepycat/db/CheckpointConfig.html#CheckpointConfig()"><B>CheckpointConfig()</B></A> - 
Constructor for class com.sleepycat.db.<A HREF="com/sleepycat/db/CheckpointConfig.html" title="class in com.sleepycat.db">CheckpointConfig</A>
<DD>An instance created using the default constructor is initialized
    with the system's default settings.
<DT><A HREF="com/sleepycat/bind/serial/ClassCatalog.html" title="interface in com.sleepycat.bind.serial"><B>ClassCatalog</B></A> - interface com.sleepycat.bind.serial.<A HREF="com/sleepycat/bind/serial/ClassCatalog.html" title="interface in com.sleepycat.bind.serial">ClassCatalog</A>.<DD>A catalog of class description information for use during object
 serialization.<DT><A HREF="com/sleepycat/collections/CurrentTransaction.html" title="class in com.sleepycat.collections"><B>CurrentTransaction</B></A> - class com.sleepycat.collections.<A HREF="com/sleepycat/collections/CurrentTransaction.html" title="class in com.sleepycat.collections">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/Cursor.html" title="class in com.sleepycat.db"><B>Cursor</B></A> - class com.sleepycat.db.<A HREF="com/sleepycat/db/Cursor.html" title="class in com.sleepycat.db">Cursor</A>.<DD>A database cursor.<DT><A HREF="com/sleepycat/db/CursorConfig.html" title="class in com.sleepycat.db"><B>CursorConfig</B></A> - class com.sleepycat.db.<A HREF="com/sleepycat/db/CursorConfig.html" title="class in com.sleepycat.db">CursorConfig</A>.<DD>Specify the attributes of database cursor.<DT><A HREF="com/sleepycat/db/CursorConfig.html#CursorConfig()"><B>CursorConfig()</B></A> - 
Constructor for class com.sleepycat.db.<A HREF="com/sleepycat/db/CursorConfig.html" title="class in com.sleepycat.db">CursorConfig</A>
<DD>An instance created using the default constructor is initialized with
    the system's default settings.
<DT><A HREF="com/sleepycat/bind/tuple/CharacterBinding.html#charToEntry(char, com.sleepycat.db.DatabaseEntry)"><B>charToEntry(char, DatabaseEntry)</B></A> - 
Static method in class com.sleepycat.bind.tuple.<A HREF="com/sleepycat/bind/tuple/CharacterBinding.html" title="class in com.sleepycat.bind.tuple">CharacterBinding</A>
<DD>Converts a simple <code>char</code> value into an entry buffer.
<DT><A HREF="com/sleepycat/util/UtfOps.html#charsToBytes(char[], int, byte[], int, int)"><B>charsToBytes(char[], int, byte[], int, int)</B></A> - 
Static method in class com.sleepycat.util.<A HREF="com/sleepycat/util/UtfOps.html" title="class in com.sleepycat.util">UtfOps</A>
<DD>Converts character arrays into byte arrays.
<DT><A HREF="com/sleepycat/db/Environment.html#checkpoint(com.sleepycat.db.CheckpointConfig)"><B>checkpoint(CheckpointConfig)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Environment.html" title="class in com.sleepycat.db">Environment</A>
<DD>Synchronously checkpoint the database environment.
<DT><A HREF="com/sleepycat/collections/StoredContainer.html#clear()"><B>clear()</B></A> - 
Method in class com.sleepycat.collections.<A HREF="com/sleepycat/collections/StoredContainer.html" title="class in com.sleepycat.collections">StoredContainer</A>
<DD>Removes all mappings or elements from this map or collection (optional
 operation).
<DT><A HREF="com/sleepycat/bind/serial/ClassCatalog.html#close()"><B>close()</B></A> - 
Method in interface com.sleepycat.bind.serial.<A HREF="com/sleepycat/bind/serial/ClassCatalog.html" title="interface in com.sleepycat.bind.serial">ClassCatalog</A>
<DD>Close a catalog database and release any cached resources.
<DT><A HREF="com/sleepycat/bind/serial/StoredClassCatalog.html#close()"><B>close()</B></A> - 
Method in class com.sleepycat.bind.serial.<A HREF="com/sleepycat/bind/serial/StoredClassCatalog.html" title="class in com.sleepycat.bind.serial">StoredClassCatalog</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/collections/StoredIterator.html#close(java.util.Iterator)"><B>close(Iterator)</B></A> - 
Static method in class com.sleepycat.collections.<A HREF="com/sleepycat/collections/StoredIterator.html" title="class in com.sleepycat.collections">StoredIterator</A>
<DD>Closes the given iterator using <A HREF="com/sleepycat/collections/StoredIterator.html#close()"><CODE>StoredIterator.close()</CODE></A> if it is a <A HREF="com/sleepycat/collections/StoredIterator.html" title="class in com.sleepycat.collections"><CODE>StoredIterator</CODE></A>.
<DT><A HREF="com/sleepycat/collections/StoredIterator.html#close()"><B>close()</B></A> - 
Method in class com.sleepycat.collections.<A HREF="com/sleepycat/collections/StoredIterator.html" title="class in com.sleepycat.collections">StoredIterator</A>
<DD>Closes this iterator.
<DT><A HREF="com/sleepycat/db/Cursor.html#close()"><B>close()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Cursor.html" title="class in com.sleepycat.db">Cursor</A>
<DD>Discard the cursor.
<DT><A HREF="com/sleepycat/db/Database.html#close()"><B>close()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Database.html" title="class in com.sleepycat.db">Database</A>
<DD>Flush any cached database information to disk and discard the database
handle.
<DT><A HREF="com/sleepycat/db/Database.html#close(boolean)"><B>close(boolean)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Database.html" title="class in com.sleepycat.db">Database</A>
<DD>Flush any cached database information to disk and discard the database
handle.
<DT><A HREF="com/sleepycat/db/Environment.html#close()"><B>close()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Environment.html" title="class in com.sleepycat.db">Environment</A>
<DD>Close the database environment, freeing any allocated resources and
    closing any underlying subsystems.
<DT><A HREF="com/sleepycat/db/JoinCursor.html#close()"><B>close()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/JoinCursor.html" title="class in com.sleepycat.db">JoinCursor</A>
<DD>Closes the cursors that have been opened by this join cursor.
<DT><A HREF="com/sleepycat/db/LogCursor.html#close()"><B>close()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/LogCursor.html" title="class in com.sleepycat.db">LogCursor</A>
<DD>Close the log cursor.
<DT><A HREF="com/sleepycat/db/Sequence.html#close()"><B>close()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Sequence.html" title="class in com.sleepycat.db">Sequence</A>
<DD>Close a sequence.
<DT><A HREF="com/sleepycat/bind/package-summary.html"><B>com.sleepycat.bind</B></A> - package com.sleepycat.bind<DD>Bindings between database entries and Java objects.<DT><A HREF="com/sleepycat/bind/serial/package-summary.html"><B>com.sleepycat.bind.serial</B></A> - package com.sleepycat.bind.serial<DD>Bindings that use Java serialization.<DT><A HREF="com/sleepycat/bind/tuple/package-summary.html"><B>com.sleepycat.bind.tuple</B></A> - package com.sleepycat.bind.tuple<DD>Bindings that use sequences of primitive fields, or tuples.<DT><A HREF="com/sleepycat/collections/package-summary.html"><B>com.sleepycat.collections</B></A> - package com.sleepycat.collections<DD>Data access based on the standard Java collections API.<DT><A HREF="com/sleepycat/db/package-summary.html"><B>com.sleepycat.db</B></A> - package com.sleepycat.db<DD>Berkeley DB Java API<br>
<a href="/%2e%2e/ref/toc.html" target="_top">[reference guide]</a> <a href="/%2e%2e/ref/java/program%2ehtml" target="_top">[Java programming notes]</a>.<DT><A HREF="com/sleepycat/util/package-summary.html"><B>com.sleepycat.util</B></A> - package com.sleepycat.util<DD>General utilities used throughout Berkeley DB.<DT><A HREF="com/sleepycat/db/Transaction.html#commit()"><B>commit()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Transaction.html" title="class in com.sleepycat.db">Transaction</A>
<DD>End the transaction.
<DT><A HREF="com/sleepycat/db/Transaction.html#commitNoSync()"><B>commitNoSync()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Transaction.html" title="class in com.sleepycat.db">Transaction</A>
<DD>End the transaction, not committing synchronously.
<DT><A HREF="com/sleepycat/db/Transaction.html#commitSync()"><B>commitSync()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Transaction.html" title="class in com.sleepycat.db">Transaction</A>
<DD>End the transaction, committing synchronously.
<DT><A HREF="com/sleepycat/collections/CurrentTransaction.html#commitTransaction()"><B>commitTransaction()</B></A> - 
Method in class com.sleepycat.collections.<A HREF="com/sleepycat/collections/CurrentTransaction.html" title="class in com.sleepycat.collections">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/db/Transaction.html#commitWriteNoSync()"><B>commitWriteNoSync()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Transaction.html" title="class in com.sleepycat.db">Transaction</A>
<DD>End the transaction, writing but not flushing the log.
<DT><A HREF="com/sleepycat/collections/StoredSortedEntrySet.html#comparator()"><B>comparator()</B></A> - 
Method in class com.sleepycat.collections.<A HREF="com/sleepycat/collections/StoredSortedEntrySet.html" title="class in com.sleepycat.collections">StoredSortedEntrySet</A>
<DD>Returns null since comparators are not supported.
<DT><A HREF="com/sleepycat/collections/StoredSortedKeySet.html#comparator()"><B>comparator()</B></A> - 
Method in class com.sleepycat.collections.<A HREF="com/sleepycat/collections/StoredSortedKeySet.html" title="class in com.sleepycat.collections">StoredSortedKeySet</A>
<DD>Returns null since comparators are not supported.
<DT><A HREF="com/sleepycat/collections/StoredSortedMap.html#comparator()"><B>comparator()</B></A> - 
Method in class com.sleepycat.collections.<A HREF="com/sleepycat/collections/StoredSortedMap.html" title="class in com.sleepycat.collections">StoredSortedMap</A>
<DD>Returns null since comparators are not supported.
<DT><A HREF="com/sleepycat/collections/StoredSortedValueSet.html#comparator()"><B>comparator()</B></A> - 
Method in class com.sleepycat.collections.<A HREF="com/sleepycat/collections/StoredSortedValueSet.html" title="class in com.sleepycat.collections">StoredSortedValueSet</A>
<DD>Returns null since comparators are not supported.
<DT><A HREF="com/sleepycat/db/LogSequenceNumber.html#compare(com.sleepycat.db.LogSequenceNumber, com.sleepycat.db.LogSequenceNumber)"><B>compare(LogSequenceNumber, LogSequenceNumber)</B></A> - 
Static method in class com.sleepycat.db.<A HREF="com/sleepycat/db/LogSequenceNumber.html" title="class in com.sleepycat.db">LogSequenceNumber</A>
<DD>Compare two LogSequenceNumber objects.
<DT><A HREF="com/sleepycat/db/Database.html#consume(com.sleepycat.db.Transaction, com.sleepycat.db.DatabaseEntry, com.sleepycat.db.DatabaseEntry, boolean)"><B>consume(Transaction, DatabaseEntry, DatabaseEntry, boolean)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Database.html" title="class in com.sleepycat.db">Database</A>
<DD>Return the record number and data from the available record closest to
the head of the queue, and delete the record.
<DT><A HREF="com/sleepycat/collections/StoredEntrySet.html#contains(java.lang.Object)"><B>contains(Object)</B></A> - 
Method in class com.sleepycat.collections.<A HREF="com/sleepycat/collections/StoredEntrySet.html" title="class in com.sleepycat.collections">StoredEntrySet</A>
<DD>Returns true if this set contains the specified element.
<DT><A HREF="com/sleepycat/collections/StoredKeySet.html#contains(java.lang.Object)"><B>contains(Object)</B></A> - 
Method in class com.sleepycat.collections.<A HREF="com/sleepycat/collections/StoredKeySet.html" title="class in com.sleepycat.collections">StoredKeySet</A>
<DD>Returns true if this set contains the specified key.
<DT><A HREF="com/sleepycat/collections/StoredList.html#contains(java.lang.Object)"><B>contains(Object)</B></A> - 
Method in class com.sleepycat.collections.<A HREF="com/sleepycat/collections/StoredList.html" title="class in com.sleepycat.collections">StoredList</A>
<DD>Returns true if this list contains the specified element.
<DT><A HREF="com/sleepycat/collections/StoredValueSet.html#contains(java.lang.Object)"><B>contains(Object)</B></A> - 
Method in class com.sleepycat.collections.<A HREF="com/sleepycat/collections/StoredValueSet.html" title="class in com.sleepycat.collections">StoredValueSet</A>
<DD>Returns true if this set contains the specified element.
<DT><A HREF="com/sleepycat/collections/StoredCollection.html#containsAll(java.util.Collection)"><B>containsAll(Collection)</B></A> - 
Method in class com.sleepycat.collections.<A HREF="com/sleepycat/collections/StoredCollection.html" title="class in com.sleepycat.collections">StoredCollection</A>
<DD>Returns true if this collection contains all of the elements in the
 specified collection.
<DT><A HREF="com/sleepycat/collections/StoredMap.html#containsKey(java.lang.Object)"><B>containsKey(Object)</B></A> - 
Method in class com.sleepycat.collections.<A HREF="com/sleepycat/collections/StoredMap.html" title="class in com.sleepycat.collections">StoredMap</A>
<DD>Returns true if this map contains the specified key.
<DT><A HREF="com/sleepycat/collections/StoredMap.html#containsValue(java.lang.Object)"><B>containsValue(Object)</B></A> - 
Method in class com.sleepycat.collections.<A HREF="com/sleepycat/collections/StoredMap.html" title="class in com.sleepycat.collections">StoredMap</A>
<DD>Returns true if this map contains the specified value.
<DT><A HREF="com/sleepycat/collections/StoredIterator.html#count()"><B>count()</B></A> - 
Method in class com.sleepycat.collections.<A HREF="com/sleepycat/collections/StoredIterator.html" title="class in com.sleepycat.collections">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/Cursor.html#count()"><B>count()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Cursor.html" title="class in com.sleepycat.db">Cursor</A>
<DD>Return a count of the number of data items for the key to which the
    cursor refers.
<DT><A HREF="com/sleepycat/db/Environment.html#createLockerID()"><B>createLockerID()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Environment.html" title="class in com.sleepycat.db">Environment</A>
<DD>Allocate a locker ID.
<DT><A HREF="com/sleepycat/bind/serial/SerialSerialKeyCreator.html#createSecondaryKey(com.sleepycat.db.SecondaryDatabase, com.sleepycat.db.DatabaseEntry, com.sleepycat.db.DatabaseEntry, com.sleepycat.db.DatabaseEntry)"><B>createSecondaryKey(SecondaryDatabase, DatabaseEntry, DatabaseEntry, DatabaseEntry)</B></A> - 
Method in class com.sleepycat.bind.serial.<A HREF="com/sleepycat/bind/serial/SerialSerialKeyCreator.html" title="class in com.sleepycat.bind.serial">SerialSerialKeyCreator</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bind/serial/SerialSerialKeyCreator.html#createSecondaryKey(java.lang.Object, java.lang.Object)"><B>createSecondaryKey(Object, Object)</B></A> - 
Method in class com.sleepycat.bind.serial.<A HREF="com/sleepycat/bind/serial/SerialSerialKeyCreator.html" title="class in com.sleepycat.bind.serial">SerialSerialKeyCreator</A>
<DD>Creates the index key object from primary key and entry objects.
<DT><A HREF="com/sleepycat/bind/serial/TupleSerialKeyCreator.html#createSecondaryKey(com.sleepycat.db.SecondaryDatabase, com.sleepycat.db.DatabaseEntry, com.sleepycat.db.DatabaseEntry, com.sleepycat.db.DatabaseEntry)"><B>createSecondaryKey(SecondaryDatabase, DatabaseEntry, DatabaseEntry, DatabaseEntry)</B></A> - 
Method in class com.sleepycat.bind.serial.<A HREF="com/sleepycat/bind/serial/TupleSerialKeyCreator.html" title="class in com.sleepycat.bind.serial">TupleSerialKeyCreator</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bind/serial/TupleSerialKeyCreator.html#createSecondaryKey(com.sleepycat.bind.tuple.TupleInput, java.lang.Object, com.sleepycat.bind.tuple.TupleOutput)"><B>createSecondaryKey(TupleInput, Object, TupleOutput)</B></A> - 
Method in class com.sleepycat.bind.serial.<A HREF="com/sleepycat/bind/serial/TupleSerialKeyCreator.html" title="class in com.sleepycat.bind.serial">TupleSerialKeyCreator</A>
<DD>Creates the index key entry from primary key tuple entry and
 deserialized data entry.
<DT><A HREF="com/sleepycat/bind/serial/TupleSerialMarshalledKeyCreator.html#createSecondaryKey(com.sleepycat.bind.tuple.TupleInput, java.lang.Object, com.sleepycat.bind.tuple.TupleOutput)"><B>createSecondaryKey(TupleInput, Object, TupleOutput)</B></A> - 
Method in class com.sleepycat.bind.serial.<A HREF="com/sleepycat/bind/serial/TupleSerialMarshalledKeyCreator.html" title="class in com.sleepycat.bind.serial">TupleSerialMarshalledKeyCreator</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bind/tuple/TupleTupleKeyCreator.html#createSecondaryKey(com.sleepycat.db.SecondaryDatabase, com.sleepycat.db.DatabaseEntry, com.sleepycat.db.DatabaseEntry, com.sleepycat.db.DatabaseEntry)"><B>createSecondaryKey(SecondaryDatabase, DatabaseEntry, DatabaseEntry, DatabaseEntry)</B></A> - 
Method in class com.sleepycat.bind.tuple.<A HREF="com/sleepycat/bind/tuple/TupleTupleKeyCreator.html" title="class in com.sleepycat.bind.tuple">TupleTupleKeyCreator</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bind/tuple/TupleTupleKeyCreator.html#createSecondaryKey(com.sleepycat.bind.tuple.TupleInput, com.sleepycat.bind.tuple.TupleInput, com.sleepycat.bind.tuple.TupleOutput)"><B>createSecondaryKey(TupleInput, TupleInput, TupleOutput)</B></A> - 
Method in class com.sleepycat.bind.tuple.<A HREF="com/sleepycat/bind/tuple/TupleTupleKeyCreator.html" title="class in com.sleepycat.bind.tuple">TupleTupleKeyCreator</A>
<DD>Creates the index key from primary key tuple and data tuple.
<DT><A HREF="com/sleepycat/bind/tuple/TupleTupleMarshalledKeyCreator.html#createSecondaryKey(com.sleepycat.bind.tuple.TupleInput, com.sleepycat.bind.tuple.TupleInput, com.sleepycat.bind.tuple.TupleOutput)"><B>createSecondaryKey(TupleInput, TupleInput, TupleOutput)</B></A> - 
Method in class com.sleepycat.bind.tuple.<A HREF="com/sleepycat/bind/tuple/TupleTupleMarshalledKeyCreator.html" title="class in com.sleepycat.bind.tuple">TupleTupleMarshalledKeyCreator</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/db/SecondaryKeyCreator.html#createSecondaryKey(com.sleepycat.db.SecondaryDatabase, com.sleepycat.db.DatabaseEntry, com.sleepycat.db.DatabaseEntry, com.sleepycat.db.DatabaseEntry)"><B>createSecondaryKey(SecondaryDatabase, DatabaseEntry, DatabaseEntry, DatabaseEntry)</B></A> - 
Method in interface com.sleepycat.db.<A HREF="com/sleepycat/db/SecondaryKeyCreator.html" title="interface in com.sleepycat.db">SecondaryKeyCreator</A>
<DD>Creates a secondary key entry, given a primary key and data entry.
</DL>
<HR>
<A NAME="_D_"><!-- --></A><H2>
<B>D</B></H2>
<DL>
<DT><A HREF="com/sleepycat/db/CacheFilePriority.html#DEFAULT"><B>DEFAULT</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/CacheFilePriority.html" title="class in com.sleepycat.db">CacheFilePriority</A>
<DD>The default priority.
<DT><A HREF="com/sleepycat/db/CheckpointConfig.html#DEFAULT"><B>DEFAULT</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/CheckpointConfig.html" title="class in com.sleepycat.db">CheckpointConfig</A>
<DD>Default configuration used if null is passed to
    <A HREF="com/sleepycat/db/Environment.html#checkpoint(com.sleepycat.db.CheckpointConfig)"><CODE>Environment.checkpoint</CODE></A>.
<DT><A HREF="com/sleepycat/db/CursorConfig.html#DEFAULT"><B>DEFAULT</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/CursorConfig.html" title="class in com.sleepycat.db">CursorConfig</A>
<DD>Default configuration used if null is passed to methods that create a
    cursor.
<DT><A HREF="com/sleepycat/db/DatabaseConfig.html#DEFAULT"><B>DEFAULT</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DatabaseConfig.html" title="class in com.sleepycat.db">DatabaseConfig</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/db/EnvironmentConfig.html#DEFAULT"><B>DEFAULT</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/EnvironmentConfig.html" title="class in com.sleepycat.db">EnvironmentConfig</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/db/JoinConfig.html#DEFAULT"><B>DEFAULT</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/JoinConfig.html" title="class in com.sleepycat.db">JoinConfig</A>
<DD>Default configuration used if null is passed to <A HREF="com/sleepycat/db/Database.html#join(com.sleepycat.db.Cursor[], com.sleepycat.db.JoinConfig)"><CODE>Database.join</CODE></A>
<DT><A HREF="com/sleepycat/db/LockDetectMode.html#DEFAULT"><B>DEFAULT</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/LockDetectMode.html" title="class in com.sleepycat.db">LockDetectMode</A>
<DD>Use whatever lock policy was specified when the database environment
    was created.
<DT><A HREF="com/sleepycat/db/LockMode.html#DEFAULT"><B>DEFAULT</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/LockMode.html" title="class in com.sleepycat.db">LockMode</A>
<DD>Acquire read locks for read operations and write locks for write
    operations.
<DT><A HREF="com/sleepycat/db/SecondaryConfig.html#DEFAULT"><B>DEFAULT</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/SecondaryConfig.html" title="class in com.sleepycat.db">SecondaryConfig</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/db/SequenceConfig.html#DEFAULT"><B>DEFAULT</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/SequenceConfig.html" title="class in com.sleepycat.db">SequenceConfig</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/db/StatsConfig.html#DEFAULT"><B>DEFAULT</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/StatsConfig.html" title="class in com.sleepycat.db">StatsConfig</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/db/TransactionConfig.html#DEFAULT"><B>DEFAULT</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/TransactionConfig.html" title="class in com.sleepycat.db">TransactionConfig</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/db/VerifyConfig.html#DEFAULT"><B>DEFAULT</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/VerifyConfig.html" title="class in com.sleepycat.db">VerifyConfig</A>
<DD>Default configuration used if null is passed to
    <A HREF="com/sleepycat/db/Database.html#verify(java.lang.String, java.lang.String, java.io.PrintStream, com.sleepycat.db.VerifyConfig)"><CODE>Database.verify</CODE></A>.
<DT><A HREF="com/sleepycat/util/FastOutputStream.html#DEFAULT_BUMP_SIZE"><B>DEFAULT_BUMP_SIZE</B></A> - 
Static variable in class com.sleepycat.util.<A HREF="com/sleepycat/util/FastOutputStream.html" title="class in com.sleepycat.util">FastOutputStream</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/util/FastOutputStream.html#DEFAULT_INIT_SIZE"><B>DEFAULT_INIT_SIZE</B></A> - 
Static variable in class com.sleepycat.util.<A HREF="com/sleepycat/util/FastOutputStream.html" title="class in com.sleepycat.util">FastOutputStream</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/collections/TransactionRunner.html#DEFAULT_MAX_RETRIES"><B>DEFAULT_MAX_RETRIES</B></A> - 
Static variable in class com.sleepycat.collections.<A HREF="com/sleepycat/collections/TransactionRunner.html" title="class in com.sleepycat.collections">TransactionRunner</A>
<DD>The default maximum number of retries.
<DT><A HREF="com/sleepycat/db/CursorConfig.html#DEGREE_2"><B>DEGREE_2</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/CursorConfig.html" title="class in com.sleepycat.db">CursorConfig</A>
<DD>A convenience instance to configure a cursor for degree 2 isolation.
<DT><A HREF="com/sleepycat/db/LockMode.html#DEGREE_2"><B>DEGREE_2</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/LockMode.html" title="class in com.sleepycat.db">LockMode</A>
<DD>Degree 2 isolation provides for cursor stability but not repeatable
    reads.
<DT><A HREF="com/sleepycat/db/CursorConfig.html#DIRTY_READ"><B>DIRTY_READ</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/CursorConfig.html" title="class in com.sleepycat.db">CursorConfig</A>
<DD>A convenience instance to configure read operations performed by the
    cursor to return modified but not yet committed data.
<DT><A HREF="com/sleepycat/db/LockMode.html#DIRTY_READ"><B>DIRTY_READ</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/LockMode.html" title="class in com.sleepycat.db">LockMode</A>
<DD>Read modified but not yet committed data.
<DT><A HREF="com/sleepycat/db/Database.html" title="class in com.sleepycat.db"><B>Database</B></A> - class com.sleepycat.db.<A HREF="com/sleepycat/db/Database.html" title="class in com.sleepycat.db">Database</A>.<DD>A database handle.<DT><A HREF="com/sleepycat/db/Database.html#Database(java.lang.String, java.lang.String, com.sleepycat.db.DatabaseConfig)"><B>Database(String, String, DatabaseConfig)</B></A> - 
Constructor for class com.sleepycat.db.<A HREF="com/sleepycat/db/Database.html" title="class in com.sleepycat.db">Database</A>
<DD>Open a database.
<DT><A HREF="com/sleepycat/db/DatabaseConfig.html" title="class in com.sleepycat.db"><B>DatabaseConfig</B></A> - class com.sleepycat.db.<A HREF="com/sleepycat/db/DatabaseConfig.html" title="class in com.sleepycat.db">DatabaseConfig</A>.<DD>Specify the attributes of a database.<DT><A HREF="com/sleepycat/db/DatabaseConfig.html#DatabaseConfig()"><B>DatabaseConfig()</B></A> - 
Constructor for class com.sleepycat.db.<A HREF="com/sleepycat/db/DatabaseConfig.html" title="class in com.sleepycat.db">DatabaseConfig</A>
<DD>An instance created using the default constructor is initialized with
    the system's default settings.
<DT><A HREF="com/sleepycat/db/DatabaseEntry.html" title="class in com.sleepycat.db"><B>DatabaseEntry</B></A> - class com.sleepycat.db.<A HREF="com/sleepycat/db/DatabaseEntry.html" title="class in com.sleepycat.db">DatabaseEntry</A>.<DD>Encodes database key and data items as a byte array.<DT><A HREF="com/sleepycat/db/DatabaseEntry.html#DatabaseEntry()"><B>DatabaseEntry()</B></A> - 
Constructor for class com.sleepycat.db.<A HREF="com/sleepycat/db/DatabaseEntry.html" title="class in com.sleepycat.db">DatabaseEntry</A>
<DD>Construct a DatabaseEntry with null data.
<DT><A HREF="com/sleepycat/db/DatabaseEntry.html#DatabaseEntry(byte[])"><B>DatabaseEntry(byte[])</B></A> - 
Constructor for class com.sleepycat.db.<A HREF="com/sleepycat/db/DatabaseEntry.html" title="class in com.sleepycat.db">DatabaseEntry</A>
<DD>Construct a DatabaseEntry with a given byte array.
<DT><A HREF="com/sleepycat/db/DatabaseEntry.html#DatabaseEntry(byte[], int, int)"><B>DatabaseEntry(byte[], int, int)</B></A> - 
Constructor for class com.sleepycat.db.<A HREF="com/sleepycat/db/DatabaseEntry.html" title="class in com.sleepycat.db">DatabaseEntry</A>
<DD>Constructs a DatabaseEntry with a given byte array, offset and size.
<DT><A HREF="com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db"><B>DatabaseException</B></A> - exception com.sleepycat.db.<A HREF="com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</A>.<DD>The root of all database exceptions.<DT><A HREF="com/sleepycat/db/DatabaseStats.html" title="class in com.sleepycat.db"><B>DatabaseStats</B></A> - class com.sleepycat.db.<A HREF="com/sleepycat/db/DatabaseStats.html" title="class in com.sleepycat.db">DatabaseStats</A>.<DD>Statistics for a single database.<DT><A HREF="com/sleepycat/db/DatabaseType.html" title="class in com.sleepycat.db"><B>DatabaseType</B></A> - class com.sleepycat.db.<A HREF="com/sleepycat/db/DatabaseType.html" title="class in com.sleepycat.db">DatabaseType</A>.<DD>Database types.<DT><A HREF="com/sleepycat/db/DeadlockException.html" title="class in com.sleepycat.db"><B>DeadlockException</B></A> - exception com.sleepycat.db.<A HREF="com/sleepycat/db/DeadlockException.html" title="class in com.sleepycat.db">DeadlockException</A>.<DD>DeadlockException is thrown to a thread of control when multiple threads
competing for a lock are
deadlocked, when a lock request has timed out
or when a lock request would need to block and the transaction has been
configured to not wait for locks.<DT><A HREF="com/sleepycat/bind/tuple/DoubleBinding.html" title="class in com.sleepycat.bind.tuple"><B>DoubleBinding</B></A> - class com.sleepycat.bind.tuple.<A HREF="com/sleepycat/bind/tuple/DoubleBinding.html" title="class in com.sleepycat.bind.tuple">DoubleBinding</A>.<DD>A concrete <code>TupleBinding</code> for a <code>Double</code> primitive
 wrapper or a <code>double</code> primitive.<DT><A HREF="com/sleepycat/bind/tuple/DoubleBinding.html#DoubleBinding()"><B>DoubleBinding()</B></A> - 
Constructor for class com.sleepycat.bind.tuple.<A HREF="com/sleepycat/bind/tuple/DoubleBinding.html" title="class in com.sleepycat.bind.tuple">DoubleBinding</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/db/Cursor.html#delete()"><B>delete()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Cursor.html" title="class in com.sleepycat.db">Cursor</A>
<DD>Delete the key/data pair to which the cursor refers.
<DT><A HREF="com/sleepycat/db/Database.html#delete(com.sleepycat.db.Transaction, com.sleepycat.db.DatabaseEntry)"><B>delete(Transaction, DatabaseEntry)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Database.html" title="class in com.sleepycat.db">Database</A>
<DD>Remove key/data pairs from the database.
<DT><A HREF="com/sleepycat/db/Environment.html#detectDeadlocks(com.sleepycat.db.LockDetectMode)"><B>detectDeadlocks(LockDetectMode)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Environment.html" title="class in com.sleepycat.db">Environment</A>
<DD>Run one iteration of the deadlock detector.
<DT><A HREF="com/sleepycat/collections/StoredCollections.html#dirtyReadCollection(java.util.Collection)"><B>dirtyReadCollection(Collection)</B></A> - 
Static method in class com.sleepycat.collections.<A HREF="com/sleepycat/collections/StoredCollections.html" title="class in com.sleepycat.collections">StoredCollections</A>
<DD>Creates a dirty-read collection from a given stored collection.
<DT><A HREF="com/sleepycat/collections/StoredCollections.html#dirtyReadList(java.util.List)"><B>dirtyReadList(List)</B></A> - 
Static method in class com.sleepycat.collections.<A HREF="com/sleepycat/collections/StoredCollections.html" title="class in com.sleepycat.collections">StoredCollections</A>
<DD>Creates a dirty-read list from a given stored list.
<DT><A HREF="com/sleepycat/collections/StoredCollections.html#dirtyReadMap(java.util.Map)"><B>dirtyReadMap(Map)</B></A> - 
Static method in class com.sleepycat.collections.<A HREF="com/sleepycat/collections/StoredCollections.html" title="class in com.sleepycat.collections">StoredCollections</A>
<DD>Creates a dirty-read map from a given stored map.
<DT><A HREF="com/sleepycat/collections/StoredCollections.html#dirtyReadSet(java.util.Set)"><B>dirtyReadSet(Set)</B></A> - 
Static method in class com.sleepycat.collections.<A HREF="com/sleepycat/collections/StoredCollections.html" title="class in com.sleepycat.collections">StoredCollections</A>
<DD>Creates a dirty-read set from a given stored set.
<DT><A HREF="com/sleepycat/collections/StoredCollections.html#dirtyReadSortedMap(java.util.SortedMap)"><B>dirtyReadSortedMap(SortedMap)</B></A> - 
Static method in class com.sleepycat.collections.<A HREF="com/sleepycat/collections/StoredCollections.html" title="class in com.sleepycat.collections">StoredCollections</A>
<DD>Creates a dirty-read sorted map from a given stored sorted map.
<DT><A HREF="com/sleepycat/collections/StoredCollections.html#dirtyReadSortedSet(java.util.SortedSet)"><B>dirtyReadSortedSet(SortedSet)</B></A> - 
Static method in class com.sleepycat.collections.<A HREF="com/sleepycat/collections/StoredCollections.html" title="class in com.sleepycat.collections">StoredCollections</A>
<DD>Creates a dirty-read sorted set from a given stored sorted set.
<DT><A HREF="com/sleepycat/db/Transaction.html#discard()"><B>discard()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Transaction.html" title="class in com.sleepycat.db">Transaction</A>
<DD>Free up all the per-process resources associated with the specified
    <A HREF="com/sleepycat/db/Transaction.html" title="class in com.sleepycat.db"><CODE>Transaction</CODE></A> handle, neither committing nor aborting the
    transaction.
<DT><A HREF="com/sleepycat/collections/TransactionWorker.html#doWork()"><B>doWork()</B></A> - 
Method in interface com.sleepycat.collections.<A HREF="com/sleepycat/collections/TransactionWorker.html" title="interface in com.sleepycat.collections">TransactionWorker</A>
<DD>Perform the work for a single transaction.
<DT><A HREF="com/sleepycat/bind/tuple/DoubleBinding.html#doubleToEntry(double, com.sleepycat.db.DatabaseEntry)"><B>doubleToEntry(double, DatabaseEntry)</B></A> - 
Static method in class com.sleepycat.bind.tuple.<A HREF="com/sleepycat/bind/tuple/DoubleBinding.html" title="class in com.sleepycat.bind.tuple">DoubleBinding</A>
<DD>Converts a simple <code>double</code> value into an entry buffer.
<DT><A HREF="com/sleepycat/db/Cursor.html#dup(boolean)"><B>dup(boolean)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Cursor.html" title="class in com.sleepycat.db">Cursor</A>
<DD>Return a new cursor with the same transaction and locker ID as the
    original cursor.
<DT><A HREF="com/sleepycat/db/SecondaryCursor.html#dup(boolean)"><B>dup(boolean)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/SecondaryCursor.html" title="class in com.sleepycat.db">SecondaryCursor</A>
<DD>Returns a new <code>SecondaryCursor</code> for the same transaction as
    the original cursor.
<DT><A HREF="com/sleepycat/db/SecondaryCursor.html#dupSecondary(boolean)"><B>dupSecondary(boolean)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/SecondaryCursor.html" title="class in com.sleepycat.db">SecondaryCursor</A>
<DD>Returns a new copy of the cursor as a <code>SecondaryCursor</code>.
<DT><A HREF="com/sleepycat/collections/StoredMap.html#duplicates(java.lang.Object)"><B>duplicates(Object)</B></A> - 
Method in class com.sleepycat.collections.<A HREF="com/sleepycat/collections/StoredMap.html" title="class in com.sleepycat.collections">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/db/ReplicationTransport.html#EID_BROADCAST"><B>EID_BROADCAST</B></A> - 
Static variable in interface com.sleepycat.db.<A HREF="com/sleepycat/db/ReplicationTransport.html" title="interface in com.sleepycat.db">ReplicationTransport</A>
<DD>A message that should be broadcast to every environment in the
    replication group.
<DT><A HREF="com/sleepycat/db/ReplicationTransport.html#EID_INVALID"><B>EID_INVALID</B></A> - 
Static variable in interface com.sleepycat.db.<A HREF="com/sleepycat/db/ReplicationTransport.html" title="interface in com.sleepycat.db">ReplicationTransport</A>
<DD>An invalid environment ID, and may be used to initialize environment ID
    variables that are subsequently checked for validity.
<DT><A HREF="com/sleepycat/db/LockDetectMode.html#EXPIRE"><B>EXPIRE</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/LockDetectMode.html" title="class in com.sleepycat.db">LockDetectMode</A>
<DD>Reject lock requests which have timed out.
<DT><A HREF="com/sleepycat/bind/EntityBinding.html" title="interface in com.sleepycat.bind"><B>EntityBinding</B></A> - interface com.sleepycat.bind.<A HREF="com/sleepycat/bind/EntityBinding.html" title="interface in com.sleepycat.bind">EntityBinding</A>.<DD>A binding between a key-value entry pair and an entity object.<DT><A HREF="com/sleepycat/bind/EntryBinding.html" title="interface in com.sleepycat.bind"><B>EntryBinding</B></A> - interface com.sleepycat.bind.<A HREF="com/sleepycat/bind/EntryBinding.html" title="interface in com.sleepycat.bind">EntryBinding</A>.<DD>A binding between a key or data entry and a key or data object.<DT><A HREF="com/sleepycat/db/Environment.html" title="class in com.sleepycat.db"><B>Environment</B></A> - class com.sleepycat.db.<A HREF="com/sleepycat/db/Environment.html" title="class in com.sleepycat.db">Environment</A>.<DD>A database environment.<DT><A HREF="com/sleepycat/db/Environment.html#Environment(java.io.File, com.sleepycat.db.EnvironmentConfig)"><B>Environment(File, EnvironmentConfig)</B></A> - 
Constructor for class com.sleepycat.db.<A HREF="com/sleepycat/db/Environment.html" title="class in com.sleepycat.db">Environment</A>
<DD>Create a database environment handle.
<DT><A HREF="com/sleepycat/db/EnvironmentConfig.html" title="class in com.sleepycat.db"><B>EnvironmentConfig</B></A> - class com.sleepycat.db.<A HREF="com/sleepycat/db/EnvironmentConfig.html" title="class in com.sleepycat.db">EnvironmentConfig</A>.<DD>Specifies the attributes of an environment.<DT><A HREF="com/sleepycat/db/EnvironmentConfig.html#EnvironmentConfig()"><B>EnvironmentConfig()</B></A> - 
Constructor for class com.sleepycat.db.<A HREF="com/sleepycat/db/EnvironmentConfig.html" title="class in com.sleepycat.db">EnvironmentConfig</A>
<DD>Create an EnvironmentConfig initialized with the system default settings.
<DT><A HREF="com/sleepycat/db/ErrorHandler.html" title="interface in com.sleepycat.db"><B>ErrorHandler</B></A> - interface com.sleepycat.db.<A HREF="com/sleepycat/db/ErrorHandler.html" title="interface in com.sleepycat.db">ErrorHandler</A>.<DD>An interface specifying a callback function to be called when an error
occurs in the Berkeley DB library.<DT><A HREF="com/sleepycat/util/ExceptionUnwrapper.html" title="class in com.sleepycat.util"><B>ExceptionUnwrapper</B></A> - class com.sleepycat.util.<A HREF="com/sleepycat/util/ExceptionUnwrapper.html" title="class in com.sleepycat.util">ExceptionUnwrapper</A>.<DD>Unwraps nested exceptions by calling the <A HREF="com/sleepycat/util/ExceptionWrapper.html#getDetail()"><CODE>ExceptionWrapper.getDetail()</CODE></A> method for exceptions that implement the
 <A HREF="com/sleepycat/util/ExceptionWrapper.html" title="interface in com.sleepycat.util"><CODE>ExceptionWrapper</CODE></A> interface.<DT><A HREF="com/sleepycat/util/ExceptionUnwrapper.html#ExceptionUnwrapper()"><B>ExceptionUnwrapper()</B></A> - 
Constructor for class com.sleepycat.util.<A HREF="com/sleepycat/util/ExceptionUnwrapper.html" title="class in com.sleepycat.util">ExceptionUnwrapper</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/util/ExceptionWrapper.html" title="interface in com.sleepycat.util"><B>ExceptionWrapper</B></A> - interface com.sleepycat.util.<A HREF="com/sleepycat/util/ExceptionWrapper.html" title="interface in com.sleepycat.util">ExceptionWrapper</A>.<DD>Interface implemented by exceptions that can contain nested exceptions.<DT><A HREF="com/sleepycat/db/Environment.html#electReplicationMaster(int, int, int, int)"><B>electReplicationMaster(int, int, int, int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Environment.html" title="class in com.sleepycat.db">Environment</A>
<DD>Hold an election for the master of a replication group.
<DT><A HREF="com/sleepycat/collections/StoredMap.html#entrySet()"><B>entrySet()</B></A> - 
Method in class com.sleepycat.collections.<A HREF="com/sleepycat/collections/StoredMap.html" title="class in com.sleepycat.collections">StoredMap</A>
<DD>Returns a set view of the mappings contained in this map.
<DT><A HREF="com/sleepycat/bind/tuple/BooleanBinding.html#entryToBoolean(com.sleepycat.db.DatabaseEntry)"><B>entryToBoolean(DatabaseEntry)</B></A> - 
Static method in class com.sleepycat.bind.tuple.<A HREF="com/sleepycat/bind/tuple/BooleanBinding.html" title="class in com.sleepycat.bind.tuple">BooleanBinding</A>
<DD>Converts an entry buffer into a simple <code>boolean</code> value.
<DT><A HREF="com/sleepycat/bind/tuple/ByteBinding.html#entryToByte(com.sleepycat.db.DatabaseEntry)"><B>entryToByte(DatabaseEntry)</B></A> - 
Static method in class com.sleepycat.bind.tuple.<A HREF="com/sleepycat/bind/tuple/ByteBinding.html" title="class in com.sleepycat.bind.tuple">ByteBinding</A>
<DD>Converts an entry buffer into a simple <code>byte</code> value.
<DT><A HREF="com/sleepycat/bind/tuple/CharacterBinding.html#entryToChar(com.sleepycat.db.DatabaseEntry)"><B>entryToChar(DatabaseEntry)</B></A> - 
Static method in class com.sleepycat.bind.tuple.<A HREF="com/sleepycat/bind/tuple/CharacterBinding.html" title="class in com.sleepycat.bind.tuple">CharacterBinding</A>
<DD>Converts an entry buffer into a simple <code>char</code> value.
<DT><A HREF="com/sleepycat/bind/tuple/DoubleBinding.html#entryToDouble(com.sleepycat.db.DatabaseEntry)"><B>entryToDouble(DatabaseEntry)</B></A> - 
Static method in class com.sleepycat.bind.tuple.<A HREF="com/sleepycat/bind/tuple/DoubleBinding.html" title="class in com.sleepycat.bind.tuple">DoubleBinding</A>
<DD>Converts an entry buffer into a simple <code>double</code> value.
<DT><A HREF="com/sleepycat/bind/tuple/FloatBinding.html#entryToFloat(com.sleepycat.db.DatabaseEntry)"><B>entryToFloat(DatabaseEntry)</B></A> - 
Static method in class com.sleepycat.bind.tuple.<A HREF="com/sleepycat/bind/tuple/FloatBinding.html" title="class in com.sleepycat.bind.tuple">FloatBinding</A>
<DD>Converts an entry buffer into a simple <code>float</code> value.
<DT><A HREF="com/sleepycat/bind/tuple/TupleBinding.html#entryToInput(com.sleepycat.db.DatabaseEntry)"><B>entryToInput(DatabaseEntry)</B></A> - 
Static method in class com.sleepycat.bind.tuple.<A HREF="com/sleepycat/bind/tuple/TupleBinding.html" title="class in com.sleepycat.bind.tuple">TupleBinding</A>
<DD>Utility method to create a new tuple input object for reading the data
 from a given buffer.
<DT><A HREF="com/sleepycat/bind/tuple/IntegerBinding.html#entryToInt(com.sleepycat.db.DatabaseEntry)"><B>entryToInt(DatabaseEntry)</B></A> - 
Static method in class com.sleepycat.bind.tuple.<A HREF="com/sleepycat/bind/tuple/IntegerBinding.html" title="class in com.sleepycat.bind.tuple">IntegerBinding</A>
<DD>Converts an entry buffer into a simple <code>int</code> value.
<DT><A HREF="com/sleepycat/bind/tuple/LongBinding.html#entryToLong(com.sleepycat.db.DatabaseEntry)"><B>entryToLong(DatabaseEntry)</B></A> - 
Static method in class com.sleepycat.bind.tuple.<A HREF="com/sleepycat/bind/tuple/LongBinding.html" title="class in com.sleepycat.bind.tuple">LongBinding</A>
<DD>Converts an entry buffer into a simple <code>long</code> value.
<DT><A HREF="com/sleepycat/bind/ByteArrayBinding.html#entryToObject(com.sleepycat.db.DatabaseEntry)"><B>entryToObject(DatabaseEntry)</B></A> - 
Method in class com.sleepycat.bind.<A HREF="com/sleepycat/bind/ByteArrayBinding.html" title="class in com.sleepycat.bind">ByteArrayBinding</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bind/EntityBinding.html#entryToObject(com.sleepycat.db.DatabaseEntry, com.sleepycat.db.DatabaseEntry)"><B>entryToObject(DatabaseEntry, DatabaseEntry)</B></A> - 
Method in interface com.sleepycat.bind.<A HREF="com/sleepycat/bind/EntityBinding.html" title="interface in com.sleepycat.bind">EntityBinding</A>
<DD>Converts key and data entry buffers into an entity Object.
<DT><A HREF="com/sleepycat/bind/EntryBinding.html#entryToObject(com.sleepycat.db.DatabaseEntry)"><B>entryToObject(DatabaseEntry)</B></A> - 
Method in interface com.sleepycat.bind.<A HREF="com/sleepycat/bind/EntryBinding.html" title="interface in com.sleepycat.bind">EntryBinding</A>
<DD>Converts a entry buffer into an Object.
<DT><A HREF="com/sleepycat/bind/RecordNumberBinding.html#entryToObject(com.sleepycat.db.DatabaseEntry)"><B>entryToObject(DatabaseEntry)</B></A> - 
Method in class com.sleepycat.bind.<A HREF="com/sleepycat/bind/RecordNumberBinding.html" title="class in com.sleepycat.bind">RecordNumberBinding</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bind/serial/SerialBinding.html#entryToObject(com.sleepycat.db.DatabaseEntry)"><B>entryToObject(DatabaseEntry)</B></A> - 
Method in class com.sleepycat.bind.serial.<A HREF="com/sleepycat/bind/serial/SerialBinding.html" title="class in com.sleepycat.bind.serial">SerialBinding</A>
<DD>Deserialize an object from an entry buffer.
<DT><A HREF="com/sleepycat/bind/serial/SerialSerialBinding.html#entryToObject(com.sleepycat.db.DatabaseEntry, com.sleepycat.db.DatabaseEntry)"><B>entryToObject(DatabaseEntry, DatabaseEntry)</B></A> - 
Method in class com.sleepycat.bind.serial.<A HREF="com/sleepycat/bind/serial/SerialSerialBinding.html" title="class in com.sleepycat.bind.serial">SerialSerialBinding</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bind/serial/SerialSerialBinding.html#entryToObject(java.lang.Object, java.lang.Object)"><B>entryToObject(Object, Object)</B></A> - 
Method in class com.sleepycat.bind.serial.<A HREF="com/sleepycat/bind/serial/SerialSerialBinding.html" title="class in com.sleepycat.bind.serial">SerialSerialBinding</A>
<DD>Constructs an entity object from deserialized key and data objects.
<DT><A HREF="com/sleepycat/bind/serial/TupleSerialBinding.html#entryToObject(com.sleepycat.db.DatabaseEntry, com.sleepycat.db.DatabaseEntry)"><B>entryToObject(DatabaseEntry, DatabaseEntry)</B></A> - 
Method in class com.sleepycat.bind.serial.<A HREF="com/sleepycat/bind/serial/TupleSerialBinding.html" title="class in com.sleepycat.bind.serial">TupleSerialBinding</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bind/serial/TupleSerialBinding.html#entryToObject(com.sleepycat.bind.tuple.TupleInput, java.lang.Object)"><B>entryToObject(TupleInput, Object)</B></A> - 
Method in class com.sleepycat.bind.serial.<A HREF="com/sleepycat/bind/serial/TupleSerialBinding.html" title="class in com.sleepycat.bind.serial">TupleSerialBinding</A>
<DD>Constructs an entity object from <A HREF="com/sleepycat/bind/tuple/TupleInput.html" title="class in com.sleepycat.bind.tuple"><CODE>TupleInput</CODE></A> key entry and
 deserialized data entry objects.
<DT><A HREF="com/sleepycat/bind/serial/TupleSerialMarshalledBinding.html#entryToObject(com.sleepycat.bind.tuple.TupleInput, java.lang.Object)"><B>entryToObject(TupleInput, Object)</B></A> - 
Method in class com.sleepycat.bind.serial.<A HREF="com/sleepycat/bind/serial/TupleSerialMarshalledBinding.html" title="class in com.sleepycat.bind.serial">TupleSerialMarshalledBinding</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bind/tuple/BooleanBinding.html#entryToObject(com.sleepycat.bind.tuple.TupleInput)"><B>entryToObject(TupleInput)</B></A> - 
Method in class com.sleepycat.bind.tuple.<A HREF="com/sleepycat/bind/tuple/BooleanBinding.html" title="class in com.sleepycat.bind.tuple">BooleanBinding</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bind/tuple/ByteBinding.html#entryToObject(com.sleepycat.bind.tuple.TupleInput)"><B>entryToObject(TupleInput)</B></A> - 
Method in class com.sleepycat.bind.tuple.<A HREF="com/sleepycat/bind/tuple/ByteBinding.html" title="class in com.sleepycat.bind.tuple">ByteBinding</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bind/tuple/CharacterBinding.html#entryToObject(com.sleepycat.bind.tuple.TupleInput)"><B>entryToObject(TupleInput)</B></A> - 
Method in class com.sleepycat.bind.tuple.<A HREF="com/sleepycat/bind/tuple/CharacterBinding.html" title="class in com.sleepycat.bind.tuple">CharacterBinding</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bind/tuple/DoubleBinding.html#entryToObject(com.sleepycat.bind.tuple.TupleInput)"><B>entryToObject(TupleInput)</B></A> - 
Method in class com.sleepycat.bind.tuple.<A HREF="com/sleepycat/bind/tuple/DoubleBinding.html" title="class in com.sleepycat.bind.tuple">DoubleBinding</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bind/tuple/FloatBinding.html#entryToObject(com.sleepycat.bind.tuple.TupleInput)"><B>entryToObject(TupleInput)</B></A> - 
Method in class com.sleepycat.bind.tuple.<A HREF="com/sleepycat/bind/tuple/FloatBinding.html" title="class in com.sleepycat.bind.tuple">FloatBinding</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bind/tuple/IntegerBinding.html#entryToObject(com.sleepycat.bind.tuple.TupleInput)"><B>entryToObject(TupleInput)</B></A> - 
Method in class com.sleepycat.bind.tuple.<A HREF="com/sleepycat/bind/tuple/IntegerBinding.html" title="class in com.sleepycat.bind.tuple">IntegerBinding</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bind/tuple/LongBinding.html#entryToObject(com.sleepycat.bind.tuple.TupleInput)"><B>entryToObject(TupleInput)</B></A> - 
Method in class com.sleepycat.bind.tuple.<A HREF="com/sleepycat/bind/tuple/LongBinding.html" title="class in com.sleepycat.bind.tuple">LongBinding</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bind/tuple/ShortBinding.html#entryToObject(com.sleepycat.bind.tuple.TupleInput)"><B>entryToObject(TupleInput)</B></A> - 
Method in class com.sleepycat.bind.tuple.<A HREF="com/sleepycat/bind/tuple/ShortBinding.html" title="class in com.sleepycat.bind.tuple">ShortBinding</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bind/tuple/StringBinding.html#entryToObject(com.sleepycat.bind.tuple.TupleInput)"><B>entryToObject(TupleInput)</B></A> - 
Method in class com.sleepycat.bind.tuple.<A HREF="com/sleepycat/bind/tuple/StringBinding.html" title="class in com.sleepycat.bind.tuple">StringBinding</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bind/tuple/TupleBinding.html#entryToObject(com.sleepycat.db.DatabaseEntry)"><B>entryToObject(DatabaseEntry)</B></A> - 
Method in class com.sleepycat.bind.tuple.<A HREF="com/sleepycat/bind/tuple/TupleBinding.html" title="class in com.sleepycat.bind.tuple">TupleBinding</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bind/tuple/TupleBinding.html#entryToObject(com.sleepycat.bind.tuple.TupleInput)"><B>entryToObject(TupleInput)</B></A> - 
Method in class com.sleepycat.bind.tuple.<A HREF="com/sleepycat/bind/tuple/TupleBinding.html" title="class in com.sleepycat.bind.tuple">TupleBinding</A>
<DD>Constructs a key or data object from a <A HREF="com/sleepycat/bind/tuple/TupleInput.html" title="class in com.sleepycat.bind.tuple"><CODE>TupleInput</CODE></A> entry.
<DT><A HREF="com/sleepycat/bind/tuple/TupleInputBinding.html#entryToObject(com.sleepycat.db.DatabaseEntry)"><B>entryToObject(DatabaseEntry)</B></A> - 
Method in class com.sleepycat.bind.tuple.<A HREF="com/sleepycat/bind/tuple/TupleInputBinding.html" title="class in com.sleepycat.bind.tuple">TupleInputBinding</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bind/tuple/TupleMarshalledBinding.html#entryToObject(com.sleepycat.bind.tuple.TupleInput)"><B>entryToObject(TupleInput)</B></A> - 
Method in class com.sleepycat.bind.tuple.<A HREF="com/sleepycat/bind/tuple/TupleMarshalledBinding.html" title="class in com.sleepycat.bind.tuple">TupleMarshalledBinding</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bind/tuple/TupleTupleBinding.html#entryToObject(com.sleepycat.db.DatabaseEntry, com.sleepycat.db.DatabaseEntry)"><B>entryToObject(DatabaseEntry, DatabaseEntry)</B></A> - 
Method in class com.sleepycat.bind.tuple.<A HREF="com/sleepycat/bind/tuple/TupleTupleBinding.html" title="class in com.sleepycat.bind.tuple">TupleTupleBinding</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bind/tuple/TupleTupleBinding.html#entryToObject(com.sleepycat.bind.tuple.TupleInput, com.sleepycat.bind.tuple.TupleInput)"><B>entryToObject(TupleInput, TupleInput)</B></A> - 
Method in class com.sleepycat.bind.tuple.<A HREF="com/sleepycat/bind/tuple/TupleTupleBinding.html" title="class in com.sleepycat.bind.tuple">TupleTupleBinding</A>
<DD>Constructs an entity object from <A HREF="com/sleepycat/bind/tuple/TupleInput.html" title="class in com.sleepycat.bind.tuple"><CODE>TupleInput</CODE></A> key and data
 entries.
<DT><A HREF="com/sleepycat/bind/tuple/TupleTupleMarshalledBinding.html#entryToObject(com.sleepycat.bind.tuple.TupleInput, com.sleepycat.bind.tuple.TupleInput)"><B>entryToObject(TupleInput, TupleInput)</B></A> - 
Method in class com.sleepycat.bind.tuple.<A HREF="com/sleepycat/bind/tuple/TupleTupleMarshalledBinding.html" title="class in com.sleepycat.bind.tuple">TupleTupleMarshalledBinding</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bind/RecordNumberBinding.html#entryToRecordNumber(com.sleepycat.db.DatabaseEntry)"><B>entryToRecordNumber(DatabaseEntry)</B></A> - 
Static method in class com.sleepycat.bind.<A HREF="com/sleepycat/bind/RecordNumberBinding.html" title="class in com.sleepycat.bind">RecordNumberBinding</A>
<DD>Utility method for use by bindings to translate a entry buffer to an
 record number integer.
<DT><A HREF="com/sleepycat/bind/tuple/ShortBinding.html#entryToShort(com.sleepycat.db.DatabaseEntry)"><B>entryToShort(DatabaseEntry)</B></A> - 
Static method in class com.sleepycat.bind.tuple.<A HREF="com/sleepycat/bind/tuple/ShortBinding.html" title="class in com.sleepycat.bind.tuple">ShortBinding</A>
<DD>Converts an entry buffer into a simple <code>short</code> value.
<DT><A HREF="com/sleepycat/bind/tuple/StringBinding.html#entryToString(com.sleepycat.db.DatabaseEntry)"><B>entryToString(DatabaseEntry)</B></A> - 
Static method in class com.sleepycat.bind.tuple.<A HREF="com/sleepycat/bind/tuple/StringBinding.html" title="class in com.sleepycat.bind.tuple">StringBinding</A>
<DD>Converts an entry buffer into a simple <code>String</code> value.
<DT><A HREF="com/sleepycat/db/KeyRange.html#equal"><B>equal</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/KeyRange.html" title="class in com.sleepycat.db">KeyRange</A>
<DD>Zero if there is no matching key, and non-zero otherwise.
<DT><A HREF="com/sleepycat/collections/MapEntryParameter.html#equals(java.lang.Object)"><B>equals(Object)</B></A> - 
Method in class com.sleepycat.collections.<A HREF="com/sleepycat/collections/MapEntryParameter.html" title="class in com.sleepycat.collections">MapEntryParameter</A>
<DD>Compares this entry to a given entry as specified by <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/util/Map.Entry.html#equals(java.lang.Object)" title="class or interface in java.util"><CODE>Map.Entry.equals(java.lang.Object)</CODE></A>.
<DT><A HREF="com/sleepycat/collections/StoredCollection.html#equals(java.lang.Object)"><B>equals(Object)</B></A> - 
Method in class com.sleepycat.collections.<A HREF="com/sleepycat/collections/StoredCollection.html" title="class in com.sleepycat.collections">StoredCollection</A>
<DD>Compares the specified object with this collection for equality.
<DT><A HREF="com/sleepycat/collections/StoredList.html#equals(java.lang.Object)"><B>equals(Object)</B></A> - 
Method in class com.sleepycat.collections.<A HREF="com/sleepycat/collections/StoredList.html" title="class in com.sleepycat.collections">StoredList</A>
<DD>Compares the specified object with this list for equality.
<DT><A HREF="com/sleepycat/collections/StoredMap.html#equals(java.lang.Object)"><B>equals(Object)</B></A> - 
Method in class com.sleepycat.collections.<A HREF="com/sleepycat/collections/StoredMap.html" title="class in com.sleepycat.collections">StoredMap</A>
<DD>Compares the specified object with this map for equality.
<DT><A HREF="com/sleepycat/db/ErrorHandler.html#error(com.sleepycat.db.Environment, java.lang.String, java.lang.String)"><B>error(Environment, String, String)</B></A> - 
Method in interface com.sleepycat.db.<A HREF="com/sleepycat/db/ErrorHandler.html" title="interface in com.sleepycat.db">ErrorHandler</A>
<DD>A callback function to be called when an error occurs in the
    Berkeley DB library.
</DL>
<HR>
<A NAME="_F_"><!-- --></A><H2>
<B>F</B></H2>
<DL>
<DT><A HREF="com/sleepycat/db/RecoveryOperation.html#FORWARD_ROLL"><B>FORWARD_ROLL</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/RecoveryOperation.html" title="class in com.sleepycat.db">RecoveryOperation</A>
<DD>The log is being played forward; redo the operation described by the log
    record.
<DT><A HREF="com/sleepycat/util/FastInputStream.html" title="class in com.sleepycat.util"><B>FastInputStream</B></A> - class com.sleepycat.util.<A HREF="com/sleepycat/util/FastInputStream.html" title="class in com.sleepycat.util">FastInputStream</A>.<DD>A replacement for ByteArrayInputStream that does not synchronize every
 byte read.<DT><A HREF="com/sleepycat/util/FastInputStream.html#FastInputStream(byte[])"><B>FastInputStream(byte[])</B></A> - 
Constructor for class com.sleepycat.util.<A HREF="com/sleepycat/util/FastInputStream.html" title="class in com.sleepycat.util">FastInputStream</A>
<DD>Creates an input stream.
<DT><A HREF="com/sleepycat/util/FastInputStream.html#FastInputStream(byte[], int, int)"><B>FastInputStream(byte[], int, int)</B></A> - 
Constructor for class com.sleepycat.util.<A HREF="com/sleepycat/util/FastInputStream.html" title="class in com.sleepycat.util">FastInputStream</A>
<DD>Creates an input stream.
<DT><A HREF="com/sleepycat/util/FastOutputStream.html" title="class in com.sleepycat.util"><B>FastOutputStream</B></A> - class com.sleepycat.util.<A HREF="com/sleepycat/util/FastOutputStream.html" title="class in com.sleepycat.util">FastOutputStream</A>.<DD>A replacement for ByteArrayOutputStream that does not synchronize every
 byte read.<DT><A HREF="com/sleepycat/util/FastOutputStream.html#FastOutputStream()"><B>FastOutputStream()</B></A> - 
Constructor for class com.sleepycat.util.<A HREF="com/sleepycat/util/FastOutputStream.html" title="class in com.sleepycat.util">FastOutputStream</A>
<DD>Creates an output stream with default sizes.
<DT><A HREF="com/sleepycat/util/FastOutputStream.html#FastOutputStream(int)"><B>FastOutputStream(int)</B></A> - 
Constructor for class com.sleepycat.util.<A HREF="com/sleepycat/util/FastOutputStream.html" title="class in com.sleepycat.util">FastOutputStream</A>
<DD>Creates an output stream with a default bump size and a given initial
 size.
<DT><A HREF="com/sleepycat/util/FastOutputStream.html#FastOutputStream(int, int)"><B>FastOutputStream(int, int)</B></A> - 
Constructor for class com.sleepycat.util.<A HREF="com/sleepycat/util/FastOutputStream.html" title="class in com.sleepycat.util">FastOutputStream</A>
<DD>Creates an output stream with a given bump size and initial size.
<DT><A HREF="com/sleepycat/util/FastOutputStream.html#FastOutputStream(byte[])"><B>FastOutputStream(byte[])</B></A> - 
Constructor for class com.sleepycat.util.<A HREF="com/sleepycat/util/FastOutputStream.html" title="class in com.sleepycat.util">FastOutputStream</A>
<DD>Creates an output stream with a given initial buffer and a default
 bump size.
<DT><A HREF="com/sleepycat/util/FastOutputStream.html#FastOutputStream(byte[], int)"><B>FastOutputStream(byte[], int)</B></A> - 
Constructor for class com.sleepycat.util.<A HREF="com/sleepycat/util/FastOutputStream.html" title="class in com.sleepycat.util">FastOutputStream</A>
<DD>Creates an output stream with a given initial buffer and a given
 bump size.
<DT><A HREF="com/sleepycat/db/FeedbackHandler.html" title="interface in com.sleepycat.db"><B>FeedbackHandler</B></A> - interface com.sleepycat.db.<A HREF="com/sleepycat/db/FeedbackHandler.html" title="interface in com.sleepycat.db">FeedbackHandler</A>.<DD>An interface specifying a function to be called to provide feedback.<DT><A HREF="com/sleepycat/bind/tuple/FloatBinding.html" title="class in com.sleepycat.bind.tuple"><B>FloatBinding</B></A> - class com.sleepycat.bind.tuple.<A HREF="com/sleepycat/bind/tuple/FloatBinding.html" title="class in com.sleepycat.bind.tuple">FloatBinding</A>.<DD>A concrete <code>TupleBinding</code> for a <code>Float</code> primitive
 wrapper or a <code>float</code> primitive.<DT><A HREF="com/sleepycat/bind/tuple/FloatBinding.html#FloatBinding()"><B>FloatBinding()</B></A> - 
Constructor for class com.sleepycat.bind.tuple.<A HREF="com/sleepycat/bind/tuple/FloatBinding.html" title="class in com.sleepycat.bind.tuple">FloatBinding</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/collections/StoredSortedEntrySet.html#first()"><B>first()</B></A> - 
Method in class com.sleepycat.collections.<A HREF="com/sleepycat/collections/StoredSortedEntrySet.html" title="class in com.sleepycat.collections">StoredSortedEntrySet</A>
<DD>Returns the first (lowest) element currently in this sorted set.
<DT><A HREF="com/sleepycat/collections/StoredSortedKeySet.html#first()"><B>first()</B></A> - 
Method in class com.sleepycat.collections.<A HREF="com/sleepycat/collections/StoredSortedKeySet.html" title="class in com.sleepycat.collections">StoredSortedKeySet</A>
<DD>Returns the first (lowest) element currently in this sorted set.
<DT><A HREF="com/sleepycat/collections/StoredSortedValueSet.html#first()"><B>first()</B></A> - 
Method in class com.sleepycat.collections.<A HREF="com/sleepycat/collections/StoredSortedValueSet.html" title="class in com.sleepycat.collections">StoredSortedValueSet</A>
<DD>Returns the first (lowest) element currently in this sorted set.
<DT><A HREF="com/sleepycat/collections/StoredSortedMap.html#firstKey()"><B>firstKey()</B></A> - 
Method in class com.sleepycat.collections.<A HREF="com/sleepycat/collections/StoredSortedMap.html" title="class in com.sleepycat.collections">StoredSortedMap</A>
<DD>Returns the first (lowest) key currently in this sorted map.
<DT><A HREF="com/sleepycat/bind/tuple/FloatBinding.html#floatToEntry(float, com.sleepycat.db.DatabaseEntry)"><B>floatToEntry(float, DatabaseEntry)</B></A> - 
Static method in class com.sleepycat.bind.tuple.<A HREF="com/sleepycat/bind/tuple/FloatBinding.html" title="class in com.sleepycat.bind.tuple">FloatBinding</A>
<DD>Converts a simple <code>float</code> value into an entry buffer.
<DT><A HREF="com/sleepycat/db/Environment.html#freeLockerID(int)"><B>freeLockerID(int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Environment.html" title="class in com.sleepycat.db">Environment</A>
<DD>Free a locker ID.
<DT><A HREF="com/sleepycat/db/RecoveryOperation.html#fromFlag(int)"><B>fromFlag(int)</B></A> - 
Static method in class com.sleepycat.db.<A HREF="com/sleepycat/db/RecoveryOperation.html" title="class in com.sleepycat.db">RecoveryOperation</A>
<DD>Internal: this is public only so it can be called from an internal
    package.
</DL>
<HR>
<A NAME="_G_"><!-- --></A><H2>
<B>G</B></H2>
<DL>
<DT><A HREF="com/sleepycat/db/LockOperation.html#GET"><B>GET</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/LockOperation.html" title="class in com.sleepycat.db">LockOperation</A>
<DD>Get the lock defined by the values of the mode and obj fields, for
    the specified locker.
<DT><A HREF="com/sleepycat/db/LockOperation.html#GET_TIMEOUT"><B>GET_TIMEOUT</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/LockOperation.html" title="class in com.sleepycat.db">LockOperation</A>
<DD>Identical to LockOperation GET except that the value in the timeout
    field overrides any previously specified timeout value for this
    lock.
<DT><A HREF="com/sleepycat/collections/StoredList.html#get(int)"><B>get(int)</B></A> - 
Method in class com.sleepycat.collections.<A HREF="com/sleepycat/collections/StoredList.html" title="class in com.sleepycat.collections">StoredList</A>
<DD>Returns the element at the specified position in this list.
<DT><A HREF="com/sleepycat/collections/StoredMap.html#get(java.lang.Object)"><B>get(Object)</B></A> - 
Method in class com.sleepycat.collections.<A HREF="com/sleepycat/collections/StoredMap.html" title="class in com.sleepycat.collections">StoredMap</A>
<DD>Returns the value to which this map maps the specified key.
<DT><A HREF="com/sleepycat/db/Database.html#get(com.sleepycat.db.Transaction, com.sleepycat.db.DatabaseEntry, com.sleepycat.db.DatabaseEntry, com.sleepycat.db.LockMode)"><B>get(Transaction, DatabaseEntry, DatabaseEntry, LockMode)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Database.html" title="class in com.sleepycat.db">Database</A>
<DD>Retrieves the key/data pair with the given key.
<DT><A HREF="com/sleepycat/db/SecondaryDatabase.html#get(com.sleepycat.db.Transaction, com.sleepycat.db.DatabaseEntry, com.sleepycat.db.DatabaseEntry, com.sleepycat.db.DatabaseEntry, com.sleepycat.db.LockMode)"><B>get(Transaction, DatabaseEntry, DatabaseEntry, DatabaseEntry, LockMode)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/SecondaryDatabase.html" title="class in com.sleepycat.db">SecondaryDatabase</A>
<DD>Retrieves the key/data pair with the given key.
<DT><A HREF="com/sleepycat/db/Sequence.html#get(com.sleepycat.db.Transaction, int)"><B>get(Transaction, int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Sequence.html" title="class in com.sleepycat.db">Sequence</A>
<DD>Return the next available element in the sequence and changes the sequence
    value by <code>delta</code>.
<DT><A HREF="com/sleepycat/db/VerifyConfig.html#getAggressive()"><B>getAggressive()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/VerifyConfig.html" title="class in com.sleepycat.db">VerifyConfig</A>
<DD>Return if the     <A HREF="com/sleepycat/db/Database.html#verify(java.lang.String, java.lang.String, java.io.PrintStream, com.sleepycat.db.VerifyConfig)"><CODE>Database.verify</CODE></A> is configured to output
    <b>all</b> the key/data pairs in the file that can be found.
<DT><A HREF="com/sleepycat/db/CacheStats.html#getAlloc()"><B>getAlloc()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/CacheStats.html" title="class in com.sleepycat.db">CacheStats</A>
<DD>Number of page allocations.
<DT><A HREF="com/sleepycat/db/CacheStats.html#getAllocBuckets()"><B>getAllocBuckets()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/CacheStats.html" title="class in com.sleepycat.db">CacheStats</A>
<DD>Number of hash buckets checked during allocation.
<DT><A HREF="com/sleepycat/db/CacheStats.html#getAllocMaxBuckets()"><B>getAllocMaxBuckets()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/CacheStats.html" title="class in com.sleepycat.db">CacheStats</A>
<DD>Maximum number of hash buckets checked during an allocation.
<DT><A HREF="com/sleepycat/db/CacheStats.html#getAllocMaxPages()"><B>getAllocMaxPages()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/CacheStats.html" title="class in com.sleepycat.db">CacheStats</A>
<DD>Maximum number of pages checked during an allocation.
<DT><A HREF="com/sleepycat/db/CacheStats.html#getAllocPages()"><B>getAllocPages()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/CacheStats.html" title="class in com.sleepycat.db">CacheStats</A>
<DD>Number of pages checked during allocation.
<DT><A HREF="com/sleepycat/db/DatabaseConfig.html#getAllowCreate()"><B>getAllowCreate()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DatabaseConfig.html" title="class in com.sleepycat.db">DatabaseConfig</A>
<DD>Return if the <A HREF="com/sleepycat/db/Environment.html#openDatabase(com.sleepycat.db.Transaction, java.lang.String, java.lang.String, com.sleepycat.db.DatabaseConfig)"><CODE>Environment.openDatabase</CODE></A> method is configured
    to create the database if it does not already exist.
<DT><A HREF="com/sleepycat/db/EnvironmentConfig.html#getAllowCreate()"><B>getAllowCreate()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/EnvironmentConfig.html" title="class in com.sleepycat.db">EnvironmentConfig</A>
<DD>Return if the database environment is configured to create any
    underlying files, as necessary.
<DT><A HREF="com/sleepycat/db/SequenceConfig.html#getAllowCreate()"><B>getAllowCreate()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/SequenceConfig.html" title="class in com.sleepycat.db">SequenceConfig</A>
<DD>Return if the <A HREF="com/sleepycat/db/Database.html#openSequence(com.sleepycat.db.Transaction, com.sleepycat.db.DatabaseEntry, com.sleepycat.db.SequenceConfig)"><CODE>Database.openSequence</CODE></A> method is configured
    to create the sequence if it does not already exist.
<DT><A HREF="com/sleepycat/collections/TransactionRunner.html#getAllowNestedTransactions()"><B>getAllowNestedTransactions()</B></A> - 
Method in class com.sleepycat.collections.<A HREF="com/sleepycat/collections/TransactionRunner.html" title="class in com.sleepycat.collections">TransactionRunner</A>
<DD>Returns whether nested transactions will be created if
 <code>run()</code> is called when a transaction is already active for
 the current thread.
<DT><A HREF="com/sleepycat/db/SecondaryConfig.html#getAllowPopulate()"><B>getAllowPopulate()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/SecondaryConfig.html" title="class in com.sleepycat.db">SecondaryConfig</A>
<DD>Returns whether automatic population of the secondary is allowed.
<DT><A HREF="com/sleepycat/db/Environment.html#getArchiveDatabases()"><B>getArchiveDatabases()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Environment.html" title="class in com.sleepycat.db">Environment</A>
<DD>Return the names of the database files that need to be archived in
    order to recover the database from catastrophic failure.
<DT><A HREF="com/sleepycat/db/Environment.html#getArchiveLogFiles(boolean)"><B>getArchiveLogFiles(boolean)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Environment.html" title="class in com.sleepycat.db">Environment</A>
<DD>Return the names of all of the log files that are no longer in use.
<DT><A HREF="com/sleepycat/db/SequenceConfig.html#getAutoCommitNoSync()"><B>getAutoCommitNoSync()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/SequenceConfig.html" title="class in com.sleepycat.db">SequenceConfig</A>
<DD>Return if the auto-commit operations on the sequence are configure to not
    flush the transaction log..
<DT><A HREF="com/sleepycat/db/HashStats.html#getBFree()"><B>getBFree()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/HashStats.html" title="class in com.sleepycat.db">HashStats</A>
<DD>The number of bytes free on bucket pages.
<DT><A HREF="com/sleepycat/bind/serial/SerialBinding.html#getBaseClass()"><B>getBaseClass()</B></A> - 
Method in class com.sleepycat.bind.serial.<A HREF="com/sleepycat/bind/serial/SerialBinding.html" title="class in com.sleepycat.bind.serial">SerialBinding</A>
<DD>Returns the base class for this binding.
<DT><A HREF="com/sleepycat/db/HashStats.html#getBigBFree()"><B>getBigBFree()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/HashStats.html" title="class in com.sleepycat.db">HashStats</A>
<DD>The number of bytes free on big item pages.
<DT><A HREF="com/sleepycat/db/HashStats.html#getBigPages()"><B>getBigPages()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/HashStats.html" title="class in com.sleepycat.db">HashStats</A>
<DD>The number of big key/data pages.
<DT><A HREF="com/sleepycat/db/DatabaseConfig.html#getBtreeComparator()"><B>getBtreeComparator()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DatabaseConfig.html" title="class in com.sleepycat.db">DatabaseConfig</A>
<DD>Return the Comparator used to compare keys in a Btree.
<DT><A HREF="com/sleepycat/db/DatabaseConfig.html#getBtreeMinKey()"><B>getBtreeMinKey()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DatabaseConfig.html" title="class in com.sleepycat.db">DatabaseConfig</A>
<DD>Return the minimum number of key/data pairs intended to be stored
    on any single Btree leaf page.
<DT><A HREF="com/sleepycat/db/DatabaseConfig.html#getBtreePrefixCalculator()"><B>getBtreePrefixCalculator()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DatabaseConfig.html" title="class in com.sleepycat.db">DatabaseConfig</A>
<DD>Return the Btree prefix callback.
<DT><A HREF="com/sleepycat/db/DatabaseConfig.html#getBtreeRecordNumbers()"><B>getBtreeRecordNumbers()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DatabaseConfig.html" title="class in com.sleepycat.db">DatabaseConfig</A>
<DD>Return if the Btree is configured to support retrieval by record number.
<DT><A HREF="com/sleepycat/db/HashStats.html#getBuckets()"><B>getBuckets()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/HashStats.html" title="class in com.sleepycat.db">HashStats</A>
<DD>The the number of hash buckets.
<DT><A HREF="com/sleepycat/util/FastInputStream.html#getBufferBytes()"><B>getBufferBytes()</B></A> - 
Method in class com.sleepycat.util.<A HREF="com/sleepycat/util/FastInputStream.html" title="class in com.sleepycat.util">FastInputStream</A>
<DD>Returns the underlying data being read.
<DT><A HREF="com/sleepycat/util/FastOutputStream.html#getBufferBytes()"><B>getBufferBytes()</B></A> - 
Method in class com.sleepycat.util.<A HREF="com/sleepycat/util/FastOutputStream.html" title="class in com.sleepycat.util">FastOutputStream</A>
<DD>Returns the buffer owned by this object.
<DT><A HREF="com/sleepycat/util/FastInputStream.html#getBufferLength()"><B>getBufferLength()</B></A> - 
Method in class com.sleepycat.util.<A HREF="com/sleepycat/util/FastInputStream.html" title="class in com.sleepycat.util">FastInputStream</A>
<DD>Returns the end of the buffer being read.
<DT><A HREF="com/sleepycat/util/FastOutputStream.html#getBufferLength()"><B>getBufferLength()</B></A> - 
Method in class com.sleepycat.util.<A HREF="com/sleepycat/util/FastOutputStream.html" title="class in com.sleepycat.util">FastOutputStream</A>
<DD>Returns the length used in the internal buffer, i.e., the offset at
 which data will be written next.
<DT><A HREF="com/sleepycat/util/FastInputStream.html#getBufferOffset()"><B>getBufferOffset()</B></A> - 
Method in class com.sleepycat.util.<A HREF="com/sleepycat/util/FastInputStream.html" title="class in com.sleepycat.util">FastInputStream</A>
<DD>Returns the offset at which data is being read from the buffer.
<DT><A HREF="com/sleepycat/util/FastOutputStream.html#getBufferOffset()"><B>getBufferOffset()</B></A> - 
Method in class com.sleepycat.util.<A HREF="com/sleepycat/util/FastOutputStream.html" title="class in com.sleepycat.util">FastOutputStream</A>
<DD>Returns the offset of the internal buffer.
<DT><A HREF="com/sleepycat/util/UtfOps.html#getByteLength(char[])"><B>getByteLength(char[])</B></A> - 
Static method in class com.sleepycat.util.<A HREF="com/sleepycat/util/UtfOps.html" title="class in com.sleepycat.util">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/util/UtfOps.html#getByteLength(char[], int, int)"><B>getByteLength(char[], int, int)</B></A> - 
Static method in class com.sleepycat.util.<A HREF="com/sleepycat/util/UtfOps.html" title="class in com.sleepycat.util">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/DatabaseConfig.html#getByteOrder()"><B>getByteOrder()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DatabaseConfig.html" title="class in com.sleepycat.db">DatabaseConfig</A>
<DD>Return 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/db/DatabaseConfig.html#getByteSwapped()"><B>getByteSwapped()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DatabaseConfig.html" title="class in com.sleepycat.db">DatabaseConfig</A>
<DD>Return if the underlying database files were created on an architecture
    of the same byte order as the current one.
<DT><A HREF="com/sleepycat/db/CacheStats.html#getBytes()"><B>getBytes()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/CacheStats.html" title="class in com.sleepycat.db">CacheStats</A>
<DD>Bytes of cache (total cache size is st_gbytes + st_bytes).
<DT><A HREF="com/sleepycat/db/EnvironmentConfig.html#getCDBLockAllDatabases()"><B>getCDBLockAllDatabases()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/EnvironmentConfig.html" title="class in com.sleepycat.db">EnvironmentConfig</A>
<DD>Return if the Concurrent Data Store applications are configured to
    perform locking on an environment-wide basis rather than on a
    per-database basis.
<DT><A HREF="com/sleepycat/db/ReplicationStatus.html#getCData()"><B>getCData()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/ReplicationStatus.html" title="class in com.sleepycat.db">ReplicationStatus</A>
<DD>Whenever the system receives contact information from a new
    environment, a copy of the opaque data specified in the cdata
    parameter to the <A HREF="com/sleepycat/db/Environment.html#startReplication(com.sleepycat.db.DatabaseEntry, boolean)"><CODE>Environment.startReplication</CODE></A> is available
    from the getCDAta method.
<DT><A HREF="com/sleepycat/db/DatabaseConfig.html#getCacheCount()"><B>getCacheCount()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DatabaseConfig.html" title="class in com.sleepycat.db">DatabaseConfig</A>
<DD>Return the number of shared memory buffer pools, that is, the number
    of caches.
<DT><A HREF="com/sleepycat/db/EnvironmentConfig.html#getCacheCount()"><B>getCacheCount()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/EnvironmentConfig.html" title="class in com.sleepycat.db">EnvironmentConfig</A>
<DD>Return the number of shared memory buffer pools, that is, the number
    of caches.
<DT><A HREF="com/sleepycat/db/Database.html#getCacheFile()"><B>getCacheFile()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Database.html" title="class in com.sleepycat.db">Database</A>
<DD>Return the handle for the cache file underlying the database.
<DT><A HREF="com/sleepycat/db/Environment.html#getCacheFileStats(com.sleepycat.db.StatsConfig)"><B>getCacheFileStats(StatsConfig)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Environment.html" title="class in com.sleepycat.db">Environment</A>
<DD>Return the database environment's per-file memory pool (that is, the
    buffer cache) statistics.
<DT><A HREF="com/sleepycat/db/CacheFileStats.html#getCacheHit()"><B>getCacheHit()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/CacheFileStats.html" title="class in com.sleepycat.db">CacheFileStats</A>
<DD>Requested pages found in the cache.
<DT><A HREF="com/sleepycat/db/CacheStats.html#getCacheHit()"><B>getCacheHit()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/CacheStats.html" title="class in com.sleepycat.db">CacheStats</A>
<DD>Requested pages found in the cache.
<DT><A HREF="com/sleepycat/db/CacheFileStats.html#getCacheMiss()"><B>getCacheMiss()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/CacheFileStats.html" title="class in com.sleepycat.db">CacheFileStats</A>
<DD>Requested pages not found in the cache.
<DT><A HREF="com/sleepycat/db/CacheStats.html#getCacheMiss()"><B>getCacheMiss()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/CacheStats.html" title="class in com.sleepycat.db">CacheStats</A>
<DD>Requested pages not found in the cache.
<DT><A HREF="com/sleepycat/db/DatabaseConfig.html#getCacheSize()"><B>getCacheSize()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DatabaseConfig.html" title="class in com.sleepycat.db">DatabaseConfig</A>
<DD>Return the size of the shared memory buffer pool, that is, the cache.
<DT><A HREF="com/sleepycat/db/EnvironmentConfig.html#getCacheSize()"><B>getCacheSize()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/EnvironmentConfig.html" title="class in com.sleepycat.db">EnvironmentConfig</A>
<DD>Return the size of the shared memory buffer pool, that is, the cache.
<DT><A HREF="com/sleepycat/db/SequenceConfig.html#getCacheSize()"><B>getCacheSize()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/SequenceConfig.html" title="class in com.sleepycat.db">SequenceConfig</A>
<DD>Return the number of elements cached by a sequence handle..
<DT><A HREF="com/sleepycat/db/SequenceStats.html#getCacheSize()"><B>getCacheSize()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/SequenceStats.html" title="class in com.sleepycat.db">SequenceStats</A>
<DD>The number of values that will be cached in this handle.
<DT><A HREF="com/sleepycat/db/Environment.html#getCacheStats(com.sleepycat.db.StatsConfig)"><B>getCacheStats(StatsConfig)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Environment.html" title="class in com.sleepycat.db">Environment</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/collections/TupleSerialFactory.html#getCatalog()"><B>getCatalog()</B></A> - 
Method in class com.sleepycat.collections.<A HREF="com/sleepycat/collections/TupleSerialFactory.html" title="class in com.sleepycat.collections">TupleSerialFactory</A>
<DD>Returns the class catalog associated with this factory.
<DT><A HREF="com/sleepycat/util/UtfOps.html#getCharLength(byte[])"><B>getCharLength(byte[])</B></A> - 
Static method in class com.sleepycat.util.<A HREF="com/sleepycat/util/UtfOps.html" title="class in com.sleepycat.util">UtfOps</A>
<DD>Returns the number of characters represented by the given UTF string.
<DT><A HREF="com/sleepycat/util/UtfOps.html#getCharLength(byte[], int, int)"><B>getCharLength(byte[], int, int)</B></A> - 
Static method in class com.sleepycat.util.<A HREF="com/sleepycat/util/UtfOps.html" title="class in com.sleepycat.util">UtfOps</A>
<DD>Returns the number of characters represented by the given UTF string.
<DT><A HREF="com/sleepycat/db/DatabaseConfig.html#getChecksum()"><B>getChecksum()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DatabaseConfig.html" title="class in com.sleepycat.db">DatabaseConfig</A>
<DD>Return if the database environment is configured to do checksum
    verification of pages read into the cache from the backing
    filestore.
<DT><A HREF="com/sleepycat/bind/serial/ClassCatalog.html#getClassFormat(byte[])"><B>getClassFormat(byte[])</B></A> - 
Method in interface com.sleepycat.bind.serial.<A HREF="com/sleepycat/bind/serial/ClassCatalog.html" title="interface in com.sleepycat.bind.serial">ClassCatalog</A>
<DD>Return the ObjectStreamClass for the given class ID.
<DT><A HREF="com/sleepycat/bind/serial/StoredClassCatalog.html#getClassFormat(byte[])"><B>getClassFormat(byte[])</B></A> - 
Method in class com.sleepycat.bind.serial.<A HREF="com/sleepycat/bind/serial/StoredClassCatalog.html" title="class in com.sleepycat.bind.serial">StoredClassCatalog</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bind/serial/ClassCatalog.html#getClassID(java.io.ObjectStreamClass)"><B>getClassID(ObjectStreamClass)</B></A> - 
Method in interface com.sleepycat.bind.serial.<A HREF="com/sleepycat/bind/serial/ClassCatalog.html" title="interface in com.sleepycat.bind.serial">ClassCatalog</A>
<DD>Return the class ID for the current version of the given class
 description.
<DT><A HREF="com/sleepycat/bind/serial/StoredClassCatalog.html#getClassID(java.io.ObjectStreamClass)"><B>getClassID(ObjectStreamClass)</B></A> - 
Method in class com.sleepycat.bind.serial.<A HREF="com/sleepycat/bind/serial/StoredClassCatalog.html" title="class in com.sleepycat.bind.serial">StoredClassCatalog</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/db/StatsConfig.html#getClear()"><B>getClear()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/StatsConfig.html" title="class in com.sleepycat.db">StatsConfig</A>
<DD>Return if the statistics operation is configured to reset
    statistics after they are returned.
<DT><A HREF="com/sleepycat/collections/StoredIterator.html#getCollection()"><B>getCollection()</B></A> - 
Method in class com.sleepycat.collections.<A HREF="com/sleepycat/collections/StoredIterator.html" title="class in com.sleepycat.collections">StoredIterator</A>
<DD>Returns the collection associated with this iterator.
<DT><A HREF="com/sleepycat/db/Cursor.html#getConfig()"><B>getConfig()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Cursor.html" title="class in com.sleepycat.db">Cursor</A>
<DD>Return this cursor's configuration.
<DT><A HREF="com/sleepycat/db/Database.html#getConfig()"><B>getConfig()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Database.html" title="class in com.sleepycat.db">Database</A>
<DD>Return this Database object's configuration.
<DT><A HREF="com/sleepycat/db/Environment.html#getConfig()"><B>getConfig()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Environment.html" title="class in com.sleepycat.db">Environment</A>
<DD>Return this object's configuration.
<DT><A HREF="com/sleepycat/db/JoinCursor.html#getConfig()"><B>getConfig()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/JoinCursor.html" title="class in com.sleepycat.db">JoinCursor</A>
<DD>Returns this object's configuration.
<DT><A HREF="com/sleepycat/db/LogStats.html#getCurFile()"><B>getCurFile()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/LogStats.html" title="class in com.sleepycat.db">LogStats</A>
<DD>The current log file number.
<DT><A HREF="com/sleepycat/db/LockStats.html#getCurMaxId()"><B>getCurMaxId()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/LockStats.html" title="class in com.sleepycat.db">LockStats</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/db/LogStats.html#getCurOffset()"><B>getCurOffset()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/LogStats.html" title="class in com.sleepycat.db">LogStats</A>
<DD>The byte offset in the current log file.
<DT><A HREF="com/sleepycat/db/QueueStats.html#getCurRecno()"><B>getCurRecno()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/QueueStats.html" title="class in com.sleepycat.db">QueueStats</A>
<DD>The next available record number.
<DT><A HREF="com/sleepycat/db/Cursor.html#getCurrent(com.sleepycat.db.DatabaseEntry, com.sleepycat.db.DatabaseEntry, com.sleepycat.db.LockMode)"><B>getCurrent(DatabaseEntry, DatabaseEntry, LockMode)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Cursor.html" title="class in com.sleepycat.db">Cursor</A>
<DD>Returns the key/data pair to which the cursor refers.
<DT><A HREF="com/sleepycat/db/LogCursor.html#getCurrent(com.sleepycat.db.LogSequenceNumber, com.sleepycat.db.DatabaseEntry)"><B>getCurrent(LogSequenceNumber, DatabaseEntry)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/LogCursor.html" title="class in com.sleepycat.db">LogCursor</A>
<DD>Return the LogSequenceNumber and log record to which the log cursor
    currently refers.
<DT><A HREF="com/sleepycat/db/SecondaryCursor.html#getCurrent(com.sleepycat.db.DatabaseEntry, com.sleepycat.db.DatabaseEntry, com.sleepycat.db.DatabaseEntry, com.sleepycat.db.LockMode)"><B>getCurrent(DatabaseEntry, DatabaseEntry, DatabaseEntry, LockMode)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/SecondaryCursor.html" title="class in com.sleepycat.db">SecondaryCursor</A>
<DD>Returns the key/data pair to which the cursor refers.
<DT><A HREF="com/sleepycat/db/SequenceStats.html#getCurrent()"><B>getCurrent()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/SequenceStats.html" title="class in com.sleepycat.db">SequenceStats</A>
<DD>The current value of the sequence in the database.
<DT><A HREF="com/sleepycat/db/DatabaseEntry.html#getData()"><B>getData()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DatabaseEntry.html" title="class in com.sleepycat.db">DatabaseEntry</A>
<DD>Return the byte array.
<DT><A HREF="com/sleepycat/db/EnvironmentConfig.html#getDataDirs()"><B>getDataDirs()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/EnvironmentConfig.html" title="class in com.sleepycat.db">EnvironmentConfig</A>
<DD>Return the array of data directories.
<DT><A HREF="com/sleepycat/db/Cursor.html#getDatabase()"><B>getDatabase()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Cursor.html" title="class in com.sleepycat.db">Cursor</A>
<DD>Return the Database handle associated with this Cursor.
<DT><A HREF="com/sleepycat/db/JoinCursor.html#getDatabase()"><B>getDatabase()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/JoinCursor.html" title="class in com.sleepycat.db">JoinCursor</A>
<DD>Returns the primary database handle associated with this cursor.
<DT><A HREF="com/sleepycat/db/Sequence.html#getDatabase()"><B>getDatabase()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Sequence.html" title="class in com.sleepycat.db">Sequence</A>
<DD>Return the Database handle associated with this sequence.
<DT><A HREF="com/sleepycat/db/MemoryException.html#getDatabaseEntry()"><B>getDatabaseEntry()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/MemoryException.html" title="class in com.sleepycat.db">MemoryException</A>
<DD>Returns the <A HREF="com/sleepycat/db/DatabaseEntry.html" title="class in com.sleepycat.db"><CODE>DatabaseEntry</CODE></A> object with insufficient memory
    to complete the operation to complete the operation.
<DT><A HREF="com/sleepycat/db/Database.html#getDatabaseFile()"><B>getDatabaseFile()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Database.html" title="class in com.sleepycat.db">Database</A>
<DD>Return the database's underlying file name.
<DT><A HREF="com/sleepycat/db/Database.html#getDatabaseName()"><B>getDatabaseName()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Database.html" title="class in com.sleepycat.db">Database</A>
<DD>Return the database name.
<DT><A HREF="com/sleepycat/db/SequenceConfig.html#getDecrement()"><B>getDecrement()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/SequenceConfig.html" title="class in com.sleepycat.db">SequenceConfig</A>
<DD>Return if the sequence is configured to decrement.
<DT><A HREF="com/sleepycat/db/CursorConfig.html#getDegree2()"><B>getDegree2()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/CursorConfig.html" title="class in com.sleepycat.db">CursorConfig</A>
<DD>Return if the cursor is configured for degree 2 isolation.
<DT><A HREF="com/sleepycat/db/TransactionConfig.html#getDegree2()"><B>getDegree2()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/TransactionConfig.html" title="class in com.sleepycat.db">TransactionConfig</A>
<DD>Return if the transaction has been configured to have degree 2 isolation.
<DT><A HREF="com/sleepycat/util/ExceptionWrapper.html#getDetail()"><B>getDetail()</B></A> - 
Method in interface com.sleepycat.util.<A HREF="com/sleepycat/util/ExceptionWrapper.html" title="interface in com.sleepycat.util">ExceptionWrapper</A>
<DD>Returns the nested exception or null if none is present.
<DT><A HREF="com/sleepycat/util/IOExceptionWrapper.html#getDetail()"><B>getDetail()</B></A> - 
Method in class com.sleepycat.util.<A HREF="com/sleepycat/util/IOExceptionWrapper.html" title="class in com.sleepycat.util">IOExceptionWrapper</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/util/RuntimeExceptionWrapper.html#getDetail()"><B>getDetail()</B></A> - 
Method in class com.sleepycat.util.<A HREF="com/sleepycat/util/RuntimeExceptionWrapper.html" title="class in com.sleepycat.util">RuntimeExceptionWrapper</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/db/EnvironmentConfig.html#getDirectDatabaseIO()"><B>getDirectDatabaseIO()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/EnvironmentConfig.html" title="class in com.sleepycat.db">EnvironmentConfig</A>
<DD>Return if the database environment has been configured to not buffer
    database files.
<DT><A HREF="com/sleepycat/db/EnvironmentConfig.html#getDirectLogIO()"><B>getDirectLogIO()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/EnvironmentConfig.html" title="class in com.sleepycat.db">EnvironmentConfig</A>
<DD>Return if the database environment has been configured to not buffer
    log files.
<DT><A HREF="com/sleepycat/db/CursorConfig.html#getDirtyRead()"><B>getDirtyRead()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/CursorConfig.html" title="class in com.sleepycat.db">CursorConfig</A>
<DD>Return if read operations performed by the cursor are configured to
    return modified but not yet committed data.
<DT><A HREF="com/sleepycat/db/DatabaseConfig.html#getDirtyRead()"><B>getDirtyRead()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DatabaseConfig.html" title="class in com.sleepycat.db">DatabaseConfig</A>
<DD>Return if the database is configured to support dirty reads.
<DT><A HREF="com/sleepycat/db/TransactionConfig.html#getDirtyRead()"><B>getDirtyRead()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/TransactionConfig.html" title="class in com.sleepycat.db">TransactionConfig</A>
<DD>Return if the transaction is configured to perform dirty reads.
<DT><A HREF="com/sleepycat/db/LogStats.html#getDiskFile()"><B>getDiskFile()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/LogStats.html" title="class in com.sleepycat.db">LogStats</A>
<DD>The log file number of the last record known to be on disk.
<DT><A HREF="com/sleepycat/db/LogStats.html#getDiskOffset()"><B>getDiskOffset()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/LogStats.html" title="class in com.sleepycat.db">LogStats</A>
<DD>The byte offset of the last record known to be on disk.
<DT><A HREF="com/sleepycat/db/EnvironmentConfig.html#getDsyncLog()"><B>getDsyncLog()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/EnvironmentConfig.html" title="class in com.sleepycat.db">EnvironmentConfig</A>
<DD>Return if the database environment has been configured to flush log
    writes to the backing disk before returning from the write system
    call.
<DT><A HREF="com/sleepycat/db/HashStats.html#getDup()"><B>getDup()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/HashStats.html" title="class in com.sleepycat.db">HashStats</A>
<DD>The number of duplicate pages.
<DT><A HREF="com/sleepycat/db/HashStats.html#getDupFree()"><B>getDupFree()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/HashStats.html" title="class in com.sleepycat.db">HashStats</A>
<DD>The number of bytes free on duplicate pages.
<DT><A HREF="com/sleepycat/db/BtreeStats.html#getDupPages()"><B>getDupPages()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/BtreeStats.html" title="class in com.sleepycat.db">BtreeStats</A>
<DD>The number of database duplicate pages.
<DT><A HREF="com/sleepycat/db/BtreeStats.html#getDupPagesFree()"><B>getDupPagesFree()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/BtreeStats.html" title="class in com.sleepycat.db">BtreeStats</A>
<DD>The number of bytes free in database duplicate pages.
<DT><A HREF="com/sleepycat/db/DatabaseConfig.html#getDuplicateComparator()"><B>getDuplicateComparator()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DatabaseConfig.html" title="class in com.sleepycat.db">DatabaseConfig</A>
<DD>Return the duplicate data item comparison callback.
<DT><A HREF="com/sleepycat/db/ReplicationStats.html#getDupmasters()"><B>getDupmasters()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/ReplicationStats.html" title="class in com.sleepycat.db">ReplicationStats</A>
<DD>The number of duplicate master conditions detected.
<DT><A HREF="com/sleepycat/db/ReplicationStats.html#getEgen()"><B>getEgen()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/ReplicationStats.html" title="class in com.sleepycat.db">ReplicationStats</A>
<DD>The current election generation number.
<DT><A HREF="com/sleepycat/db/ReplicationStats.html#getElectionCurWinner()"><B>getElectionCurWinner()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/ReplicationStats.html" title="class in com.sleepycat.db">ReplicationStats</A>
<DD>The election winner.
<DT><A HREF="com/sleepycat/db/ReplicationStats.html#getElectionGen()"><B>getElectionGen()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/ReplicationStats.html" title="class in com.sleepycat.db">ReplicationStats</A>
<DD>The election generation number.
<DT><A HREF="com/sleepycat/db/ReplicationStats.html#getElectionLsn()"><B>getElectionLsn()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/ReplicationStats.html" title="class in com.sleepycat.db">ReplicationStats</A>
<DD>The maximum LSN of election winner.
<DT><A HREF="com/sleepycat/db/ReplicationStats.html#getElectionNumSites()"><B>getElectionNumSites()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/ReplicationStats.html" title="class in com.sleepycat.db">ReplicationStats</A>
<DD>The number sites expected to participate in elections.
<DT><A HREF="com/sleepycat/db/ReplicationStats.html#getElectionNumVotes()"><B>getElectionNumVotes()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/ReplicationStats.html" title="class in com.sleepycat.db">ReplicationStats</A>
<DD>The number of votes required to complete the election.
<DT><A HREF="com/sleepycat/db/ReplicationStats.html#getElectionPriority()"><B>getElectionPriority()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/ReplicationStats.html" title="class in com.sleepycat.db">ReplicationStats</A>
<DD>The election priority.
<DT><A HREF="com/sleepycat/db/ReplicationStats.html#getElectionStatus()"><B>getElectionStatus()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/ReplicationStats.html" title="class in com.sleepycat.db">ReplicationStats</A>
<DD>The current election phase (0 if no election is in progress).
<DT><A HREF="com/sleepycat/db/ReplicationStats.html#getElectionTiebreaker()"><B>getElectionTiebreaker()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/ReplicationStats.html" title="class in com.sleepycat.db">ReplicationStats</A>
<DD>The election tiebreaker value.
<DT><A HREF="com/sleepycat/db/ReplicationStats.html#getElectionVotes()"><B>getElectionVotes()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/ReplicationStats.html" title="class in com.sleepycat.db">ReplicationStats</A>
<DD>The votes received this election round.
<DT><A HREF="com/sleepycat/db/ReplicationStats.html#getElections()"><B>getElections()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/ReplicationStats.html" title="class in com.sleepycat.db">ReplicationStats</A>
<DD>The number of elections held.
<DT><A HREF="com/sleepycat/db/ReplicationStats.html#getElectionsWon()"><B>getElectionsWon()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/ReplicationStats.html" title="class in com.sleepycat.db">ReplicationStats</A>
<DD>The number of elections won.
<DT><A HREF="com/sleepycat/db/BtreeStats.html#getEmptyPages()"><B>getEmptyPages()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/BtreeStats.html" title="class in com.sleepycat.db">BtreeStats</A>
<DD>The number of empty database pages.
<DT><A HREF="com/sleepycat/db/DatabaseConfig.html#getEncrypted()"><B>getEncrypted()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DatabaseConfig.html" title="class in com.sleepycat.db">DatabaseConfig</A>
<DD>Return if the database has been configured to perform encryption.
<DT><A HREF="com/sleepycat/db/EnvironmentConfig.html#getEncrypted()"><B>getEncrypted()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/EnvironmentConfig.html" title="class in com.sleepycat.db">EnvironmentConfig</A>
<DD>Return the database environment has been configured to perform
    encryption.
<DT><A HREF="com/sleepycat/db/ReplicationStatus.html#getEnvID()"><B>getEnvID()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/ReplicationStatus.html" title="class in com.sleepycat.db">ReplicationStatus</A>
<DD>Whenever a new master is elected, the environment ID of the new master
    is available from the getEnvID method.
<DT><A HREF="com/sleepycat/db/ReplicationStats.html#getEnvId()"><B>getEnvId()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/ReplicationStats.html" title="class in com.sleepycat.db">ReplicationStats</A>
<DD>The current environment ID.
<DT><A HREF="com/sleepycat/db/ReplicationStats.html#getEnvPriority()"><B>getEnvPriority()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/ReplicationStats.html" title="class in com.sleepycat.db">ReplicationStats</A>
<DD>The current environment priority.
<DT><A HREF="com/sleepycat/collections/CurrentTransaction.html#getEnvironment()"><B>getEnvironment()</B></A> - 
Method in class com.sleepycat.collections.<A HREF="com/sleepycat/collections/CurrentTransaction.html" title="class in com.sleepycat.collections">CurrentTransaction</A>
<DD>Returns the underlying Berkeley DB environment.
<DT><A HREF="com/sleepycat/db/Database.html#getEnvironment()"><B>getEnvironment()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Database.html" title="class in com.sleepycat.db">Database</A>
<DD>Return the <A HREF="com/sleepycat/db/Environment.html" title="class in com.sleepycat.db"><CODE>Environment</CODE></A> handle for the database environment
    underlying the <A HREF="com/sleepycat/db/Database.html" title="class in com.sleepycat.db"><CODE>Database</CODE></A>.
<DT><A HREF="com/sleepycat/db/DatabaseException.html#getEnvironment()"><B>getEnvironment()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</A>
<DD>Return the environment in which the exception occurred.
<DT><A HREF="com/sleepycat/db/DatabaseException.html#getErrno()"><B>getErrno()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</A>
<DD>Return the system or C API error number that caused the exception.
<DT><A HREF="com/sleepycat/db/DatabaseConfig.html#getErrorHandler()"><B>getErrorHandler()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DatabaseConfig.html" title="class in com.sleepycat.db">DatabaseConfig</A>
<DD>Return the function to be called if an error occurs.
<DT><A HREF="com/sleepycat/db/EnvironmentConfig.html#getErrorHandler()"><B>getErrorHandler()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/EnvironmentConfig.html" title="class in com.sleepycat.db">EnvironmentConfig</A>
<DD>Return the function to be called if an error occurs.
<DT><A HREF="com/sleepycat/db/DatabaseConfig.html#getErrorPrefix()"><B>getErrorPrefix()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DatabaseConfig.html" title="class in com.sleepycat.db">DatabaseConfig</A>
<DD>Return the prefix string that appears before error messages.
<DT><A HREF="com/sleepycat/db/EnvironmentConfig.html#getErrorPrefix()"><B>getErrorPrefix()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/EnvironmentConfig.html" title="class in com.sleepycat.db">EnvironmentConfig</A>
<DD>Return the prefix string that appears before error messages.
<DT><A HREF="com/sleepycat/db/DatabaseConfig.html#getErrorStream()"><B>getErrorStream()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DatabaseConfig.html" title="class in com.sleepycat.db">DatabaseConfig</A>
<DD>Return the an OutputStream for displaying error messages.
<DT><A HREF="com/sleepycat/db/EnvironmentConfig.html#getErrorStream()"><B>getErrorStream()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/EnvironmentConfig.html" title="class in com.sleepycat.db">EnvironmentConfig</A>
<DD>Return the an OutputStream for displaying error messages.
<DT><A HREF="com/sleepycat/db/DatabaseConfig.html#getExclusiveCreate()"><B>getExclusiveCreate()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DatabaseConfig.html" title="class in com.sleepycat.db">DatabaseConfig</A>
<DD>Return if the <A HREF="com/sleepycat/db/Environment.html#openDatabase(com.sleepycat.db.Transaction, java.lang.String, java.lang.String, com.sleepycat.db.DatabaseConfig)"><CODE>Environment.openDatabase</CODE></A> method is configured
    to fail if the database already exists.
<DT><A HREF="com/sleepycat/db/SequenceConfig.html#getExclusiveCreate()"><B>getExclusiveCreate()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/SequenceConfig.html" title="class in com.sleepycat.db">SequenceConfig</A>
<DD>Return if the <A HREF="com/sleepycat/db/Database.html#openSequence(com.sleepycat.db.Transaction, com.sleepycat.db.DatabaseEntry, com.sleepycat.db.SequenceConfig)"><CODE>Database.openSequence</CODE></A> method is configured to
    fail if the database already exists.
<DT><A HREF="com/sleepycat/db/QueueStats.html#getExtentSize()"><B>getExtentSize()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/QueueStats.html" title="class in com.sleepycat.db">QueueStats</A>
<DD>The underlying database extent size, in pages.
<DT><A HREF="com/sleepycat/db/StatsConfig.html#getFast()"><B>getFast()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/StatsConfig.html" title="class in com.sleepycat.db">StatsConfig</A>
<DD>Return if the statistics operation is configured to return only the
    values which do not require expensive actions.
<DT><A HREF="com/sleepycat/db/DatabaseConfig.html#getFeedbackHandler()"><B>getFeedbackHandler()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DatabaseConfig.html" title="class in com.sleepycat.db">DatabaseConfig</A>
<DD>Return the object's methods to be called to provide feedback.
<DT><A HREF="com/sleepycat/db/EnvironmentConfig.html#getFeedbackHandler()"><B>getFeedbackHandler()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/EnvironmentConfig.html" title="class in com.sleepycat.db">EnvironmentConfig</A>
<DD>Return the object's methods to be called to provide feedback.
<DT><A HREF="com/sleepycat/db/HashStats.html#getFfactor()"><B>getFfactor()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/HashStats.html" title="class in com.sleepycat.db">HashStats</A>
<DD>The desired fill factor specified at database-creation time.
<DT><A HREF="com/sleepycat/db/LogSequenceNumber.html#getFile()"><B>getFile()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/LogSequenceNumber.html" title="class in com.sleepycat.db">LogSequenceNumber</A>
<DD>Return the file number component of the LogSequenceNumber.
<DT><A HREF="com/sleepycat/db/CacheFileStats.html#getFileName()"><B>getFileName()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/CacheFileStats.html" title="class in com.sleepycat.db">CacheFileStats</A>
<DD>The name of the file.
<DT><A HREF="com/sleepycat/db/Cursor.html#getFirst(com.sleepycat.db.DatabaseEntry, com.sleepycat.db.DatabaseEntry, com.sleepycat.db.LockMode)"><B>getFirst(DatabaseEntry, DatabaseEntry, LockMode)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Cursor.html" title="class in com.sleepycat.db">Cursor</A>
<DD>Move the cursor to the first key/data pair of the database, and return
that pair.
<DT><A HREF="com/sleepycat/db/LogCursor.html#getFirst(com.sleepycat.db.LogSequenceNumber, com.sleepycat.db.DatabaseEntry)"><B>getFirst(LogSequenceNumber, DatabaseEntry)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/LogCursor.html" title="class in com.sleepycat.db">LogCursor</A>
<DD>Return the first LogSequenceNumber and log record.
<DT><A HREF="com/sleepycat/db/SecondaryCursor.html#getFirst(com.sleepycat.db.DatabaseEntry, com.sleepycat.db.DatabaseEntry, com.sleepycat.db.DatabaseEntry, com.sleepycat.db.LockMode)"><B>getFirst(DatabaseEntry, DatabaseEntry, DatabaseEntry, LockMode)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/SecondaryCursor.html" title="class in com.sleepycat.db">SecondaryCursor</A>
<DD>Move the cursor to the first key/data pair of the database, and return
that pair.
<DT><A HREF="com/sleepycat/db/QueueStats.html#getFirstRecno()"><B>getFirstRecno()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/QueueStats.html" title="class in com.sleepycat.db">QueueStats</A>
<DD>The first undeleted record in the database.
<DT><A HREF="com/sleepycat/db/SequenceStats.html#getFlags()"><B>getFlags()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/SequenceStats.html" title="class in com.sleepycat.db">SequenceStats</A>
<DD>The flags value for the sequence.
<DT><A HREF="com/sleepycat/db/CheckpointConfig.html#getForce()"><B>getForce()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/CheckpointConfig.html" title="class in com.sleepycat.db">CheckpointConfig</A>
<DD>Return the configuration of the checkpoint force option.
<DT><A HREF="com/sleepycat/db/BtreeStats.html#getFree()"><B>getFree()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/BtreeStats.html" title="class in com.sleepycat.db">BtreeStats</A>
<DD>The number of pages on the free list.
<DT><A HREF="com/sleepycat/db/HashStats.html#getFree()"><B>getFree()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/HashStats.html" title="class in com.sleepycat.db">HashStats</A>
<DD>The number of pages on the free list.
<DT><A HREF="com/sleepycat/db/PreparedTransaction.html#getGID()"><B>getGID()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/PreparedTransaction.html" title="class in com.sleepycat.db">PreparedTransaction</A>
<DD>Return the global transaction ID for the transaction.
<DT><A HREF="com/sleepycat/db/CacheStats.html#getGbytes()"><B>getGbytes()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/CacheStats.html" title="class in com.sleepycat.db">CacheStats</A>
<DD>Gigabytes of cache (total cache size is st_gbytes + st_bytes).
<DT><A HREF="com/sleepycat/db/ReplicationStats.html#getGen()"><B>getGen()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/ReplicationStats.html" title="class in com.sleepycat.db">ReplicationStats</A>
<DD>The current generation number.
<DT><A HREF="com/sleepycat/db/CacheStats.html#getHashBuckets()"><B>getHashBuckets()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/CacheStats.html" title="class in com.sleepycat.db">CacheStats</A>
<DD>Number of hash buckets in buffer hash table.
<DT><A HREF="com/sleepycat/db/CacheStats.html#getHashExamined()"><B>getHashExamined()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/CacheStats.html" title="class in com.sleepycat.db">CacheStats</A>
<DD>Total number of hash elements traversed during hash table lookups.
<DT><A HREF="com/sleepycat/db/DatabaseConfig.html#getHashFillFactor()"><B>getHashFillFactor()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DatabaseConfig.html" title="class in com.sleepycat.db">DatabaseConfig</A>
<DD>Return the hash table density.
<DT><A HREF="com/sleepycat/db/CacheStats.html#getHashLongest()"><B>getHashLongest()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/CacheStats.html" title="class in com.sleepycat.db">CacheStats</A>
<DD>The longest chain ever encountered in buffer hash table lookups.
<DT><A HREF="com/sleepycat/db/CacheStats.html#getHashMaxWait()"><B>getHashMaxWait()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/CacheStats.html" title="class in com.sleepycat.db">CacheStats</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/CacheStats.html#getHashNowait()"><B>getHashNowait()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/CacheStats.html" title="class in com.sleepycat.db">CacheStats</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/DatabaseConfig.html#getHashNumElements()"><B>getHashNumElements()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DatabaseConfig.html" title="class in com.sleepycat.db">DatabaseConfig</A>
<DD>Return the estimate of the final size of the hash table.
<DT><A HREF="com/sleepycat/db/CacheStats.html#getHashSearches()"><B>getHashSearches()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/CacheStats.html" title="class in com.sleepycat.db">CacheStats</A>
<DD>Total number of buffer hash table lookups.
<DT><A HREF="com/sleepycat/db/CacheStats.html#getHashWait()"><B>getHashWait()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/CacheStats.html" title="class in com.sleepycat.db">CacheStats</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/DatabaseConfig.html#getHasher()"><B>getHasher()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DatabaseConfig.html" title="class in com.sleepycat.db">DatabaseConfig</A>
<DD>Return the database-specific hash function.
<DT><A HREF="com/sleepycat/db/Environment.html#getHome()"><B>getHome()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Environment.html" title="class in com.sleepycat.db">Environment</A>
<DD>Return the database environment's home directory.
<DT><A HREF="com/sleepycat/db/LockStats.html#getId()"><B>getId()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/LockStats.html" title="class in com.sleepycat.db">LockStats</A>
<DD>The last allocated locker ID.
<DT><A HREF="com/sleepycat/db/Transaction.html#getId()"><B>getId()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Transaction.html" title="class in com.sleepycat.db">Transaction</A>
<DD>Return the transaction's unique ID.
<DT><A HREF="com/sleepycat/db/LockNotGrantedException.html#getIndex()"><B>getIndex()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/LockNotGrantedException.html" title="class in com.sleepycat.db">LockNotGrantedException</A>
<DD>Returns -1 when <A HREF="com/sleepycat/db/Environment.html#getLock(int, boolean, com.sleepycat.db.DatabaseEntry, com.sleepycat.db.LockRequestMode)"><CODE>Environment.getLock</CODE></A> was called, and
    returns the index of the failed LockRequest when <A HREF="com/sleepycat/db/Environment.html#lockVector(int, boolean, com.sleepycat.db.LockRequest[])"><CODE>Environment.lockVector</CODE></A> was called.
<DT><A HREF="com/sleepycat/db/SequenceConfig.html#getInitialValue()"><B>getInitialValue()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/SequenceConfig.html" title="class in com.sleepycat.db">SequenceConfig</A>
<DD>Return the initial value for a sequence..
<DT><A HREF="com/sleepycat/db/EnvironmentConfig.html#getInitializeCDB()"><B>getInitializeCDB()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/EnvironmentConfig.html" title="class in com.sleepycat.db">EnvironmentConfig</A>
<DD>Return if the database environment is configured for the Concurrent
    Data Store product.
<DT><A HREF="com/sleepycat/db/EnvironmentConfig.html#getInitializeCache()"><B>getInitializeCache()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/EnvironmentConfig.html" title="class in com.sleepycat.db">EnvironmentConfig</A>
<DD>Return if the database environment is configured with a shared
    memory buffer pool.
<DT><A HREF="com/sleepycat/db/EnvironmentConfig.html#getInitializeLocking()"><B>getInitializeLocking()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/EnvironmentConfig.html" title="class in com.sleepycat.db">EnvironmentConfig</A>
<DD>Return if the database environment is configured for locking.
<DT><A HREF="com/sleepycat/db/EnvironmentConfig.html#getInitializeLogging()"><B>getInitializeLogging()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/EnvironmentConfig.html" title="class in com.sleepycat.db">EnvironmentConfig</A>
<DD>Return if the database environment is configured for logging.
<DT><A HREF="com/sleepycat/db/EnvironmentConfig.html#getInitializeRegions()"><B>getInitializeRegions()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/EnvironmentConfig.html" title="class in com.sleepycat.db">EnvironmentConfig</A>
<DD>Return if the database environment has been configured to page-fault
    shared regions into memory when initially creating or joining a
    database environment.
<DT><A HREF="com/sleepycat/db/EnvironmentConfig.html#getInitializeReplication()"><B>getInitializeReplication()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/EnvironmentConfig.html" title="class in com.sleepycat.db">EnvironmentConfig</A>
<DD>Return if the database environment is configured for replication.
<DT><A HREF="com/sleepycat/collections/CurrentTransaction.html#getInstance(com.sleepycat.db.Environment)"><B>getInstance(Environment)</B></A> - 
Static method in class com.sleepycat.collections.<A HREF="com/sleepycat/collections/CurrentTransaction.html" title="class in com.sleepycat.collections">CurrentTransaction</A>
<DD>Gets the CurrentTransaction accessor for a specified Berkeley DB
 environment.
<DT><A HREF="com/sleepycat/db/BtreeStats.html#getIntPages()"><B>getIntPages()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/BtreeStats.html" title="class in com.sleepycat.db">BtreeStats</A>
<DD>The number of database internal pages.
<DT><A HREF="com/sleepycat/db/BtreeStats.html#getIntPagesFree()"><B>getIntPagesFree()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/BtreeStats.html" title="class in com.sleepycat.db">BtreeStats</A>
<DD>The number of bytes free in database internal pages.
<DT><A HREF="com/sleepycat/db/EnvironmentConfig.html#getJoinEnvironment()"><B>getJoinEnvironment()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/EnvironmentConfig.html" title="class in com.sleepycat.db">EnvironmentConfig</A>
<DD>Return the handle is configured to join an existing environment.
<DT><A HREF="com/sleepycat/db/CheckpointConfig.html#getKBytes()"><B>getKBytes()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/CheckpointConfig.html" title="class in com.sleepycat.db">CheckpointConfig</A>
<DD>Return the checkpoint log data threshold, in kilobytes.
<DT><A HREF="com/sleepycat/collections/MapEntryParameter.html#getKey()"><B>getKey()</B></A> - 
Method in class com.sleepycat.collections.<A HREF="com/sleepycat/collections/MapEntryParameter.html" title="class in com.sleepycat.collections">MapEntryParameter</A>
<DD>Returns the key of this entry.
<DT><A HREF="com/sleepycat/db/Sequence.html#getKey()"><B>getKey()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Sequence.html" title="class in com.sleepycat.db">Sequence</A>
<DD>Return the DatabaseEntry used to open this sequence.
<DT><A HREF="com/sleepycat/collections/TupleSerialFactory.html#getKeyCreator(java.lang.Class, java.lang.String)"><B>getKeyCreator(Class, String)</B></A> - 
Method in class com.sleepycat.collections.<A HREF="com/sleepycat/collections/TupleSerialFactory.html" title="class in com.sleepycat.collections">TupleSerialFactory</A>
<DD>Creates a <code>SecondaryKeyCreator</code> object for use in configuring
 a <code>SecondaryDatabase</code>.
<DT><A HREF="com/sleepycat/db/SecondaryConfig.html#getKeyCreator()"><B>getKeyCreator()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/SecondaryConfig.html" title="class in com.sleepycat.db">SecondaryConfig</A>
<DD>Returns the user-supplied object used for creating secondary keys.
<DT><A HREF="com/sleepycat/db/Database.html#getKeyRange(com.sleepycat.db.Transaction, com.sleepycat.db.DatabaseEntry)"><B>getKeyRange(Transaction, DatabaseEntry)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Database.html" title="class in com.sleepycat.db">Database</A>
<DD>Return an estimate of the proportion of keys in the database less
    than, equal to, and greater than the specified key.
<DT><A HREF="com/sleepycat/db/ReplicationStatus.html#getLSN()"><B>getLSN()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/ReplicationStatus.html" title="class in com.sleepycat.db">ReplicationStatus</A>
<DD>Whenever processing a messages results in the processing of messages
    that are permanent, or a message carrying a DB_REP_PERMANENT flag
    was processed successfully, but was not written to disk, the LSN of
    the record is available from the getLSN method.
<DT><A HREF="com/sleepycat/db/Cursor.html#getLast(com.sleepycat.db.DatabaseEntry, com.sleepycat.db.DatabaseEntry, com.sleepycat.db.LockMode)"><B>getLast(DatabaseEntry, DatabaseEntry, LockMode)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Cursor.html" title="class in com.sleepycat.db">Cursor</A>
<DD>Move the cursor to the last key/data pair of the database, and return
that pair.
<DT><A HREF="com/sleepycat/db/LogCursor.html#getLast(com.sleepycat.db.LogSequenceNumber, com.sleepycat.db.DatabaseEntry)"><B>getLast(LogSequenceNumber, DatabaseEntry)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/LogCursor.html" title="class in com.sleepycat.db">LogCursor</A>
<DD>Return the last LogSequenceNumber and log record.
<DT><A HREF="com/sleepycat/db/SecondaryCursor.html#getLast(com.sleepycat.db.DatabaseEntry, com.sleepycat.db.DatabaseEntry, com.sleepycat.db.DatabaseEntry, com.sleepycat.db.LockMode)"><B>getLast(DatabaseEntry, DatabaseEntry, DatabaseEntry, LockMode)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/SecondaryCursor.html" title="class in com.sleepycat.db">SecondaryCursor</A>
<DD>Move the cursor to the last key/data pair of the database, and return
that pair.
<DT><A HREF="com/sleepycat/db/TransactionStats.html#getLastCkp()"><B>getLastCkp()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/TransactionStats.html" title="class in com.sleepycat.db">TransactionStats</A>
<DD>The LSN of the last checkpoint.
<DT><A HREF="com/sleepycat/db/TransactionStats.html#getLastTxnId()"><B>getLastTxnId()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/TransactionStats.html" title="class in com.sleepycat.db">TransactionStats</A>
<DD>The last transaction ID allocated.
<DT><A HREF="com/sleepycat/db/SequenceStats.html#getLastValue()"><B>getLastValue()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/SequenceStats.html" title="class in com.sleepycat.db">SequenceStats</A>
<DD>The last cached value of the sequence.
<DT><A HREF="com/sleepycat/db/BtreeStats.html#getLeafPages()"><B>getLeafPages()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/BtreeStats.html" title="class in com.sleepycat.db">BtreeStats</A>
<DD>The number of database leaf pages.
<DT><A HREF="com/sleepycat/db/BtreeStats.html#getLeafPagesFree()"><B>getLeafPagesFree()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/BtreeStats.html" title="class in com.sleepycat.db">BtreeStats</A>
<DD>The number of bytes free in database leaf pages.
<DT><A HREF="com/sleepycat/db/BtreeStats.html#getLevels()"><B>getLevels()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/BtreeStats.html" title="class in com.sleepycat.db">BtreeStats</A>
<DD>The number of levels in the database.
<DT><A HREF="com/sleepycat/db/LogStats.html#getLgBSize()"><B>getLgBSize()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/LogStats.html" title="class in com.sleepycat.db">LogStats</A>
<DD>The in-memory log record cache size.
<DT><A HREF="com/sleepycat/db/LogStats.html#getLgSize()"><B>getLgSize()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/LogStats.html" title="class in com.sleepycat.db">LogStats</A>
<DD>The current log file size.
<DT><A HREF="com/sleepycat/db/Environment.html#getLock(int, boolean, com.sleepycat.db.DatabaseEntry, com.sleepycat.db.LockRequestMode)"><B>getLock(int, boolean, DatabaseEntry, LockRequestMode)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Environment.html" title="class in com.sleepycat.db">Environment</A>
<DD>Acquire a lock from the lock table.
<DT><A HREF="com/sleepycat/db/LockNotGrantedException.html#getLock()"><B>getLock()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/LockNotGrantedException.html" title="class in com.sleepycat.db">LockNotGrantedException</A>
<DD>Returns null when <A HREF="com/sleepycat/db/Environment.html#getLock(int, boolean, com.sleepycat.db.DatabaseEntry, com.sleepycat.db.LockRequestMode)"><CODE>Environment.getLock</CODE></A> was called, and
    returns the lock in the failed LockRequest when <A HREF="com/sleepycat/db/Environment.html#lockVector(int, boolean, com.sleepycat.db.LockRequest[])"><CODE>Environment.lockVector</CODE></A> was called.
<DT><A HREF="com/sleepycat/db/LockRequest.html#getLock()"><B>getLock()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/LockRequest.html" title="class in com.sleepycat.db">LockRequest</A>
<DD>Return the lock reference.
<DT><A HREF="com/sleepycat/db/EnvironmentConfig.html#getLockConflicts()"><B>getLockConflicts()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/EnvironmentConfig.html" title="class in com.sleepycat.db">EnvironmentConfig</A>
<DD>Return the locking conflicts matrix.
<DT><A HREF="com/sleepycat/db/EnvironmentConfig.html#getLockDetectMode()"><B>getLockDetectMode()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/EnvironmentConfig.html" title="class in com.sleepycat.db">EnvironmentConfig</A>
<DD>Return if the deadlock detector is configured to run whenever a lock
    conflict occurs.
<DT><A HREF="com/sleepycat/db/EnvironmentConfig.html#getLockDown()"><B>getLockDown()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/EnvironmentConfig.html" title="class in com.sleepycat.db">EnvironmentConfig</A>
<DD>Return if the database environment is configured to lock shared
    environment files and memory-mapped databases into memory.
<DT><A HREF="com/sleepycat/db/Environment.html#getLockStats(com.sleepycat.db.StatsConfig)"><B>getLockStats(StatsConfig)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Environment.html" title="class in com.sleepycat.db">Environment</A>
<DD>Return the database environment's locking statistics.
<DT><A HREF="com/sleepycat/db/EnvironmentConfig.html#getLockTimeout()"><B>getLockTimeout()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/EnvironmentConfig.html" title="class in com.sleepycat.db">EnvironmentConfig</A>
<DD>Return the database environment lock timeout value, in microseconds;
    a timeout of 0 means no timeout is set.
<DT><A HREF="com/sleepycat/db/LockStats.html#getLockTimeout()"><B>getLockTimeout()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/LockStats.html" title="class in com.sleepycat.db">LockStats</A>
<DD>Lock timeout value.
<DT><A HREF="com/sleepycat/db/EnvironmentConfig.html#getLogAutoRemove()"><B>getLogAutoRemove()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/EnvironmentConfig.html" title="class in com.sleepycat.db">EnvironmentConfig</A>
<DD>Return if the system has been configured to to automatically remove log
    files that are no longer needed.
<DT><A HREF="com/sleepycat/db/EnvironmentConfig.html#getLogBufferSize()"><B>getLogBufferSize()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/EnvironmentConfig.html" title="class in com.sleepycat.db">EnvironmentConfig</A>
<DD>Return the size of the in-memory log buffer, in bytes.
<DT><A HREF="com/sleepycat/db/EnvironmentConfig.html#getLogDirectory()"><B>getLogDirectory()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/EnvironmentConfig.html" title="class in com.sleepycat.db">EnvironmentConfig</A>
<DD>Return the path of a directory to be used as the location of logging files.
<DT><A HREF="com/sleepycat/db/ReplicationStats.html#getLogDuplicated()"><B>getLogDuplicated()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/ReplicationStats.html" title="class in com.sleepycat.db">ReplicationStats</A>
<DD>The number of duplicate log records received.
<DT><A HREF="com/sleepycat/db/Environment.html#getLogFileName(com.sleepycat.db.LogSequenceNumber)"><B>getLogFileName(LogSequenceNumber)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Environment.html" title="class in com.sleepycat.db">Environment</A>
<DD>Return the name of the log file that contains the log record
    specified by a LogSequenceNumber object.
<DT><A HREF="com/sleepycat/db/EnvironmentConfig.html#getLogInMemory()"><B>getLogInMemory()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/EnvironmentConfig.html" title="class in com.sleepycat.db">EnvironmentConfig</A>
<DD>Return if the database environment is configured to maintain transaction logs
    in memory rather than on disk.
<DT><A HREF="com/sleepycat/db/ReplicationStats.html#getLogQueued()"><B>getLogQueued()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/ReplicationStats.html" title="class in com.sleepycat.db">ReplicationStats</A>
<DD>The number of log records currently queued.
<DT><A HREF="com/sleepycat/db/ReplicationStats.html#getLogQueuedMax()"><B>getLogQueuedMax()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/ReplicationStats.html" title="class in com.sleepycat.db">ReplicationStats</A>
<DD>The maximum number of log records ever queued at once.
<DT><A HREF="com/sleepycat/db/ReplicationStats.html#getLogQueuedTotal()"><B>getLogQueuedTotal()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/ReplicationStats.html" title="class in com.sleepycat.db">ReplicationStats</A>
<DD>The total number of log records queued.
<DT><A HREF="com/sleepycat/db/EnvironmentConfig.html#getLogRecordHandler()"><B>getLogRecordHandler()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/EnvironmentConfig.html" title="class in com.sleepycat.db">EnvironmentConfig</A>
<DD>Return the handler for application-specific log records.
<DT><A HREF="com/sleepycat/db/ReplicationStats.html#getLogRecords()"><B>getLogRecords()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/ReplicationStats.html" title="class in com.sleepycat.db">ReplicationStats</A>
<DD>The number of log records received and appended to the log.
<DT><A HREF="com/sleepycat/db/EnvironmentConfig.html#getLogRegionSize()"><B>getLogRegionSize()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/EnvironmentConfig.html" title="class in com.sleepycat.db">EnvironmentConfig</A>
<DD>Return the size of the underlying logging subsystem region.
<DT><A HREF="com/sleepycat/db/ReplicationStats.html#getLogRequested()"><B>getLogRequested()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/ReplicationStats.html" title="class in com.sleepycat.db">ReplicationStats</A>
<DD>The number of log records missed and requested.
<DT><A HREF="com/sleepycat/db/Environment.html#getLogStats(com.sleepycat.db.StatsConfig)"><B>getLogStats(StatsConfig)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Environment.html" title="class in com.sleepycat.db">Environment</A>
<DD>Return the database environment's logging statistics.
<DT><A HREF="com/sleepycat/db/TransactionStats.Active.html#getLsn()"><B>getLsn()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/TransactionStats.Active.html" title="class in com.sleepycat.db">TransactionStats.Active</A>
<DD>The log sequence number of the transaction's first log record.
<DT><A HREF="com/sleepycat/db/EnvironmentConfig.html#getMMapSize()"><B>getMMapSize()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/EnvironmentConfig.html" title="class in com.sleepycat.db">EnvironmentConfig</A>
<DD>Return the maximum file size, in bytes, for a file to be mapped into
    the process address space.
<DT><A HREF="com/sleepycat/db/BtreeStats.html#getMagic()"><B>getMagic()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/BtreeStats.html" title="class in com.sleepycat.db">BtreeStats</A>
<DD>The magic number that identifies the file as a Btree database.
<DT><A HREF="com/sleepycat/db/HashStats.html#getMagic()"><B>getMagic()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/HashStats.html" title="class in com.sleepycat.db">HashStats</A>
<DD>The magic number that identifies the file as a Hash file.
<DT><A HREF="com/sleepycat/db/LogStats.html#getMagic()"><B>getMagic()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/LogStats.html" title="class in com.sleepycat.db">LogStats</A>
<DD>The magic number that identifies a file as a log file.
<DT><A HREF="com/sleepycat/db/QueueStats.html#getMagic()"><B>getMagic()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/QueueStats.html" title="class in com.sleepycat.db">QueueStats</A>
<DD>The magic number that identifies the file as a Queue file.
<DT><A HREF="com/sleepycat/db/CacheFileStats.html#getMap()"><B>getMap()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/CacheFileStats.html" title="class in com.sleepycat.db">CacheFileStats</A>
<DD>Requested pages mapped into the process' address space.
<DT><A HREF="com/sleepycat/db/CacheStats.html#getMap()"><B>getMap()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/CacheStats.html" title="class in com.sleepycat.db">CacheStats</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/ReplicationStats.html#getMaster()"><B>getMaster()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/ReplicationStats.html" title="class in com.sleepycat.db">ReplicationStats</A>
<DD>The current master environment ID.
<DT><A HREF="com/sleepycat/db/ReplicationStats.html#getMasterChanges()"><B>getMasterChanges()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/ReplicationStats.html" title="class in com.sleepycat.db">ReplicationStats</A>
<DD>The number of times the master has changed.
<DT><A HREF="com/sleepycat/db/SequenceStats.html#getMax()"><B>getMax()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/SequenceStats.html" title="class in com.sleepycat.db">SequenceStats</A>
<DD>The maximum permitted value of the sequence.
<DT><A HREF="com/sleepycat/db/LogStats.html#getMaxCommitperflush()"><B>getMaxCommitperflush()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/LogStats.html" title="class in com.sleepycat.db">LogStats</A>
<DD>The maximum number of commits contained in a single log flush.
<DT><A HREF="com/sleepycat/db/BtreeStats.html#getMaxKey()"><B>getMaxKey()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/BtreeStats.html" title="class in com.sleepycat.db">BtreeStats</A>
<DD>The maximum keys per page.
<DT><A HREF="com/sleepycat/db/EnvironmentConfig.html#getMaxLockObjects()"><B>getMaxLockObjects()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/EnvironmentConfig.html" title="class in com.sleepycat.db">EnvironmentConfig</A>
<DD>Return the maximum number of locked objects.
<DT><A HREF="com/sleepycat/db/EnvironmentConfig.html#getMaxLockers()"><B>getMaxLockers()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/EnvironmentConfig.html" title="class in com.sleepycat.db">EnvironmentConfig</A>
<DD>Return the maximum number of lockers.
<DT><A HREF="com/sleepycat/db/LockStats.html#getMaxLockers()"><B>getMaxLockers()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/LockStats.html" title="class in com.sleepycat.db">LockStats</A>
<DD>The maximum number of lockers possible.
<DT><A HREF="com/sleepycat/db/EnvironmentConfig.html#getMaxLocks()"><B>getMaxLocks()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/EnvironmentConfig.html" title="class in com.sleepycat.db">EnvironmentConfig</A>
<DD>Return the maximum number of locks.
<DT><A HREF="com/sleepycat/db/LockStats.html#getMaxLocks()"><B>getMaxLocks()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/LockStats.html" title="class in com.sleepycat.db">LockStats</A>
<DD>The maximum number of locks possible.
<DT><A HREF="com/sleepycat/db/EnvironmentConfig.html#getMaxLogFileSize()"><B>getMaxLogFileSize()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/EnvironmentConfig.html" title="class in com.sleepycat.db">EnvironmentConfig</A>
<DD>Return the maximum size of a single file in the log, in bytes.
<DT><A HREF="com/sleepycat/db/TransactionStats.html#getMaxNactive()"><B>getMaxNactive()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/TransactionStats.html" title="class in com.sleepycat.db">TransactionStats</A>
<DD>The maximum number of active transactions at any one time.
<DT><A HREF="com/sleepycat/db/LockStats.html#getMaxNlockers()"><B>getMaxNlockers()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/LockStats.html" title="class in com.sleepycat.db">LockStats</A>
<DD>The maximum number of lockers at any one time.
<DT><A HREF="com/sleepycat/db/LockStats.html#getMaxNlocks()"><B>getMaxNlocks()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/LockStats.html" title="class in com.sleepycat.db">LockStats</A>
<DD>The maximum number of locks at any one time.
<DT><A HREF="com/sleepycat/db/LockStats.html#getMaxNobjects()"><B>getMaxNobjects()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/LockStats.html" title="class in com.sleepycat.db">LockStats</A>
<DD>The maximum number of lock objects at any one time.
<DT><A HREF="com/sleepycat/db/LockStats.html#getMaxObjects()"><B>getMaxObjects()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/LockStats.html" title="class in com.sleepycat.db">LockStats</A>
<DD>The maximum number of lock objects possible.
<DT><A HREF="com/sleepycat/db/CacheStats.html#getMaxOpenfd()"><B>getMaxOpenfd()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/CacheStats.html" title="class in com.sleepycat.db">CacheStats</A>
<DD>Maximum number of open file descriptors.
<DT><A HREF="com/sleepycat/collections/TransactionRunner.html#getMaxRetries()"><B>getMaxRetries()</B></A> - 
Method in class com.sleepycat.collections.<A HREF="com/sleepycat/collections/TransactionRunner.html" title="class in com.sleepycat.collections">TransactionRunner</A>
<DD>Returns the maximum number of retries that will be performed when
 deadlocks are detected.
<DT><A HREF="com/sleepycat/db/TransactionStats.html#getMaxTxns()"><B>getMaxTxns()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/TransactionStats.html" title="class in com.sleepycat.db">TransactionStats</A>
<DD>The maximum number of active transactions configured.
<DT><A HREF="com/sleepycat/db/CacheStats.html#getMaxWrite()"><B>getMaxWrite()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/CacheStats.html" title="class in com.sleepycat.db">CacheStats</A>
<DD>The maximum number of sequential write operations scheduled by the library
    when flushing dirty pages from the cache.
<DT><A HREF="com/sleepycat/db/CacheStats.html#getMaxWriteSleep()"><B>getMaxWriteSleep()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/CacheStats.html" title="class in com.sleepycat.db">CacheStats</A>
<DD>The number of microseconds the thread of control should pause before
    scheduling further write operations.
<DT><A HREF="com/sleepycat/db/CacheFile.html#getMaximumSize()"><B>getMaximumSize()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/CacheFile.html" title="class in com.sleepycat.db">CacheFile</A>
<DD>Return the maximum size for the file backing the database, or 0 if
    no maximum file size has been configured.
<DT><A HREF="com/sleepycat/db/DatabaseConfig.html#getMessageHandler()"><B>getMessageHandler()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DatabaseConfig.html" title="class in com.sleepycat.db">DatabaseConfig</A>
<DD>Return the function to be called with an informational message.
<DT><A HREF="com/sleepycat/db/EnvironmentConfig.html#getMessageHandler()"><B>getMessageHandler()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/EnvironmentConfig.html" title="class in com.sleepycat.db">EnvironmentConfig</A>
<DD>Return the function to be called with an informational message.
<DT><A HREF="com/sleepycat/db/DatabaseConfig.html#getMessageStream()"><B>getMessageStream()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DatabaseConfig.html" title="class in com.sleepycat.db">DatabaseConfig</A>
<DD>Return the an OutputStream for displaying informational messages.
<DT><A HREF="com/sleepycat/db/EnvironmentConfig.html#getMessageStream()"><B>getMessageStream()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/EnvironmentConfig.html" title="class in com.sleepycat.db">EnvironmentConfig</A>
<DD>Return the an OutputStream for displaying informational messages.
<DT><A HREF="com/sleepycat/db/BtreeStats.html#getMetaFlags()"><B>getMetaFlags()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/BtreeStats.html" title="class in com.sleepycat.db">BtreeStats</A>
<DD>The metadata flags.
<DT><A HREF="com/sleepycat/db/HashStats.html#getMetaFlags()"><B>getMetaFlags()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/HashStats.html" title="class in com.sleepycat.db">HashStats</A>
<DD>The metadata flags.
<DT><A HREF="com/sleepycat/db/QueueStats.html#getMetaFlags()"><B>getMetaFlags()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/QueueStats.html" title="class in com.sleepycat.db">QueueStats</A>
<DD>The metadata flags.
<DT><A HREF="com/sleepycat/db/SequenceStats.html#getMin()"><B>getMin()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/SequenceStats.html" title="class in com.sleepycat.db">SequenceStats</A>
<DD>The minimum permitted value of the sequence.
<DT><A HREF="com/sleepycat/db/LogStats.html#getMinCommitperflush()"><B>getMinCommitperflush()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/LogStats.html" title="class in com.sleepycat.db">LogStats</A>
<DD>The minimum number of commits contained in a single log flush that
    contained a commit.
<DT><A HREF="com/sleepycat/db/BtreeStats.html#getMinKey()"><B>getMinKey()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/BtreeStats.html" title="class in com.sleepycat.db">BtreeStats</A>
<DD>The minimum keys per page.
<DT><A HREF="com/sleepycat/db/CheckpointConfig.html#getMinutes()"><B>getMinutes()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/CheckpointConfig.html" title="class in com.sleepycat.db">CheckpointConfig</A>
<DD>Return the checkpoint time threshold, in minutes.
<DT><A HREF="com/sleepycat/db/CacheStats.html#getMmapSize()"><B>getMmapSize()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/CacheStats.html" title="class in com.sleepycat.db">CacheStats</A>
<DD>Maximum file size for mmap.
<DT><A HREF="com/sleepycat/db/DatabaseConfig.html#getMode()"><B>getMode()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DatabaseConfig.html" title="class in com.sleepycat.db">DatabaseConfig</A>
<DD>Return the mode used to create files.
<DT><A HREF="com/sleepycat/db/EnvironmentConfig.html#getMode()"><B>getMode()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/EnvironmentConfig.html" title="class in com.sleepycat.db">EnvironmentConfig</A>
<DD>Return the mode to use when creating underlying files and shared
    memory segments.
<DT><A HREF="com/sleepycat/db/LockNotGrantedException.html#getMode()"><B>getMode()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/LockNotGrantedException.html" title="class in com.sleepycat.db">LockNotGrantedException</A>
<DD>Returns the mode parameter when <A HREF="com/sleepycat/db/Environment.html#getLock(int, boolean, com.sleepycat.db.DatabaseEntry, com.sleepycat.db.LockRequestMode)"><CODE>Environment.getLock</CODE></A> was
    called, and returns the mode for the failed LockRequest when
    <A HREF="com/sleepycat/db/Environment.html#lockVector(int, boolean, com.sleepycat.db.LockRequest[])"><CODE>Environment.lockVector</CODE></A> was called.
<DT><A HREF="com/sleepycat/db/LockRequest.html#getMode()"><B>getMode()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/LockRequest.html" title="class in com.sleepycat.db">LockRequest</A>
<DD>Return the lock mode.
<DT><A HREF="com/sleepycat/db/LogStats.html#getMode()"><B>getMode()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/LogStats.html" title="class in com.sleepycat.db">LogStats</A>
<DD>The mode of any created log files.
<DT><A HREF="com/sleepycat/db/ReplicationStats.html#getMsgsBadgen()"><B>getMsgsBadgen()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/ReplicationStats.html" title="class in com.sleepycat.db">ReplicationStats</A>
<DD>The number of messages received with a bad generation number.
<DT><A HREF="com/sleepycat/db/ReplicationStats.html#getMsgsProcessed()"><B>getMsgsProcessed()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/ReplicationStats.html" title="class in com.sleepycat.db">ReplicationStats</A>
<DD>The number of messages received and processed.
<DT><A HREF="com/sleepycat/db/ReplicationStats.html#getMsgsRecover()"><B>getMsgsRecover()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/ReplicationStats.html" title="class in com.sleepycat.db">ReplicationStats</A>
<DD>The number of messages ignored due to pending recovery.
<DT><A HREF="com/sleepycat/db/ReplicationStats.html#getMsgsSendFailures()"><B>getMsgsSendFailures()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/ReplicationStats.html" title="class in com.sleepycat.db">ReplicationStats</A>
<DD>The number of failed message sends.
<DT><A HREF="com/sleepycat/db/ReplicationStats.html#getMsgsSent()"><B>getMsgsSent()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/ReplicationStats.html" title="class in com.sleepycat.db">ReplicationStats</A>
<DD>The number of messages sent.
<DT><A HREF="com/sleepycat/db/TransactionStats.html#getNaborts()"><B>getNaborts()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/TransactionStats.html" title="class in com.sleepycat.db">TransactionStats</A>
<DD>The number of transactions that have aborted.
<DT><A HREF="com/sleepycat/db/TransactionStats.html#getNactive()"><B>getNactive()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/TransactionStats.html" title="class in com.sleepycat.db">TransactionStats</A>
<DD>The number of transactions that are currently active.
<DT><A HREF="com/sleepycat/db/ReplicationStats.html#getNewsites()"><B>getNewsites()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/ReplicationStats.html" title="class in com.sleepycat.db">ReplicationStats</A>
<DD>The number of new site messages received.
<DT><A HREF="com/sleepycat/db/Cursor.html#getNext(com.sleepycat.db.DatabaseEntry, com.sleepycat.db.DatabaseEntry, com.sleepycat.db.LockMode)"><B>getNext(DatabaseEntry, DatabaseEntry, LockMode)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Cursor.html" title="class in com.sleepycat.db">Cursor</A>
<DD>Move the cursor to the next key/data pair and return that pair.
<DT><A HREF="com/sleepycat/db/JoinCursor.html#getNext(com.sleepycat.db.DatabaseEntry, com.sleepycat.db.LockMode)"><B>getNext(DatabaseEntry, LockMode)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/JoinCursor.html" title="class in com.sleepycat.db">JoinCursor</A>
<DD>Returns the next primary key resulting from the join operation.
<DT><A HREF="com/sleepycat/db/JoinCursor.html#getNext(com.sleepycat.db.DatabaseEntry, com.sleepycat.db.DatabaseEntry, com.sleepycat.db.LockMode)"><B>getNext(DatabaseEntry, DatabaseEntry, LockMode)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/JoinCursor.html" title="class in com.sleepycat.db">JoinCursor</A>
<DD>Returns the next primary key and data resulting from the join operation.
<DT><A HREF="com/sleepycat/db/LogCursor.html#getNext(com.sleepycat.db.LogSequenceNumber, com.sleepycat.db.DatabaseEntry)"><B>getNext(LogSequenceNumber, DatabaseEntry)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/LogCursor.html" title="class in com.sleepycat.db">LogCursor</A>
<DD>Return the next LogSequenceNumber and log record.
<DT><A HREF="com/sleepycat/db/SecondaryCursor.html#getNext(com.sleepycat.db.DatabaseEntry, com.sleepycat.db.DatabaseEntry, com.sleepycat.db.DatabaseEntry, com.sleepycat.db.LockMode)"><B>getNext(DatabaseEntry, DatabaseEntry, DatabaseEntry, LockMode)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/SecondaryCursor.html" title="class in com.sleepycat.db">SecondaryCursor</A>
<DD>Move the cursor to the next key/data pair and return that pair.
<DT><A HREF="com/sleepycat/db/Cursor.html#getNextDup(com.sleepycat.db.DatabaseEntry, com.sleepycat.db.DatabaseEntry, com.sleepycat.db.LockMode)"><B>getNextDup(DatabaseEntry, DatabaseEntry, LockMode)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Cursor.html" title="class in com.sleepycat.db">Cursor</A>
<DD>If the next key/data pair of the database is a duplicate data record for
the current key/data pair, move the cursor to the next key/data pair
of the database and return that pair.
<DT><A HREF="com/sleepycat/db/SecondaryCursor.html#getNextDup(com.sleepycat.db.DatabaseEntry, com.sleepycat.db.DatabaseEntry, com.sleepycat.db.DatabaseEntry, com.sleepycat.db.LockMode)"><B>getNextDup(DatabaseEntry, DatabaseEntry, DatabaseEntry, LockMode)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/SecondaryCursor.html" title="class in com.sleepycat.db">SecondaryCursor</A>
<DD>If the next key/data pair of the database is a duplicate data record for
the current key/data pair, move the cursor to the next key/data pair
of the database and return that pair.
<DT><A HREF="com/sleepycat/db/ReplicationStats.html#getNextLsn()"><B>getNextLsn()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/ReplicationStats.html" title="class in com.sleepycat.db">ReplicationStats</A>
<DD>In replication environments configured as masters, the next LSN
    expected.
<DT><A HREF="com/sleepycat/db/Cursor.html#getNextNoDup(com.sleepycat.db.DatabaseEntry, com.sleepycat.db.DatabaseEntry, com.sleepycat.db.LockMode)"><B>getNextNoDup(DatabaseEntry, DatabaseEntry, LockMode)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Cursor.html" title="class in com.sleepycat.db">Cursor</A>
<DD>Move the cursor to the next non-duplicate key/data pair and return
that pair.
<DT><A HREF="com/sleepycat/db/SecondaryCursor.html#getNextNoDup(com.sleepycat.db.DatabaseEntry, com.sleepycat.db.DatabaseEntry, com.sleepycat.db.DatabaseEntry, com.sleepycat.db.LockMode)"><B>getNextNoDup(DatabaseEntry, DatabaseEntry, DatabaseEntry, LockMode)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/SecondaryCursor.html" title="class in com.sleepycat.db">SecondaryCursor</A>
<DD>Move the cursor to the next non-duplicate key/data pair and return
that pair.
<DT><A HREF="com/sleepycat/db/ReplicationStats.html#getNextPages()"><B>getNextPages()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/ReplicationStats.html" title="class in com.sleepycat.db">ReplicationStats</A>
<DD>The next page number we expect to receive.
<DT><A HREF="com/sleepycat/db/CacheFile.html#getNoFile()"><B>getNoFile()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/CacheFile.html" title="class in com.sleepycat.db">CacheFile</A>
<DD>Return if the opening of backing temporary files for in-memory
    databases has been disallowed.
<DT><A HREF="com/sleepycat/db/EnvironmentConfig.html#getNoLocking()"><B>getNoLocking()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/EnvironmentConfig.html" title="class in com.sleepycat.db">EnvironmentConfig</A>
<DD>Return if the system has been configured to grant all requested mutual
    exclusion mutexes and database locks without regard for their actual
    availability.
<DT><A HREF="com/sleepycat/db/DatabaseConfig.html#getNoMMap()"><B>getNoMMap()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DatabaseConfig.html" title="class in com.sleepycat.db">DatabaseConfig</A>
<DD>Return if the library is configured to not map this database into
    memory.
<DT><A HREF="com/sleepycat/db/EnvironmentConfig.html#getNoMMap()"><B>getNoMMap()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/EnvironmentConfig.html" title="class in com.sleepycat.db">EnvironmentConfig</A>
<DD>Return if the system has been configured to copy read-only database files
    into the local cache instead of potentially mapping them into process
    memory.
<DT><A HREF="com/sleepycat/db/VerifyConfig.html#getNoOrderCheck()"><B>getNoOrderCheck()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/VerifyConfig.html" title="class in com.sleepycat.db">VerifyConfig</A>
<DD>Return if the     <A HREF="com/sleepycat/db/Database.html#verify(java.lang.String, java.lang.String, java.io.PrintStream, com.sleepycat.db.VerifyConfig)"><CODE>Database.verify</CODE></A> is configured to skip the
    database checks for btree and duplicate sort order and for hashing.
<DT><A HREF="com/sleepycat/db/EnvironmentConfig.html#getNoPanic()"><B>getNoPanic()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/EnvironmentConfig.html" title="class in com.sleepycat.db">EnvironmentConfig</A>
<DD>Return if the system has been configured to ignore any panic state in
    the database environment.
<DT><A HREF="com/sleepycat/db/JoinConfig.html#getNoSort()"><B>getNoSort()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/JoinConfig.html" title="class in com.sleepycat.db">JoinConfig</A>
<DD>Returns whether automatic sorting of the input cursors is disabled.
<DT><A HREF="com/sleepycat/db/TransactionConfig.html#getNoSync()"><B>getNoSync()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/TransactionConfig.html" title="class in com.sleepycat.db">TransactionConfig</A>
<DD>Return if the transaction is configured to not write or synchronously
    flush the log it when commits.
<DT><A HREF="com/sleepycat/db/TransactionConfig.html#getNoWait()"><B>getNoWait()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/TransactionConfig.html" title="class in com.sleepycat.db">TransactionConfig</A>
<DD>Return if the transaction is configured to not wait if a lock
    request cannot be immediately granted.
<DT><A HREF="com/sleepycat/db/LockStats.html#getNobjects()"><B>getNobjects()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/LockStats.html" title="class in com.sleepycat.db">LockStats</A>
<DD>The number of current lock objects.
<DT><A HREF="com/sleepycat/db/SequenceStats.html#getNowait()"><B>getNowait()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/SequenceStats.html" title="class in com.sleepycat.db">SequenceStats</A>
<DD>The number of times that a thread of control was able to obtain handle
    mutex without waiting.
<DT><A HREF="com/sleepycat/db/TransactionStats.html#getNumBegins()"><B>getNumBegins()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/TransactionStats.html" title="class in com.sleepycat.db">TransactionStats</A>
<DD>The number of transactions that have begun.
<DT><A HREF="com/sleepycat/db/CacheStats.html#getNumCache()"><B>getNumCache()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/CacheStats.html" title="class in com.sleepycat.db">CacheStats</A>
<DD>Number of caches.
<DT><A HREF="com/sleepycat/db/TransactionStats.html#getNumCommits()"><B>getNumCommits()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/TransactionStats.html" title="class in com.sleepycat.db">TransactionStats</A>
<DD>The number of transactions that have committed.
<DT><A HREF="com/sleepycat/db/LockStats.html#getNumConflicts()"><B>getNumConflicts()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/LockStats.html" title="class in com.sleepycat.db">LockStats</A>
<DD>The total number of locks not immediately available due to conflicts.
<DT><A HREF="com/sleepycat/db/BtreeStats.html#getNumData()"><B>getNumData()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/BtreeStats.html" title="class in com.sleepycat.db">BtreeStats</A>
<DD>The number of key/data pairs or records in the database.
<DT><A HREF="com/sleepycat/db/HashStats.html#getNumData()"><B>getNumData()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/HashStats.html" title="class in com.sleepycat.db">HashStats</A>
<DD>The number of key/data pairs in the database.
<DT><A HREF="com/sleepycat/db/QueueStats.html#getNumData()"><B>getNumData()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/QueueStats.html" title="class in com.sleepycat.db">QueueStats</A>
<DD>The number of records in the database.
<DT><A HREF="com/sleepycat/db/LockStats.html#getNumDeadlocks()"><B>getNumDeadlocks()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/LockStats.html" title="class in com.sleepycat.db">LockStats</A>
<DD>The number of deadlocks.
<DT><A HREF="com/sleepycat/db/BtreeStats.html#getNumKeys()"><B>getNumKeys()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/BtreeStats.html" title="class in com.sleepycat.db">BtreeStats</A>
<DD>The number of keys or records in the database.
<DT><A HREF="com/sleepycat/db/HashStats.html#getNumKeys()"><B>getNumKeys()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/HashStats.html" title="class in com.sleepycat.db">HashStats</A>
<DD>The number of unique keys in the database.
<DT><A HREF="com/sleepycat/db/QueueStats.html#getNumKeys()"><B>getNumKeys()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/QueueStats.html" title="class in com.sleepycat.db">QueueStats</A>
<DD>The number of records in the database.
<DT><A HREF="com/sleepycat/db/LockStats.html#getNumLockTimeouts()"><B>getNumLockTimeouts()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/LockStats.html" title="class in com.sleepycat.db">LockStats</A>
<DD>The number of lock requests that have timed out.
<DT><A HREF="com/sleepycat/db/LockStats.html#getNumLockers()"><B>getNumLockers()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/LockStats.html" title="class in com.sleepycat.db">LockStats</A>
<DD>The number of current lockers.
<DT><A HREF="com/sleepycat/db/LockStats.html#getNumLocks()"><B>getNumLocks()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/LockStats.html" title="class in com.sleepycat.db">LockStats</A>
<DD>The number of current locks.
<DT><A HREF="com/sleepycat/db/LockStats.html#getNumModes()"><B>getNumModes()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/LockStats.html" title="class in com.sleepycat.db">LockStats</A>
<DD>The number of lock modes.
<DT><A HREF="com/sleepycat/db/LockStats.html#getNumNowaits()"><B>getNumNowaits()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/LockStats.html" title="class in com.sleepycat.db">LockStats</A>
<DD>The total number of lock requests failing because DB_LOCK_NOWAIT was
    set.
<DT><A HREF="com/sleepycat/db/LockStats.html#getNumReleases()"><B>getNumReleases()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/LockStats.html" title="class in com.sleepycat.db">LockStats</A>
<DD>The total number of locks released.
<DT><A HREF="com/sleepycat/db/LockStats.html#getNumRequests()"><B>getNumRequests()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/LockStats.html" title="class in com.sleepycat.db">LockStats</A>
<DD>The total number of locks requested.
<DT><A HREF="com/sleepycat/db/TransactionStats.html#getNumRestores()"><B>getNumRestores()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/TransactionStats.html" title="class in com.sleepycat.db">TransactionStats</A>
<DD>The number of transactions that have been restored.
<DT><A HREF="com/sleepycat/db/ReplicationStats.html#getNumSites()"><B>getNumSites()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/ReplicationStats.html" title="class in com.sleepycat.db">ReplicationStats</A>
<DD>The number of sites believed to be in the replication group.
<DT><A HREF="com/sleepycat/db/ReplicationStats.html#getNumThrottles()"><B>getNumThrottles()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/ReplicationStats.html" title="class in com.sleepycat.db">ReplicationStats</A>
<DD>Transmission limited.
<DT><A HREF="com/sleepycat/db/LockStats.html#getNumTxnTimeouts()"><B>getNumTxnTimeouts()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/LockStats.html" title="class in com.sleepycat.db">LockStats</A>
<DD>The number of transactions that have timed out.
<DT><A HREF="com/sleepycat/db/LockNotGrantedException.html#getObj()"><B>getObj()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/LockNotGrantedException.html" title="class in com.sleepycat.db">LockNotGrantedException</A>
<DD>Returns the object parameter when <A HREF="com/sleepycat/db/Environment.html#getLock(int, boolean, com.sleepycat.db.DatabaseEntry, com.sleepycat.db.LockRequestMode)"><CODE>Environment.getLock</CODE></A> was
    called, and returns the object for the failed LockRequest when
    <A HREF="com/sleepycat/db/Environment.html#lockVector(int, boolean, com.sleepycat.db.LockRequest[])"><CODE>Environment.lockVector</CODE></A> was called.
<DT><A HREF="com/sleepycat/db/LockRequest.html#getObj()"><B>getObj()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/LockRequest.html" title="class in com.sleepycat.db">LockRequest</A>
<DD>Return the lock object.
<DT><A HREF="com/sleepycat/db/DatabaseEntry.html#getOffset()"><B>getOffset()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DatabaseEntry.html" title="class in com.sleepycat.db">DatabaseEntry</A>
<DD>Return the byte offset into the data array.
<DT><A HREF="com/sleepycat/db/LogSequenceNumber.html#getOffset()"><B>getOffset()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/LogSequenceNumber.html" title="class in com.sleepycat.db">LogSequenceNumber</A>
<DD>Return the file offset component of the LogSequenceNumber.
<DT><A HREF="com/sleepycat/db/LockNotGrantedException.html#getOp()"><B>getOp()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/LockNotGrantedException.html" title="class in com.sleepycat.db">LockNotGrantedException</A>
<DD>Returns 0 when <A HREF="com/sleepycat/db/Environment.html#getLock(int, boolean, com.sleepycat.db.DatabaseEntry, com.sleepycat.db.LockRequestMode)"><CODE>Environment.getLock</CODE></A> was called, and returns
    the op parameter for the failed LockRequest when <A HREF="com/sleepycat/db/Environment.html#lockVector(int, boolean, com.sleepycat.db.LockRequest[])"><CODE>Environment.lockVector</CODE></A> was called.
<DT><A HREF="com/sleepycat/db/LockRequest.html#getOp()"><B>getOp()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/LockRequest.html" title="class in com.sleepycat.db">LockRequest</A>
<DD>Return the lock operation.
<DT><A HREF="com/sleepycat/db/VerifyConfig.html#getOrderCheckOnly()"><B>getOrderCheckOnly()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/VerifyConfig.html" title="class in com.sleepycat.db">VerifyConfig</A>
<DD>Return if the     <A HREF="com/sleepycat/db/Database.html#verify(java.lang.String, java.lang.String, java.io.PrintStream, com.sleepycat.db.VerifyConfig)"><CODE>Database.verify</CODE></A> is configured to do database
    checks for btree and duplicate sort order and for hashing, skipped
    by verification operations configured by <A HREF="com/sleepycat/db/VerifyConfig.html#setNoOrderCheck(boolean)"><CODE>VerifyConfig.setNoOrderCheck</CODE></A>.
<DT><A HREF="com/sleepycat/db/ReplicationStats.html#getOutdated()"><B>getOutdated()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/ReplicationStats.html" title="class in com.sleepycat.db">ReplicationStats</A>
<DD>The number of outdated conditions detected.
<DT><A HREF="com/sleepycat/db/BtreeStats.html#getOverPages()"><B>getOverPages()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/BtreeStats.html" title="class in com.sleepycat.db">BtreeStats</A>
<DD>The number of database overflow pages.
<DT><A HREF="com/sleepycat/db/BtreeStats.html#getOverPagesFree()"><B>getOverPagesFree()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/BtreeStats.html" title="class in com.sleepycat.db">BtreeStats</A>
<DD>The number of bytes free in database overflow pages.
<DT><A HREF="com/sleepycat/db/HashStats.html#getOverflows()"><B>getOverflows()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/HashStats.html" title="class in com.sleepycat.db">HashStats</A>
<DD>The number of overflow pages.
<DT><A HREF="com/sleepycat/db/EnvironmentConfig.html#getOverwrite()"><B>getOverwrite()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/EnvironmentConfig.html" title="class in com.sleepycat.db">EnvironmentConfig</A>
<DD>Return if the system has been configured to overwrite files stored in
    encrypted formats before deleting them.
<DT><A HREF="com/sleepycat/db/HashStats.html#getOvflFree()"><B>getOvflFree()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/HashStats.html" title="class in com.sleepycat.db">HashStats</A>
<DD>The number of bytes free on overflow pages.
<DT><A HREF="com/sleepycat/db/CacheStats.html#getPageClean()"><B>getPageClean()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/CacheStats.html" title="class in com.sleepycat.db">CacheStats</A>
<DD>Clean pages currently in the cache.
<DT><A HREF="com/sleepycat/db/CacheFileStats.html#getPageCreate()"><B>getPageCreate()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/CacheFileStats.html" title="class in com.sleepycat.db">CacheFileStats</A>
<DD>Pages created in the cache.
<DT><A HREF="com/sleepycat/db/CacheStats.html#getPageCreate()"><B>getPageCreate()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/CacheStats.html" title="class in com.sleepycat.db">CacheStats</A>
<DD>Pages created in the cache.
<DT><A HREF="com/sleepycat/db/CacheStats.html#getPageDirty()"><B>getPageDirty()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/CacheStats.html" title="class in com.sleepycat.db">CacheStats</A>
<DD>Dirty pages currently in the cache.
<DT><A HREF="com/sleepycat/db/CacheFileStats.html#getPageIn()"><B>getPageIn()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/CacheFileStats.html" title="class in com.sleepycat.db">CacheFileStats</A>
<DD>Pages read into the cache.
<DT><A HREF="com/sleepycat/db/CacheStats.html#getPageIn()"><B>getPageIn()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/CacheStats.html" title="class in com.sleepycat.db">CacheStats</A>
<DD>Pages read into the cache.
<DT><A HREF="com/sleepycat/db/CacheFileStats.html#getPageOut()"><B>getPageOut()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/CacheFileStats.html" title="class in com.sleepycat.db">CacheFileStats</A>
<DD>Pages written from the cache to the backing file.
<DT><A HREF="com/sleepycat/db/CacheStats.html#getPageOut()"><B>getPageOut()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/CacheStats.html" title="class in com.sleepycat.db">CacheStats</A>
<DD>Pages written from the cache to the backing file.
<DT><A HREF="com/sleepycat/db/BtreeStats.html#getPageSize()"><B>getPageSize()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/BtreeStats.html" title="class in com.sleepycat.db">BtreeStats</A>
<DD>The underlying database page size, in bytes.
<DT><A HREF="com/sleepycat/db/CacheFileStats.html#getPageSize()"><B>getPageSize()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/CacheFileStats.html" title="class in com.sleepycat.db">CacheFileStats</A>
<DD>Page size in bytes.
<DT><A HREF="com/sleepycat/db/DatabaseConfig.html#getPageSize()"><B>getPageSize()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DatabaseConfig.html" title="class in com.sleepycat.db">DatabaseConfig</A>
<DD>Return the size of the pages used to hold items in the database, in bytes.
<DT><A HREF="com/sleepycat/db/HashStats.html#getPageSize()"><B>getPageSize()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/HashStats.html" title="class in com.sleepycat.db">HashStats</A>
<DD>The underlying Hash database page (and bucket) size, in bytes.
<DT><A HREF="com/sleepycat/db/QueueStats.html#getPageSize()"><B>getPageSize()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/QueueStats.html" title="class in com.sleepycat.db">QueueStats</A>
<DD>The underlying database page size, in bytes.
<DT><A HREF="com/sleepycat/db/CacheStats.html#getPageTrickle()"><B>getPageTrickle()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/CacheStats.html" title="class in com.sleepycat.db">CacheStats</A>
<DD>Dirty pages written using <A HREF="com/sleepycat/db/Environment.html#trickleCacheWrite(int)"><CODE>Environment.trickleCacheWrite</CODE></A>.
<DT><A HREF="com/sleepycat/db/CacheStats.html#getPages()"><B>getPages()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/CacheStats.html" title="class in com.sleepycat.db">CacheStats</A>
<DD>Pages in the cache.
<DT><A HREF="com/sleepycat/db/QueueStats.html#getPages()"><B>getPages()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/QueueStats.html" title="class in com.sleepycat.db">QueueStats</A>
<DD>The number of pages in the database.
<DT><A HREF="com/sleepycat/db/ReplicationStats.html#getPagesDuplicated()"><B>getPagesDuplicated()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/ReplicationStats.html" title="class in com.sleepycat.db">ReplicationStats</A>
<DD>The number of duplicate pages received.
<DT><A HREF="com/sleepycat/db/QueueStats.html#getPagesFree()"><B>getPagesFree()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/QueueStats.html" title="class in com.sleepycat.db">QueueStats</A>
<DD>The number of bytes free in database pages.
<DT><A HREF="com/sleepycat/db/ReplicationStats.html#getPagesRecords()"><B>getPagesRecords()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/ReplicationStats.html" title="class in com.sleepycat.db">ReplicationStats</A>
<DD>The number of pages received and stored.
<DT><A HREF="com/sleepycat/db/ReplicationStats.html#getPagesRequested()"><B>getPagesRequested()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/ReplicationStats.html" title="class in com.sleepycat.db">ReplicationStats</A>
<DD>The number of pages missed and requested from the master.
<DT><A HREF="com/sleepycat/db/DatabaseConfig.html#getPanicHandler()"><B>getPanicHandler()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DatabaseConfig.html" title="class in com.sleepycat.db">DatabaseConfig</A>
<DD>Return the function to be called if the database environment panics.
<DT><A HREF="com/sleepycat/db/EnvironmentConfig.html#getPanicHandler()"><B>getPanicHandler()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/EnvironmentConfig.html" title="class in com.sleepycat.db">EnvironmentConfig</A>
<DD>Return the function to be called if the database environment panics.
<DT><A HREF="com/sleepycat/db/TransactionStats.Active.html#getParentId()"><B>getParentId()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/TransactionStats.Active.html" title="class in com.sleepycat.db">TransactionStats.Active</A>
<DD>The transaction ID of the parent transaction (or 0, if no parent).
<DT><A HREF="com/sleepycat/db/DatabaseEntry.html#getPartial()"><B>getPartial()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DatabaseEntry.html" title="class in com.sleepycat.db">DatabaseEntry</A>
<DD>Return whether this DatabaseEntry is configured to read or write partial
    records.
<DT><A HREF="com/sleepycat/db/DatabaseEntry.html#getPartialLength()"><B>getPartialLength()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DatabaseEntry.html" title="class in com.sleepycat.db">DatabaseEntry</A>
<DD>Return the byte length of the partial record being read or written by
    the application, in bytes.
<DT><A HREF="com/sleepycat/db/DatabaseEntry.html#getPartialOffset()"><B>getPartialOffset()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DatabaseEntry.html" title="class in com.sleepycat.db">DatabaseEntry</A>
<DD>Return the offset of the partial record being read or written by the
    application, in bytes.
<DT><A HREF="com/sleepycat/db/Cursor.html#getPrev(com.sleepycat.db.DatabaseEntry, com.sleepycat.db.DatabaseEntry, com.sleepycat.db.LockMode)"><B>getPrev(DatabaseEntry, DatabaseEntry, LockMode)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Cursor.html" title="class in com.sleepycat.db">Cursor</A>
<DD>Move the cursor to the previous key/data pair and return that pair.
<DT><A HREF="com/sleepycat/db/LogCursor.html#getPrev(com.sleepycat.db.LogSequenceNumber, com.sleepycat.db.DatabaseEntry)"><B>getPrev(LogSequenceNumber, DatabaseEntry)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/LogCursor.html" title="class in com.sleepycat.db">LogCursor</A>
<DD>Return the previous LogSequenceNumber and log record.
<DT><A HREF="com/sleepycat/db/SecondaryCursor.html#getPrev(com.sleepycat.db.DatabaseEntry, com.sleepycat.db.DatabaseEntry, com.sleepycat.db.DatabaseEntry, com.sleepycat.db.LockMode)"><B>getPrev(DatabaseEntry, DatabaseEntry, DatabaseEntry, LockMode)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/SecondaryCursor.html" title="class in com.sleepycat.db">SecondaryCursor</A>
<DD>Move the cursor to the previous key/data pair and return that pair.
<DT><A HREF="com/sleepycat/db/Cursor.html#getPrevDup(com.sleepycat.db.DatabaseEntry, com.sleepycat.db.DatabaseEntry, com.sleepycat.db.LockMode)"><B>getPrevDup(DatabaseEntry, DatabaseEntry, LockMode)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Cursor.html" title="class in com.sleepycat.db">Cursor</A>
<DD>If the previous key/data pair of the database is a duplicate data record
for the current key/data pair, move the cursor to the previous key/data
pair of the database and return that pair.
<DT><A HREF="com/sleepycat/db/SecondaryCursor.html#getPrevDup(com.sleepycat.db.DatabaseEntry, com.sleepycat.db.DatabaseEntry, com.sleepycat.db.DatabaseEntry, com.sleepycat.db.LockMode)"><B>getPrevDup(DatabaseEntry, DatabaseEntry, DatabaseEntry, LockMode)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/SecondaryCursor.html" title="class in com.sleepycat.db">SecondaryCursor</A>
<DD>If the previous key/data pair of the database is a duplicate data record
for the current key/data pair, move the cursor to the previous key/data
pair of the database and return that pair.
<DT><A HREF="com/sleepycat/db/Cursor.html#getPrevNoDup(com.sleepycat.db.DatabaseEntry, com.sleepycat.db.DatabaseEntry, com.sleepycat.db.LockMode)"><B>getPrevNoDup(DatabaseEntry, DatabaseEntry, LockMode)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Cursor.html" title="class in com.sleepycat.db">Cursor</A>
<DD>Move the cursor to the previous non-duplicate key/data pair and return
that pair.
<DT><A HREF="com/sleepycat/db/SecondaryCursor.html#getPrevNoDup(com.sleepycat.db.DatabaseEntry, com.sleepycat.db.DatabaseEntry, com.sleepycat.db.DatabaseEntry, com.sleepycat.db.LockMode)"><B>getPrevNoDup(DatabaseEntry, DatabaseEntry, DatabaseEntry, LockMode)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/SecondaryCursor.html" title="class in com.sleepycat.db">SecondaryCursor</A>
<DD>Move the cursor to the previous non-duplicate key/data pair and return
that pair.
<DT><A HREF="com/sleepycat/db/SecondaryDatabase.html#getPrimaryDatabase()"><B>getPrimaryDatabase()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/SecondaryDatabase.html" title="class in com.sleepycat.db">SecondaryDatabase</A>
<DD>Returns the primary database associated with this secondary database.
<DT><A HREF="com/sleepycat/bind/tuple/TupleBinding.html#getPrimitiveBinding(java.lang.Class)"><B>getPrimitiveBinding(Class)</B></A> - 
Static method in class com.sleepycat.bind.tuple.<A HREF="com/sleepycat/bind/tuple/TupleBinding.html" title="class in com.sleepycat.bind.tuple">TupleBinding</A>
<DD>Creates a tuple binding for a primitive Java class.
<DT><A HREF="com/sleepycat/db/VerifyConfig.html#getPrintable()"><B>getPrintable()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/VerifyConfig.html" title="class in com.sleepycat.db">VerifyConfig</A>
<DD>Return if the     <A HREF="com/sleepycat/db/Database.html#verify(java.lang.String, java.lang.String, java.io.PrintStream, com.sleepycat.db.VerifyConfig)"><CODE>Database.verify</CODE></A> is configured to use printing
    characters to where possible.
<DT><A HREF="com/sleepycat/db/CacheFile.html#getPriority()"><B>getPriority()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/CacheFile.html" title="class in com.sleepycat.db">CacheFile</A>
<DD>Return the cache priority for pages from the specified file.
<DT><A HREF="com/sleepycat/db/EnvironmentConfig.html#getPrivate()"><B>getPrivate()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/EnvironmentConfig.html" title="class in com.sleepycat.db">EnvironmentConfig</A>
<DD>Return if the database environment is configured to only be accessed
    by a single process.
<DT><A HREF="com/sleepycat/db/DatabaseConfig.html#getQueueExtentSize()"><B>getQueueExtentSize()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DatabaseConfig.html" title="class in com.sleepycat.db">DatabaseConfig</A>
<DD>Return 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/DatabaseConfig.html#getQueueInOrder()"><B>getQueueInOrder()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DatabaseConfig.html" title="class in com.sleepycat.db">DatabaseConfig</A>
<DD>Return if the <A HREF="com/sleepycat/db/Database.html#consume(com.sleepycat.db.Transaction, com.sleepycat.db.DatabaseEntry, com.sleepycat.db.DatabaseEntry, boolean)"><CODE>Database.consume</CODE></A> method is configured to return
    key/data pairs in order, always returning the key/data item from the
    head of the queue.
<DT><A HREF="com/sleepycat/db/SequenceConfig.html#getRangeMax()"><B>getRangeMax()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/SequenceConfig.html" title="class in com.sleepycat.db">SequenceConfig</A>
<DD>Return the maximum value for the sequence.
<DT><A HREF="com/sleepycat/db/SequenceConfig.html#getRangeMin()"><B>getRangeMin()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/SequenceConfig.html" title="class in com.sleepycat.db">SequenceConfig</A>
<DD>Return the minimum value for the sequence.
<DT><A HREF="com/sleepycat/db/BtreeStats.html#getReLen()"><B>getReLen()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/BtreeStats.html" title="class in com.sleepycat.db">BtreeStats</A>
<DD>The length of fixed-length records.
<DT><A HREF="com/sleepycat/db/QueueStats.html#getReLen()"><B>getReLen()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/QueueStats.html" title="class in com.sleepycat.db">QueueStats</A>
<DD>The length of the records.
<DT><A HREF="com/sleepycat/db/BtreeStats.html#getRePad()"><B>getRePad()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/BtreeStats.html" title="class in com.sleepycat.db">BtreeStats</A>
<DD>The padding byte value for fixed-length records.
<DT><A HREF="com/sleepycat/db/QueueStats.html#getRePad()"><B>getRePad()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/QueueStats.html" title="class in com.sleepycat.db">QueueStats</A>
<DD>The padding byte value for the records.
<DT><A HREF="com/sleepycat/db/DatabaseConfig.html#getReadOnly()"><B>getReadOnly()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DatabaseConfig.html" title="class in com.sleepycat.db">DatabaseConfig</A>
<DD>Return if the database is configured in read-only mode.
<DT><A HREF="com/sleepycat/db/EnvironmentConfig.html#getReadOnly()"><B>getReadOnly()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/EnvironmentConfig.html" title="class in com.sleepycat.db">EnvironmentConfig</A>
<DD>Return if the whether the environment handle is opened read-only.
<DT><A HREF="com/sleepycat/db/DatabaseConfig.html#getRecordDelimiter()"><B>getRecordDelimiter()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DatabaseConfig.html" title="class in com.sleepycat.db">DatabaseConfig</A>
<DD>Return 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/DatabaseConfig.html#getRecordLength()"><B>getRecordLength()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DatabaseConfig.html" title="class in com.sleepycat.db">DatabaseConfig</A>
<DD>Return the database record length, in bytes.
<DT><A HREF="com/sleepycat/db/Cursor.html#getRecordNumber(com.sleepycat.db.DatabaseEntry, com.sleepycat.db.LockMode)"><B>getRecordNumber(DatabaseEntry, LockMode)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Cursor.html" title="class in com.sleepycat.db">Cursor</A>
<DD>Return the record number associated with the cursor.
<DT><A HREF="com/sleepycat/db/DatabaseEntry.html#getRecordNumber()"><B>getRecordNumber()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DatabaseEntry.html" title="class in com.sleepycat.db">DatabaseEntry</A>
<DD>Return the record number encoded in this entry's buffer.
<DT><A HREF="com/sleepycat/db/SecondaryCursor.html#getRecordNumber(com.sleepycat.db.DatabaseEntry, com.sleepycat.db.DatabaseEntry, com.sleepycat.db.LockMode)"><B>getRecordNumber(DatabaseEntry, DatabaseEntry, LockMode)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/SecondaryCursor.html" title="class in com.sleepycat.db">SecondaryCursor</A>
<DD>Return the record number associated with the cursor.
<DT><A HREF="com/sleepycat/db/DatabaseConfig.html#getRecordNumberAppender()"><B>getRecordNumberAppender()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DatabaseConfig.html" title="class in com.sleepycat.db">DatabaseConfig</A>
<DD>Return the function to call after the record number has been
    selected but before the data has been stored into the database.
<DT><A HREF="com/sleepycat/db/DatabaseConfig.html#getRecordPad()"><B>getRecordPad()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DatabaseConfig.html" title="class in com.sleepycat.db">DatabaseConfig</A>
<DD>Return the padding character for short, fixed-length records for the
    Queue and Recno access methods.
<DT><A HREF="com/sleepycat/db/DatabaseConfig.html#getRecordSource()"><B>getRecordSource()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DatabaseConfig.html" title="class in com.sleepycat.db">DatabaseConfig</A>
<DD>Return the name of an underlying flat text database file that is
    read to initialize a transient record number index.
<DT><A HREF="com/sleepycat/db/CacheStats.html#getRegSize()"><B>getRegSize()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/CacheStats.html" title="class in com.sleepycat.db">CacheStats</A>
<DD>Individual cache size.
<DT><A HREF="com/sleepycat/db/LockStats.html#getRegSize()"><B>getRegSize()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/LockStats.html" title="class in com.sleepycat.db">LockStats</A>
<DD>The size of the lock region.
<DT><A HREF="com/sleepycat/db/LogStats.html#getRegSize()"><B>getRegSize()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/LogStats.html" title="class in com.sleepycat.db">LogStats</A>
<DD>The size of the region.
<DT><A HREF="com/sleepycat/db/TransactionStats.html#getRegSize()"><B>getRegSize()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/TransactionStats.html" title="class in com.sleepycat.db">TransactionStats</A>
<DD>The size of the region.
<DT><A HREF="com/sleepycat/db/CacheStats.html#getRegionNowait()"><B>getRegionNowait()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/CacheStats.html" title="class in com.sleepycat.db">CacheStats</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/LockStats.html#getRegionNowait()"><B>getRegionNowait()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/LockStats.html" title="class in com.sleepycat.db">LockStats</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/LogStats.html#getRegionNowait()"><B>getRegionNowait()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/LogStats.html" title="class in com.sleepycat.db">LogStats</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/TransactionStats.html#getRegionNowait()"><B>getRegionNowait()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/TransactionStats.html" title="class in com.sleepycat.db">TransactionStats</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/CacheStats.html#getRegionWait()"><B>getRegionWait()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/CacheStats.html" title="class in com.sleepycat.db">CacheStats</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/LockStats.html#getRegionWait()"><B>getRegionWait()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/LockStats.html" title="class in com.sleepycat.db">LockStats</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/LogStats.html#getRegionWait()"><B>getRegionWait()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/LogStats.html" title="class in com.sleepycat.db">LogStats</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/TransactionStats.html#getRegionWait()"><B>getRegionWait()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/TransactionStats.html" title="class in com.sleepycat.db">TransactionStats</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/DatabaseConfig.html#getRenumbering()"><B>getRenumbering()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DatabaseConfig.html" title="class in com.sleepycat.db">DatabaseConfig</A>
<DD>Return if the logical record numbers are mutable, and change as
    records are added to and deleted from the database.
<DT><A HREF="com/sleepycat/db/EnvironmentConfig.html#getReplicationLimit()"><B>getReplicationLimit()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/EnvironmentConfig.html" title="class in com.sleepycat.db">EnvironmentConfig</A>
<DD>Return the transmit limit in bytes for a single call to
    <A HREF="com/sleepycat/db/Environment.html#processReplicationMessage(com.sleepycat.db.DatabaseEntry, com.sleepycat.db.DatabaseEntry, int)"><CODE>Environment.processReplicationMessage</CODE></A>.
<DT><A HREF="com/sleepycat/db/Environment.html#getReplicationStats(com.sleepycat.db.StatsConfig)"><B>getReplicationStats(StatsConfig)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Environment.html" title="class in com.sleepycat.db">Environment</A>
<DD>Return the database environment's replication statistics.
<DT><A HREF="com/sleepycat/db/EnvironmentConfig.html#getReplicationTransport()"><B>getReplicationTransport()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/EnvironmentConfig.html" title="class in com.sleepycat.db">EnvironmentConfig</A>
<DD>Return the replication callback function used to transmit data using
    the replication application's communication infrastructure.
<DT><A HREF="com/sleepycat/db/DatabaseEntry.html#getReuseBuffer()"><B>getReuseBuffer()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DatabaseEntry.html" title="class in com.sleepycat.db">DatabaseEntry</A>
<DD>Return if the whether the entry is configured to reuse the buffer.
<DT><A HREF="com/sleepycat/db/DatabaseConfig.html#getReverseSplitOff()"><B>getReverseSplitOff()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DatabaseConfig.html" title="class in com.sleepycat.db">DatabaseConfig</A>
<DD>Return if the Btree has been configured to not do reverse splits.
<DT><A HREF="com/sleepycat/db/CacheStats.html#getRoEvict()"><B>getRoEvict()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/CacheStats.html" title="class in com.sleepycat.db">CacheStats</A>
<DD>Clean pages forced from the cache.
<DT><A HREF="com/sleepycat/db/EnvironmentConfig.html#getRunFatalRecovery()"><B>getRunFatalRecovery()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/EnvironmentConfig.html" title="class in com.sleepycat.db">EnvironmentConfig</A>
<DD>Return the handle is configured to run catastrophic recovery on
    the database environment before opening it for use.
<DT><A HREF="com/sleepycat/db/EnvironmentConfig.html#getRunRecovery()"><B>getRunRecovery()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/EnvironmentConfig.html" title="class in com.sleepycat.db">EnvironmentConfig</A>
<DD>Return the handle is configured to run normal recovery on the
    database environment before opening it for use.
<DT><A HREF="com/sleepycat/db/CacheStats.html#getRwEvict()"><B>getRwEvict()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/CacheStats.html" title="class in com.sleepycat.db">CacheStats</A>
<DD>Dirty pages forced from the cache.
<DT><A HREF="com/sleepycat/db/LogStats.html#getSCount()"><B>getSCount()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/LogStats.html" title="class in com.sleepycat.db">LogStats</A>
<DD>The number of times the log has been flushed to disk.
<DT><A HREF="com/sleepycat/db/VerifyConfig.html#getSalvage()"><B>getSalvage()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/VerifyConfig.html" title="class in com.sleepycat.db">VerifyConfig</A>
<DD>Return if the     <A HREF="com/sleepycat/db/Database.html#verify(java.lang.String, java.lang.String, java.io.PrintStream, com.sleepycat.db.VerifyConfig)"><CODE>Database.verify</CODE></A> is configured to write the
    key/data pairs from all databases in the file to the file stream
    named by the outfile parameter..
<DT><A HREF="com/sleepycat/db/Cursor.html#getSearchBoth(com.sleepycat.db.DatabaseEntry, com.sleepycat.db.DatabaseEntry, com.sleepycat.db.LockMode)"><B>getSearchBoth(DatabaseEntry, DatabaseEntry, LockMode)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Cursor.html" title="class in com.sleepycat.db">Cursor</A>
<DD>Move the cursor to the specified key/data pair, where both the key and
data items must match.
<DT><A HREF="com/sleepycat/db/Database.html#getSearchBoth(com.sleepycat.db.Transaction, com.sleepycat.db.DatabaseEntry, com.sleepycat.db.DatabaseEntry, com.sleepycat.db.LockMode)"><B>getSearchBoth(Transaction, DatabaseEntry, DatabaseEntry, LockMode)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Database.html" title="class in com.sleepycat.db">Database</A>
<DD>Retrieves the key/data pair with the given key and data value, that is, both
the key and data items must match.
<DT><A HREF="com/sleepycat/db/SecondaryCursor.html#getSearchBoth(com.sleepycat.db.DatabaseEntry, com.sleepycat.db.DatabaseEntry, com.sleepycat.db.DatabaseEntry, com.sleepycat.db.LockMode)"><B>getSearchBoth(DatabaseEntry, DatabaseEntry, DatabaseEntry, LockMode)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/SecondaryCursor.html" title="class in com.sleepycat.db">SecondaryCursor</A>
<DD>Move the cursor to the specified secondary and primary key, where both
the primary and secondary key items must match.
<DT><A HREF="com/sleepycat/db/SecondaryDatabase.html#getSearchBoth(com.sleepycat.db.Transaction, com.sleepycat.db.DatabaseEntry, com.sleepycat.db.DatabaseEntry, com.sleepycat.db.DatabaseEntry, com.sleepycat.db.LockMode)"><B>getSearchBoth(Transaction, DatabaseEntry, DatabaseEntry, DatabaseEntry, LockMode)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/SecondaryDatabase.html" title="class in com.sleepycat.db">SecondaryDatabase</A>
<DD>Retrieves the key/data pair with the specified secondary and primary key, that
is, both the primary and secondary key items must match.
<DT><A HREF="com/sleepycat/db/Cursor.html#getSearchBothRange(com.sleepycat.db.DatabaseEntry, com.sleepycat.db.DatabaseEntry, com.sleepycat.db.LockMode)"><B>getSearchBothRange(DatabaseEntry, DatabaseEntry, LockMode)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Cursor.html" title="class in com.sleepycat.db">Cursor</A>
<DD>Move the cursor to the specified key and closest matching data item of the
database.
<DT><A HREF="com/sleepycat/db/SecondaryCursor.html#getSearchBothRange(com.sleepycat.db.DatabaseEntry, com.sleepycat.db.DatabaseEntry, com.sleepycat.db.DatabaseEntry, com.sleepycat.db.LockMode)"><B>getSearchBothRange(DatabaseEntry, DatabaseEntry, DatabaseEntry, LockMode)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/SecondaryCursor.html" title="class in com.sleepycat.db">SecondaryCursor</A>
<DD>Move the cursor to the specified secondary key and closest matching primary
key of the database.
<DT><A HREF="com/sleepycat/db/Cursor.html#getSearchKey(com.sleepycat.db.DatabaseEntry, com.sleepycat.db.DatabaseEntry, com.sleepycat.db.LockMode)"><B>getSearchKey(DatabaseEntry, DatabaseEntry, LockMode)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Cursor.html" title="class in com.sleepycat.db">Cursor</A>
<DD>Move the cursor to the given key of the database, and return the datum
associated with the given key.
<DT><A HREF="com/sleepycat/db/SecondaryCursor.html#getSearchKey(com.sleepycat.db.DatabaseEntry, com.sleepycat.db.DatabaseEntry, com.sleepycat.db.DatabaseEntry, com.sleepycat.db.LockMode)"><B>getSearchKey(DatabaseEntry, DatabaseEntry, DatabaseEntry, LockMode)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/SecondaryCursor.html" title="class in com.sleepycat.db">SecondaryCursor</A>
<DD>Move the cursor to the given key of the database, and return the datum
associated with the given key.
<DT><A HREF="com/sleepycat/db/Cursor.html#getSearchKeyRange(com.sleepycat.db.DatabaseEntry, com.sleepycat.db.DatabaseEntry, com.sleepycat.db.LockMode)"><B>getSearchKeyRange(DatabaseEntry, DatabaseEntry, LockMode)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Cursor.html" title="class in com.sleepycat.db">Cursor</A>
<DD>Move the cursor to the closest matching key of the database, and return
the data item associated with the matching key.
<DT><A HREF="com/sleepycat/db/SecondaryCursor.html#getSearchKeyRange(com.sleepycat.db.DatabaseEntry, com.sleepycat.db.DatabaseEntry, com.sleepycat.db.DatabaseEntry, com.sleepycat.db.LockMode)"><B>getSearchKeyRange(DatabaseEntry, DatabaseEntry, DatabaseEntry, LockMode)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/SecondaryCursor.html" title="class in com.sleepycat.db">SecondaryCursor</A>
<DD>Move the cursor to the closest matching key of the database, and return
the data item associated with the matching key.
<DT><A HREF="com/sleepycat/db/Cursor.html#getSearchRecordNumber(com.sleepycat.db.DatabaseEntry, com.sleepycat.db.DatabaseEntry, com.sleepycat.db.LockMode)"><B>getSearchRecordNumber(DatabaseEntry, DatabaseEntry, LockMode)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Cursor.html" title="class in com.sleepycat.db">Cursor</A>
<DD>Move the cursor to the specific numbered record of the database, and
return the associated key/data pair.
<DT><A HREF="com/sleepycat/db/Database.html#getSearchRecordNumber(com.sleepycat.db.Transaction, com.sleepycat.db.DatabaseEntry, com.sleepycat.db.DatabaseEntry, com.sleepycat.db.LockMode)"><B>getSearchRecordNumber(Transaction, DatabaseEntry, DatabaseEntry, LockMode)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Database.html" title="class in com.sleepycat.db">Database</A>
<DD>Retrieves the key/data pair associated with the specific numbered record of the database.
<DT><A HREF="com/sleepycat/db/SecondaryCursor.html#getSearchRecordNumber(com.sleepycat.db.DatabaseEntry, com.sleepycat.db.DatabaseEntry, com.sleepycat.db.DatabaseEntry, com.sleepycat.db.LockMode)"><B>getSearchRecordNumber(DatabaseEntry, DatabaseEntry, DatabaseEntry, LockMode)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/SecondaryCursor.html" title="class in com.sleepycat.db">SecondaryCursor</A>
<DD>Move the cursor to the specific numbered record of the database, and
return the associated key/data pair.
<DT><A HREF="com/sleepycat/db/SecondaryDatabase.html#getSearchRecordNumber(com.sleepycat.db.Transaction, com.sleepycat.db.DatabaseEntry, com.sleepycat.db.DatabaseEntry, com.sleepycat.db.DatabaseEntry, com.sleepycat.db.LockMode)"><B>getSearchRecordNumber(Transaction, DatabaseEntry, DatabaseEntry, DatabaseEntry, LockMode)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/SecondaryDatabase.html" title="class in com.sleepycat.db">SecondaryDatabase</A>
<DD>Retrieves the key/data pair associated with the specific numbered record of the database.
<DT><A HREF="com/sleepycat/db/SecondaryDatabase.html#getSecondaryConfig()"><B>getSecondaryConfig()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/SecondaryDatabase.html" title="class in com.sleepycat.db">SecondaryDatabase</A>
<DD>Returns a copy of the secondary configuration of this database.
<DT><A HREF="com/sleepycat/db/SecondaryCursor.html#getSecondaryDatabase()"><B>getSecondaryDatabase()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/SecondaryCursor.html" title="class in com.sleepycat.db">SecondaryCursor</A>
<DD>Return the SecondaryDatabase handle associated with this Cursor.
<DT><A HREF="com/sleepycat/db/EnvironmentConfig.html#getSegmentId()"><B>getSegmentId()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/EnvironmentConfig.html" title="class in com.sleepycat.db">EnvironmentConfig</A>
<DD>Return the base segment ID.
<DT><A HREF="com/sleepycat/db/DatabaseEntry.html#getSize()"><B>getSize()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DatabaseEntry.html" title="class in com.sleepycat.db">DatabaseEntry</A>
<DD>Return the byte size of the data array.
<DT><A HREF="com/sleepycat/db/DatabaseConfig.html#getSnapshot()"><B>getSnapshot()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DatabaseConfig.html" title="class in com.sleepycat.db">DatabaseConfig</A>
<DD>Return if the any specified backing source file will be read in its
    entirety when the database is opened.
<DT><A HREF="com/sleepycat/db/DatabaseConfig.html#getSortedDuplicates()"><B>getSortedDuplicates()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DatabaseConfig.html" title="class in com.sleepycat.db">DatabaseConfig</A>
<DD>Return if the database is configured to support sorted duplicate data
    items.
<DT><A HREF="com/sleepycat/db/ReplicationStats.html#getStartupComplete()"><B>getStartupComplete()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/ReplicationStats.html" title="class in com.sleepycat.db">ReplicationStats</A>
<DD>The client site has completed its startup procedures and is now
    handling live records from the master.
<DT><A HREF="com/sleepycat/db/Database.html#getStats(com.sleepycat.db.Transaction, com.sleepycat.db.StatsConfig)"><B>getStats(Transaction, StatsConfig)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Database.html" title="class in com.sleepycat.db">Database</A>
<DD>Return database statistics.
<DT><A HREF="com/sleepycat/db/Sequence.html#getStats(com.sleepycat.db.StatsConfig)"><B>getStats(StatsConfig)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Sequence.html" title="class in com.sleepycat.db">Sequence</A>
<DD>Return statistical information about the sequence.
<DT><A HREF="com/sleepycat/db/ReplicationStats.html#getStatus()"><B>getStatus()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/ReplicationStats.html" title="class in com.sleepycat.db">ReplicationStats</A>
<DD>The current replication mode.
<DT><A HREF="com/sleepycat/bind/serial/SerialOutput.html#getStreamHeader()"><B>getStreamHeader()</B></A> - 
Static method in class com.sleepycat.bind.serial.<A HREF="com/sleepycat/bind/serial/SerialOutput.html" title="class in com.sleepycat.bind.serial">SerialOutput</A>
<DD>Returns the fixed stream header used for all serialized streams in
 PROTOCOL_VERSION_2 format.
<DT><A HREF="com/sleepycat/db/TransactionConfig.html#getSync()"><B>getSync()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/TransactionConfig.html" title="class in com.sleepycat.db">TransactionConfig</A>
<DD>Return if the transaction is configured to not write or synchronously
    flush the log it when commits.
<DT><A HREF="com/sleepycat/db/EnvironmentConfig.html#getSystemMemory()"><B>getSystemMemory()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/EnvironmentConfig.html" title="class in com.sleepycat.db">EnvironmentConfig</A>
<DD>Return if the database environment is configured to allocate memory
    from system shared memory instead of from memory backed by the
    filesystem.
<DT><A HREF="com/sleepycat/db/EnvironmentConfig.html#getTemporaryDirectory()"><B>getTemporaryDirectory()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/EnvironmentConfig.html" title="class in com.sleepycat.db">EnvironmentConfig</A>
<DD>Return the path of a directory to be used as the location of
    temporary files.
<DT><A HREF="com/sleepycat/db/EnvironmentConfig.html#getTestAndSetSpins()"><B>getTestAndSetSpins()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/EnvironmentConfig.html" title="class in com.sleepycat.db">EnvironmentConfig</A>
<DD>Return the number of times test-and-set mutexes should spin before
    blocking.
<DT><A HREF="com/sleepycat/db/EnvironmentConfig.html#getThreaded()"><B>getThreaded()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/EnvironmentConfig.html" title="class in com.sleepycat.db">EnvironmentConfig</A>
<DD>Return if the handle is configured to be <em>free-threaded</em>.
<DT><A HREF="com/sleepycat/db/TransactionStats.html#getTimeCkp()"><B>getTimeCkp()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/TransactionStats.html" title="class in com.sleepycat.db">TransactionStats</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) time interface).
<DT><A HREF="com/sleepycat/db/LockRequest.html#getTimeout()"><B>getTimeout()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/LockRequest.html" title="class in com.sleepycat.db">LockRequest</A>
<DD>Return the lock timeout value.
<DT><A HREF="com/sleepycat/collections/CurrentTransaction.html#getTransaction()"><B>getTransaction()</B></A> - 
Method in class com.sleepycat.collections.<A HREF="com/sleepycat/collections/CurrentTransaction.html" title="class in com.sleepycat.collections">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/PreparedTransaction.html#getTransaction()"><B>getTransaction()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/PreparedTransaction.html" title="class in com.sleepycat.db">PreparedTransaction</A>
<DD>Return the transaction handle for the transaction.
<DT><A HREF="com/sleepycat/collections/TransactionRunner.html#getTransactionConfig()"><B>getTransactionConfig()</B></A> - 
Method in class com.sleepycat.collections.<A HREF="com/sleepycat/collections/TransactionRunner.html" title="class in com.sleepycat.collections">TransactionRunner</A>
<DD>Returns the transaction configuration used for calling
 <A HREF="com/sleepycat/db/Environment.html#beginTransaction(com.sleepycat.db.Transaction, com.sleepycat.db.TransactionConfig)"><CODE>Environment.beginTransaction(com.sleepycat.db.Transaction, com.sleepycat.db.TransactionConfig)</CODE></A>.
<DT><A HREF="com/sleepycat/db/DatabaseConfig.html#getTransactionNotDurable()"><B>getTransactionNotDurable()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DatabaseConfig.html" title="class in com.sleepycat.db">DatabaseConfig</A>
<DD>Return if the database environment is configured to not write log
    records for this database.
<DT><A HREF="com/sleepycat/db/Environment.html#getTransactionStats(com.sleepycat.db.StatsConfig)"><B>getTransactionStats(StatsConfig)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Environment.html" title="class in com.sleepycat.db">Environment</A>
<DD>Return the database environment's transactional statistics.
<DT><A HREF="com/sleepycat/db/DatabaseConfig.html#getTransactional()"><B>getTransactional()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DatabaseConfig.html" title="class in com.sleepycat.db">DatabaseConfig</A>
<DD>Return if the database open is enclosed within a transaction.
<DT><A HREF="com/sleepycat/db/EnvironmentConfig.html#getTransactional()"><B>getTransactional()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/EnvironmentConfig.html" title="class in com.sleepycat.db">EnvironmentConfig</A>
<DD>Return if the database environment is configured for transactions.
<DT><A HREF="com/sleepycat/db/DatabaseConfig.html#getTruncate()"><B>getTruncate()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DatabaseConfig.html" title="class in com.sleepycat.db">DatabaseConfig</A>
<DD>Return if the database has been configured to be physically truncated
    by truncating the underlying file, discarding all previous databases
    it might have held.
<DT><A HREF="com/sleepycat/db/TransactionStats.Active.html#getTxnId()"><B>getTxnId()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/TransactionStats.Active.html" title="class in com.sleepycat.db">TransactionStats.Active</A>
<DD>The transaction ID of the transaction.
<DT><A HREF="com/sleepycat/db/EnvironmentConfig.html#getTxnMaxActive()"><B>getTxnMaxActive()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/EnvironmentConfig.html" title="class in com.sleepycat.db">EnvironmentConfig</A>
<DD>Return the minimum number of simultaneously active transactions
    supported by the database environment.
<DT><A HREF="com/sleepycat/db/EnvironmentConfig.html#getTxnNoSync()"><B>getTxnNoSync()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/EnvironmentConfig.html" title="class in com.sleepycat.db">EnvironmentConfig</A>
<DD>Return if the system has been configured to not write or synchronously
    flush the log on transaction commit.
<DT><A HREF="com/sleepycat/db/EnvironmentConfig.html#getTxnNotDurable()"><B>getTxnNotDurable()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/EnvironmentConfig.html" title="class in com.sleepycat.db">EnvironmentConfig</A>
<DD>Return if the system has been configured to not write log records.
<DT><A HREF="com/sleepycat/db/EnvironmentConfig.html#getTxnTimeout()"><B>getTxnTimeout()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/EnvironmentConfig.html" title="class in com.sleepycat.db">EnvironmentConfig</A>
<DD>Return the database environment transaction timeout value, in
    microseconds; a timeout of 0 means no timeout is set.
<DT><A HREF="com/sleepycat/db/LockStats.html#getTxnTimeout()"><B>getTxnTimeout()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/LockStats.html" title="class in com.sleepycat.db">LockStats</A>
<DD>Transaction timeout value.
<DT><A HREF="com/sleepycat/db/EnvironmentConfig.html#getTxnTimestamp()"><B>getTxnTimestamp()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/EnvironmentConfig.html" title="class in com.sleepycat.db">EnvironmentConfig</A>
<DD>Return the time to which recovery will be done, or 0 if recovery will
    be done to the most current possible date.
<DT><A HREF="com/sleepycat/db/EnvironmentConfig.html#getTxnWriteNoSync()"><B>getTxnWriteNoSync()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/EnvironmentConfig.html" title="class in com.sleepycat.db">EnvironmentConfig</A>
<DD>Return if the system has been configured to write, but not synchronously
    flush, the log on transaction commit.
<DT><A HREF="com/sleepycat/db/TransactionStats.html#getTxnarray()"><B>getTxnarray()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/TransactionStats.html" title="class in com.sleepycat.db">TransactionStats</A>
<DD>The array of active transactions.
<DT><A HREF="com/sleepycat/db/ReplicationStats.html#getTxnsApplied()"><B>getTxnsApplied()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/ReplicationStats.html" title="class in com.sleepycat.db">ReplicationStats</A>
<DD>The number of transactions applied.
<DT><A HREF="com/sleepycat/db/DatabaseConfig.html#getType()"><B>getType()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DatabaseConfig.html" title="class in com.sleepycat.db">DatabaseConfig</A>
<DD>Return the type of the database.
<DT><A HREF="com/sleepycat/db/CacheFile.html#getUnlink()"><B>getUnlink()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/CacheFile.html" title="class in com.sleepycat.db">CacheFile</A>
<DD>Return if the file will be removed when the last reference to it is
    closed.
<DT><A HREF="com/sleepycat/db/DatabaseConfig.html#getUnsortedDuplicates()"><B>getUnsortedDuplicates()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DatabaseConfig.html" title="class in com.sleepycat.db">DatabaseConfig</A>
<DD>Return if the database is configured to support duplicate data items.
<DT><A HREF="com/sleepycat/db/EnvironmentConfig.html#getUseEnvironment()"><B>getUseEnvironment()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/EnvironmentConfig.html" title="class in com.sleepycat.db">EnvironmentConfig</A>
<DD>Return if the database environment is configured to accept information
    from the process environment when naming files.
<DT><A HREF="com/sleepycat/db/EnvironmentConfig.html#getUseEnvironmentRoot()"><B>getUseEnvironmentRoot()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/EnvironmentConfig.html" title="class in com.sleepycat.db">EnvironmentConfig</A>
<DD>Return if the database environment is configured to accept information
    from the process environment when naming files if the process has
    appropriate permissions.
<DT><A HREF="com/sleepycat/db/DatabaseEntry.html#getUserBuffer()"><B>getUserBuffer()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DatabaseEntry.html" title="class in com.sleepycat.db">DatabaseEntry</A>
<DD>Return if the whether the buffer in this entry is owned by the
    application.
<DT><A HREF="com/sleepycat/db/DatabaseEntry.html#getUserBufferLength()"><B>getUserBufferLength()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DatabaseEntry.html" title="class in com.sleepycat.db">DatabaseEntry</A>
<DD>Return the length of the application's buffer.
<DT><A HREF="com/sleepycat/collections/MapEntryParameter.html#getValue()"><B>getValue()</B></A> - 
Method in class com.sleepycat.collections.<A HREF="com/sleepycat/collections/MapEntryParameter.html" title="class in com.sleepycat.collections">MapEntryParameter</A>
<DD>Returns the value of this entry.
<DT><A HREF="com/sleepycat/db/SequenceStats.html#getValue()"><B>getValue()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/SequenceStats.html" title="class in com.sleepycat.db">SequenceStats</A>
<DD>The current cached value of the sequence.
<DT><A HREF="com/sleepycat/db/EnvironmentConfig.html#getVerboseDeadlock()"><B>getVerboseDeadlock()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/EnvironmentConfig.html" title="class in com.sleepycat.db">EnvironmentConfig</A>
<DD>Return if the database environment is configured to display
    additional information when doing deadlock detection.
<DT><A HREF="com/sleepycat/db/EnvironmentConfig.html#getVerboseRecovery()"><B>getVerboseRecovery()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/EnvironmentConfig.html" title="class in com.sleepycat.db">EnvironmentConfig</A>
<DD>Return if the database environment is configured to display
    additional information when performing recovery.
<DT><A HREF="com/sleepycat/db/EnvironmentConfig.html#getVerboseReplication()"><B>getVerboseReplication()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/EnvironmentConfig.html" title="class in com.sleepycat.db">EnvironmentConfig</A>
<DD>Return if the database environment is configured to display
    additional information when processing replication messages.
<DT><A HREF="com/sleepycat/db/EnvironmentConfig.html#getVerboseWaitsFor()"><B>getVerboseWaitsFor()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/EnvironmentConfig.html" title="class in com.sleepycat.db">EnvironmentConfig</A>
<DD>Return if the database environment is configured to display the
    waits-for table when doing deadlock detection.
<DT><A HREF="com/sleepycat/db/BtreeStats.html#getVersion()"><B>getVersion()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/BtreeStats.html" title="class in com.sleepycat.db">BtreeStats</A>
<DD>The version of the Btree database.
<DT><A HREF="com/sleepycat/db/HashStats.html#getVersion()"><B>getVersion()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/HashStats.html" title="class in com.sleepycat.db">HashStats</A>
<DD>The version of the Hash database.
<DT><A HREF="com/sleepycat/db/LogStats.html#getVersion()"><B>getVersion()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/LogStats.html" title="class in com.sleepycat.db">LogStats</A>
<DD>The version of the log file type.
<DT><A HREF="com/sleepycat/db/QueueStats.html#getVersion()"><B>getVersion()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/QueueStats.html" title="class in com.sleepycat.db">QueueStats</A>
<DD>The version of the Queue database.
<DT><A HREF="com/sleepycat/db/Environment.html#getVersionMajor()"><B>getVersionMajor()</B></A> - 
Static method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Environment.html" title="class in com.sleepycat.db">Environment</A>
<DD>Return the release major number.
<DT><A HREF="com/sleepycat/db/Environment.html#getVersionMinor()"><B>getVersionMinor()</B></A> - 
Static method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Environment.html" title="class in com.sleepycat.db">Environment</A>
<DD>Return the release minor number.
<DT><A HREF="com/sleepycat/db/Environment.html#getVersionPatch()"><B>getVersionPatch()</B></A> - 
Static method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Environment.html" title="class in com.sleepycat.db">Environment</A>
<DD>Return the release patch number.
<DT><A HREF="com/sleepycat/db/Environment.html#getVersionString()"><B>getVersionString()</B></A> - 
Static method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Environment.html" title="class in com.sleepycat.db">Environment</A>
<DD>Return the release version information, suitable for display.
<DT><A HREF="com/sleepycat/db/LogStats.html#getWBytes()"><B>getWBytes()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/LogStats.html" title="class in com.sleepycat.db">LogStats</A>
<DD>The number of bytes over and above st_w_mbytes written to this log.
<DT><A HREF="com/sleepycat/db/LogStats.html#getWCount()"><B>getWCount()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/LogStats.html" title="class in com.sleepycat.db">LogStats</A>
<DD>The number of times the log has been written to disk.
<DT><A HREF="com/sleepycat/db/LogStats.html#getWCountFill()"><B>getWCountFill()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/LogStats.html" title="class in com.sleepycat.db">LogStats</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/LogStats.html#getWMbytes()"><B>getWMbytes()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/LogStats.html" title="class in com.sleepycat.db">LogStats</A>
<DD>The number of megabytes written to this log.
<DT><A HREF="com/sleepycat/db/SequenceStats.html#getWait()"><B>getWait()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/SequenceStats.html" title="class in com.sleepycat.db">SequenceStats</A>
<DD>The number of times a thread of control was forced to wait on the
    handle mutex.
<DT><A HREF="com/sleepycat/db/ReplicationStats.html#getWaitingLsn()"><B>getWaitingLsn()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/ReplicationStats.html" title="class in com.sleepycat.db">ReplicationStats</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/ReplicationStats.html#getWaitingPages()"><B>getWaitingPages()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/ReplicationStats.html" title="class in com.sleepycat.db">ReplicationStats</A>
<DD>The page number of the first page we have after missing pages being
    waited for, or 0 if no pages are currently missing.
<DT><A HREF="com/sleepycat/db/LogStats.html#getWcBytes()"><B>getWcBytes()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/LogStats.html" title="class in com.sleepycat.db">LogStats</A>
<DD>The number of bytes over and above <A HREF="com/sleepycat/db/LogStats.html#getWcMbytes()"><CODE>LogStats.getWcMbytes</CODE></A>
    written to this log since the last checkpoint.
<DT><A HREF="com/sleepycat/db/LogStats.html#getWcMbytes()"><B>getWcMbytes()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/LogStats.html" title="class in com.sleepycat.db">LogStats</A>
<DD>The number of megabytes written to this log since the last checkpoint.
<DT><A HREF="com/sleepycat/db/SequenceConfig.html#getWrap()"><B>getWrap()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/SequenceConfig.html" title="class in com.sleepycat.db">SequenceConfig</A>
<DD>Return if the sequence will wrap around when it is incremented
    (decremented) past the specified maximum (minimum) value.
<DT><A HREF="com/sleepycat/db/CursorConfig.html#getWriteCursor()"><B>getWriteCursor()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/CursorConfig.html" title="class in com.sleepycat.db">CursorConfig</A>
<DD>Return if the Concurrent Data Store environment cursor will be used to
    update the database.
<DT><A HREF="com/sleepycat/db/TransactionConfig.html#getWriteNoSync()"><B>getWriteNoSync()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/TransactionConfig.html" title="class in com.sleepycat.db">TransactionConfig</A>
<DD>Return if the transaction is configured to write but not synchronously
    flush the log it when commits.
<DT><A HREF="com/sleepycat/db/DatabaseConfig.html#getXACreate()"><B>getXACreate()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DatabaseConfig.html" title="class in com.sleepycat.db">DatabaseConfig</A>
<DD>Return if the database has been configured to be accessed via applications
    running under an X/Open conformant Transaction Manager.
<DT><A HREF="com/sleepycat/db/TransactionStats.Active.html#getXId()"><B>getXId()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/TransactionStats.Active.html" title="class in com.sleepycat.db">TransactionStats.Active</A>
<DD>If the transaction is an XA transaction, the XA global
        transaction ID.
<DT><A HREF="com/sleepycat/db/TransactionStats.Active.html#getXaStatus()"><B>getXaStatus()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/TransactionStats.Active.html" title="class in com.sleepycat.db">TransactionStats.Active</A>
<DD>If the transaction is an XA transaction, the status of the
        transaction, otherwise 0.
<DT><A HREF="com/sleepycat/db/EnvironmentConfig.html#getYieldCPU()"><B>getYieldCPU()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/EnvironmentConfig.html" title="class in com.sleepycat.db">EnvironmentConfig</A>
<DD>Return if the system has been configured to yield the processor
    immediately after each page or mutex acquisition.
<DT><A HREF="com/sleepycat/util/UtfOps.html#getZeroTerminatedByteLength(byte[], int)"><B>getZeroTerminatedByteLength(byte[], int)</B></A> - 
Static method in class com.sleepycat.util.<A HREF="com/sleepycat/util/UtfOps.html" title="class in com.sleepycat.util">UtfOps</A>
<DD>Returns the byte length of a null terminated UTF string, not including
 the terminator.
<DT><A HREF="com/sleepycat/db/KeyRange.html#greater"><B>greater</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/KeyRange.html" title="class in com.sleepycat.db">KeyRange</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/DatabaseType.html#HASH"><B>HASH</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DatabaseType.html" title="class in com.sleepycat.db">DatabaseType</A>
<DD>The database is a Hash.
<DT><A HREF="com/sleepycat/db/CacheFilePriority.html#HIGH"><B>HIGH</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/CacheFilePriority.html" title="class in com.sleepycat.db">CacheFilePriority</A>
<DD>The second highest priority.
<DT><A HREF="com/sleepycat/db/HashStats.html" title="class in com.sleepycat.db"><B>HashStats</B></A> - class com.sleepycat.db.<A HREF="com/sleepycat/db/HashStats.html" title="class in com.sleepycat.db">HashStats</A>.<DD>The HashStats object is used to return Hash database statistics.<DT><A HREF="com/sleepycat/db/Hasher.html" title="interface in com.sleepycat.db"><B>Hasher</B></A> - interface com.sleepycat.db.<A HREF="com/sleepycat/db/Hasher.html" title="interface in com.sleepycat.db">Hasher</A>.<DD>An application-specified, database hash function.<DT><A HREF="com/sleepycat/db/LogRecordHandler.html#handleLogRecord(com.sleepycat.db.Environment, com.sleepycat.db.DatabaseEntry, com.sleepycat.db.LogSequenceNumber, com.sleepycat.db.RecoveryOperation)"><B>handleLogRecord(Environment, DatabaseEntry, LogSequenceNumber, RecoveryOperation)</B></A> - 
Method in interface com.sleepycat.db.<A HREF="com/sleepycat/db/LogRecordHandler.html" title="interface in com.sleepycat.db">LogRecordHandler</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/collections/StoredIterator.html#hasNext()"><B>hasNext()</B></A> - 
Method in class com.sleepycat.collections.<A HREF="com/sleepycat/collections/StoredIterator.html" title="class in com.sleepycat.collections">StoredIterator</A>
<DD>Returns true if this iterator has more elements when traversing in the
 forward direction.
<DT><A HREF="com/sleepycat/collections/StoredIterator.html#hasPrevious()"><B>hasPrevious()</B></A> - 
Method in class com.sleepycat.collections.<A HREF="com/sleepycat/collections/StoredIterator.html" title="class in com.sleepycat.collections">StoredIterator</A>
<DD>Returns true if this iterator has more elements when traversing in the
 reverse direction.
<DT><A HREF="com/sleepycat/db/Hasher.html#hash(com.sleepycat.db.Database, byte[], int)"><B>hash(Database, byte[], int)</B></A> - 
Method in interface com.sleepycat.db.<A HREF="com/sleepycat/db/Hasher.html" title="interface in com.sleepycat.db">Hasher</A>
<DD>An application-specified, database-specific hash function.
<DT><A HREF="com/sleepycat/collections/MapEntryParameter.html#hashCode()"><B>hashCode()</B></A> - 
Method in class com.sleepycat.collections.<A HREF="com/sleepycat/collections/MapEntryParameter.html" title="class in com.sleepycat.collections">MapEntryParameter</A>
<DD>Computes a hash code as specified by <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/util/Map.Entry.html#hashCode()" title="class or interface in java.util"><CODE>Map.Entry.hashCode()</CODE></A>.
<DT><A HREF="com/sleepycat/collections/StoredCollection.html#hashCode()"><B>hashCode()</B></A> - 
Method in class com.sleepycat.collections.<A HREF="com/sleepycat/collections/StoredCollection.html" title="class in com.sleepycat.collections">StoredCollection</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/collections/StoredList.html#hashCode()"><B>hashCode()</B></A> - 
Method in class com.sleepycat.collections.<A HREF="com/sleepycat/collections/StoredList.html" title="class in com.sleepycat.collections">StoredList</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/collections/StoredMap.html#hashCode()"><B>hashCode()</B></A> - 
Method in class com.sleepycat.collections.<A HREF="com/sleepycat/collections/StoredMap.html" title="class in com.sleepycat.collections">StoredMap</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/collections/StoredSortedMap.html#headMap(java.lang.Object)"><B>headMap(Object)</B></A> - 
Method in class com.sleepycat.collections.<A HREF="com/sleepycat/collections/StoredSortedMap.html" title="class in com.sleepycat.collections">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/collections/StoredSortedMap.html#headMap(java.lang.Object, boolean)"><B>headMap(Object, boolean)</B></A> - 
Method in class com.sleepycat.collections.<A HREF="com/sleepycat/collections/StoredSortedMap.html" title="class in com.sleepycat.collections">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/collections/StoredSortedEntrySet.html#headSet(java.lang.Object)"><B>headSet(Object)</B></A> - 
Method in class com.sleepycat.collections.<A HREF="com/sleepycat/collections/StoredSortedEntrySet.html" title="class in com.sleepycat.collections">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/collections/StoredSortedEntrySet.html#headSet(java.lang.Object, boolean)"><B>headSet(Object, boolean)</B></A> - 
Method in class com.sleepycat.collections.<A HREF="com/sleepycat/collections/StoredSortedEntrySet.html" title="class in com.sleepycat.collections">StoredSortedEntrySet</A>
<DD>Returns a view of the portion of this sorted set whose elements are
 strictly less than toMapEntry, optionally including toMapEntry.
<DT><A HREF="com/sleepycat/collections/StoredSortedKeySet.html#headSet(java.lang.Object)"><B>headSet(Object)</B></A> - 
Method in class com.sleepycat.collections.<A HREF="com/sleepycat/collections/StoredSortedKeySet.html" title="class in com.sleepycat.collections">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/collections/StoredSortedKeySet.html#headSet(java.lang.Object, boolean)"><B>headSet(Object, boolean)</B></A> - 
Method in class com.sleepycat.collections.<A HREF="com/sleepycat/collections/StoredSortedKeySet.html" title="class in com.sleepycat.collections">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/collections/StoredSortedValueSet.html#headSet(java.lang.Object)"><B>headSet(Object)</B></A> - 
Method in class com.sleepycat.collections.<A HREF="com/sleepycat/collections/StoredSortedValueSet.html" title="class in com.sleepycat.collections">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/collections/StoredSortedValueSet.html#headSet(java.lang.Object, boolean)"><B>headSet(Object, boolean)</B></A> - 
Method in class com.sleepycat.collections.<A HREF="com/sleepycat/collections/StoredSortedValueSet.html" title="class in com.sleepycat.collections">StoredSortedValueSet</A>
<DD>Returns a view of the portion of this sorted set whose elements are
 strictly less than toValue, optionally including toValue.
</DL>
<HR>
<A NAME="_I_"><!-- --></A><H2>
<B>I</B></H2>
<DL>
<DT><A HREF="com/sleepycat/util/IOExceptionWrapper.html" title="class in com.sleepycat.util"><B>IOExceptionWrapper</B></A> - exception com.sleepycat.util.<A HREF="com/sleepycat/util/IOExceptionWrapper.html" title="class in com.sleepycat.util">IOExceptionWrapper</A>.<DD>An IOException that can contain nested exceptions.<DT><A HREF="com/sleepycat/util/IOExceptionWrapper.html#IOExceptionWrapper(java.lang.Throwable)"><B>IOExceptionWrapper(Throwable)</B></A> - 
Constructor for class com.sleepycat.util.<A HREF="com/sleepycat/util/IOExceptionWrapper.html" title="class in com.sleepycat.util">IOExceptionWrapper</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/db/LockRequestMode.html#IREAD"><B>IREAD</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/LockRequestMode.html" title="class in com.sleepycat.db">LockRequestMode</A>
<DD>Intention to read (shared).
<DT><A HREF="com/sleepycat/db/LockRequestMode.html#IWR"><B>IWR</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/LockRequestMode.html" title="class in com.sleepycat.db">LockRequestMode</A>
<DD>Intention to read and write (shared).
<DT><A HREF="com/sleepycat/db/LockRequestMode.html#IWRITE"><B>IWRITE</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/LockRequestMode.html" title="class in com.sleepycat.db">LockRequestMode</A>
<DD>Intention to write (shared).
<DT><A HREF="com/sleepycat/bind/tuple/IntegerBinding.html" title="class in com.sleepycat.bind.tuple"><B>IntegerBinding</B></A> - class com.sleepycat.bind.tuple.<A HREF="com/sleepycat/bind/tuple/IntegerBinding.html" title="class in com.sleepycat.bind.tuple">IntegerBinding</A>.<DD>A concrete <code>TupleBinding</code> for a <code>Integer</code> primitive
 wrapper or an <code>int</code> primitive.<DT><A HREF="com/sleepycat/bind/tuple/IntegerBinding.html#IntegerBinding()"><B>IntegerBinding()</B></A> - 
Constructor for class com.sleepycat.bind.tuple.<A HREF="com/sleepycat/bind/tuple/IntegerBinding.html" title="class in com.sleepycat.bind.tuple">IntegerBinding</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/collections/StoredList.html#indexOf(java.lang.Object)"><B>indexOf(Object)</B></A> - 
Method in class com.sleepycat.collections.<A HREF="com/sleepycat/collections/StoredList.html" title="class in com.sleepycat.collections">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/bind/tuple/TupleBinding.html#inputToEntry(com.sleepycat.bind.tuple.TupleInput, com.sleepycat.db.DatabaseEntry)"><B>inputToEntry(TupleInput, DatabaseEntry)</B></A> - 
Static method in class com.sleepycat.bind.tuple.<A HREF="com/sleepycat/bind/tuple/TupleBinding.html" title="class in com.sleepycat.bind.tuple">TupleBinding</A>
<DD>Utility method to set the data in a entry buffer to the data in a tuple
 input object.
<DT><A HREF="com/sleepycat/bind/tuple/IntegerBinding.html#intToEntry(int, com.sleepycat.db.DatabaseEntry)"><B>intToEntry(int, DatabaseEntry)</B></A> - 
Static method in class com.sleepycat.bind.tuple.<A HREF="com/sleepycat/bind/tuple/IntegerBinding.html" title="class in com.sleepycat.bind.tuple">IntegerBinding</A>
<DD>Converts a simple <code>int</code> value into an entry buffer.
<DT><A HREF="com/sleepycat/collections/StoredContainer.html#isDirtyRead()"><B>isDirtyRead()</B></A> - 
Method in class com.sleepycat.collections.<A HREF="com/sleepycat/collections/StoredContainer.html" title="class in com.sleepycat.collections">StoredContainer</A>
<DD>Returns whether dirty-read is enabled for this container.
<DT><A HREF="com/sleepycat/collections/StoredContainer.html#isDirtyReadAllowed()"><B>isDirtyReadAllowed()</B></A> - 
Method in class com.sleepycat.collections.<A HREF="com/sleepycat/collections/StoredContainer.html" title="class in com.sleepycat.collections">StoredContainer</A>
<DD>Returns whether dirty-read is allowed for this container.
<DT><A HREF="com/sleepycat/db/ReplicationStatus.html#isDupMaster()"><B>isDupMaster()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/ReplicationStatus.html" title="class in com.sleepycat.db">ReplicationStatus</A>
<DD>The replication group has more than one master.
<DT><A HREF="com/sleepycat/collections/StoredContainer.html#isEmpty()"><B>isEmpty()</B></A> - 
Method in class com.sleepycat.collections.<A HREF="com/sleepycat/collections/StoredContainer.html" title="class in com.sleepycat.collections">StoredContainer</A>
<DD>Returns true if this map or collection contains no mappings or elements.
<DT><A HREF="com/sleepycat/db/ReplicationStatus.html#isHoldElection()"><B>isHoldElection()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/ReplicationStatus.html" title="class in com.sleepycat.db">ReplicationStatus</A>
<DD>An election is needed.
<DT><A HREF="com/sleepycat/db/ReplicationStatus.html#isNewMaster()"><B>isNewMaster()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/ReplicationStatus.html" title="class in com.sleepycat.db">ReplicationStatus</A>
<DD>A new master has been elected.
<DT><A HREF="com/sleepycat/db/ReplicationStatus.html#isNewSite()"><B>isNewSite()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/ReplicationStatus.html" title="class in com.sleepycat.db">ReplicationStatus</A>
<DD>The system received contact information from a new environment.
<DT><A HREF="com/sleepycat/db/ReplicationStatus.html#isNotPermanent()"><B>isNotPermanent()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/ReplicationStatus.html" title="class in com.sleepycat.db">ReplicationStatus</A>
<DD>A message carrying a DB_REP_PERMANENT flag was processed successfully,
    but was not written to disk.
<DT><A HREF="com/sleepycat/collections/StoredContainer.html#isOrdered()"><B>isOrdered()</B></A> - 
Method in class com.sleepycat.collections.<A HREF="com/sleepycat/collections/StoredContainer.html" title="class in com.sleepycat.collections">StoredContainer</A>
<DD>Returns whether keys are ordered in this container.
<DT><A HREF="com/sleepycat/db/ReplicationStatus.html#isPermanent()"><B>isPermanent()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/ReplicationStatus.html" title="class in com.sleepycat.db">ReplicationStatus</A>
<DD>Processing this message resulted in the processing of records that
    are permanent.
<DT><A HREF="com/sleepycat/collections/StoredIterator.html#isReadModifyWrite()"><B>isReadModifyWrite()</B></A> - 
Method in class com.sleepycat.collections.<A HREF="com/sleepycat/collections/StoredIterator.html" title="class in com.sleepycat.collections">StoredIterator</A>
<DD>Returns whether write-locks will be obtained when reading with this
 cursor.
<DT><A HREF="com/sleepycat/collections/StoredContainer.html#isSecondary()"><B>isSecondary()</B></A> - 
Method in class com.sleepycat.collections.<A HREF="com/sleepycat/collections/StoredContainer.html" title="class in com.sleepycat.collections">StoredContainer</A>
<DD>Returns whether this container is a view on a secondary database rather
 than directly on a primary database.
<DT><A HREF="com/sleepycat/db/ReplicationStatus.html#isStartupDone()"><B>isStartupDone()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/ReplicationStatus.html" title="class in com.sleepycat.db">ReplicationStatus</A>
<DD>The client completed startup synchronization.
<DT><A HREF="com/sleepycat/db/ReplicationStatus.html#isSuccess()"><B>isSuccess()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/ReplicationStatus.html" title="class in com.sleepycat.db">ReplicationStatus</A>
<DD>The operation succeeded.
<DT><A HREF="com/sleepycat/collections/StoredContainer.html#isTransactional()"><B>isTransactional()</B></A> - 
Method in class com.sleepycat.collections.<A HREF="com/sleepycat/collections/StoredContainer.html" title="class in com.sleepycat.collections">StoredContainer</A>
<DD>Returns whether the databases underlying this container are
 transactional.
<DT><A HREF="com/sleepycat/collections/StoredContainer.html#isWriteAllowed()"><B>isWriteAllowed()</B></A> - 
Method in class com.sleepycat.collections.<A HREF="com/sleepycat/collections/StoredContainer.html" title="class in com.sleepycat.collections">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/collections/StoredCollection.html#iterator()"><B>iterator()</B></A> - 
Method in class com.sleepycat.collections.<A HREF="com/sleepycat/collections/StoredCollection.html" title="class in com.sleepycat.collections">StoredCollection</A>
<DD>Returns an iterator over the elements in this collection.
<DT><A HREF="com/sleepycat/collections/StoredCollection.html#iterator(boolean)"><B>iterator(boolean)</B></A> - 
Method in class com.sleepycat.collections.<A HREF="com/sleepycat/collections/StoredCollection.html" title="class in com.sleepycat.collections">StoredCollection</A>
<DD>Returns a read or read-write iterator over the elements in this
 collection.
<DT><A HREF="com/sleepycat/collections/StoredCollections.html#iterator(java.util.Iterator)"><B>iterator(Iterator)</B></A> - 
Static method in class com.sleepycat.collections.<A HREF="com/sleepycat/collections/StoredCollections.html" title="class in com.sleepycat.collections">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/db/JoinConfig.html" title="class in com.sleepycat.db"><B>JoinConfig</B></A> - class com.sleepycat.db.<A HREF="com/sleepycat/db/JoinConfig.html" title="class in com.sleepycat.db">JoinConfig</A>.<DD>The configuration properties of a <code>JoinCursor</code>.<DT><A HREF="com/sleepycat/db/JoinConfig.html#JoinConfig()"><B>JoinConfig()</B></A> - 
Constructor for class com.sleepycat.db.<A HREF="com/sleepycat/db/JoinConfig.html" title="class in com.sleepycat.db">JoinConfig</A>
<DD>Creates an instance with the system's default settings.
<DT><A HREF="com/sleepycat/db/JoinCursor.html" title="class in com.sleepycat.db"><B>JoinCursor</B></A> - class com.sleepycat.db.<A HREF="com/sleepycat/db/JoinCursor.html" title="class in com.sleepycat.db">JoinCursor</A>.<DD>A specialized join cursor for use in performing equality or natural joins on
secondary indices.<DT><A HREF="com/sleepycat/collections/StoredCollection.html#join(com.sleepycat.collections.StoredContainer[], java.lang.Object[], com.sleepycat.db.JoinConfig)"><B>join(StoredContainer[], Object[], JoinConfig)</B></A> - 
Method in class com.sleepycat.collections.<A HREF="com/sleepycat/collections/StoredCollection.html" title="class in com.sleepycat.collections">StoredCollection</A>
<DD>Returns an iterator representing an equality join of the indices and
 index key values specified.
<DT><A HREF="com/sleepycat/db/Database.html#join(com.sleepycat.db.Cursor[], com.sleepycat.db.JoinConfig)"><B>join(Cursor[], JoinConfig)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Database.html" title="class in com.sleepycat.db">Database</A>
<DD>Creates a specialized join cursor for use in performing equality or
    natural joins on secondary indices.
</DL>
<HR>
<A NAME="_K_"><!-- --></A><H2>
<B>K</B></H2>
<DL>
<DT><A HREF="com/sleepycat/db/OperationStatus.html#KEYEMPTY"><B>KEYEMPTY</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/OperationStatus.html" title="class in com.sleepycat.db">OperationStatus</A>
<DD>The cursor operation was unsuccessful because the current record
    was deleted.
<DT><A HREF="com/sleepycat/db/OperationStatus.html#KEYEXIST"><B>KEYEXIST</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/OperationStatus.html" title="class in com.sleepycat.db">OperationStatus</A>
<DD>The operation to insert data was configured to not allow overwrite
    and the key already exists in the database.
<DT><A HREF="com/sleepycat/db/KeyRange.html" title="class in com.sleepycat.db"><B>KeyRange</B></A> - class com.sleepycat.db.<A HREF="com/sleepycat/db/KeyRange.html" title="class in com.sleepycat.db">KeyRange</A>.<DD>An object that returns status from the <A HREF="com/sleepycat/db/Database.html#getKeyRange(com.sleepycat.db.Transaction, com.sleepycat.db.DatabaseEntry)"><CODE>Database.getKeyRange</CODE></A> method.<DT><A HREF="com/sleepycat/db/KeyRange.html#KeyRange()"><B>KeyRange()</B></A> - 
Constructor for class com.sleepycat.db.<A HREF="com/sleepycat/db/KeyRange.html" title="class in com.sleepycat.db">KeyRange</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/collections/StoredMap.html#keySet()"><B>keySet()</B></A> - 
Method in class com.sleepycat.collections.<A HREF="com/sleepycat/collections/StoredMap.html" title="class in com.sleepycat.collections">StoredMap</A>
<DD>Returns a set view of the keys contained in this map.
</DL>
<HR>
<A NAME="_L_"><!-- --></A><H2>
<B>L</B></H2>
<DL>
<DT><A HREF="com/sleepycat/db/CacheFilePriority.html#LOW"><B>LOW</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/CacheFilePriority.html" title="class in com.sleepycat.db">CacheFilePriority</A>
<DD>The second lowest priority.
<DT><A HREF="com/sleepycat/db/Lock.html" title="class in com.sleepycat.db"><B>Lock</B></A> - class com.sleepycat.db.<A HREF="com/sleepycat/db/Lock.html" title="class in com.sleepycat.db">Lock</A>.<DD>The locking interfaces for the database environment are methods of the
<A HREF="com/sleepycat/db/Environment.html" title="class in com.sleepycat.db"><CODE>Environment</CODE></A> handle.<DT><A HREF="com/sleepycat/db/LockDetectMode.html" title="class in com.sleepycat.db"><B>LockDetectMode</B></A> - class com.sleepycat.db.<A HREF="com/sleepycat/db/LockDetectMode.html" title="class in com.sleepycat.db">LockDetectMode</A>.<DD>Deadlock detection modes.<DT><A HREF="com/sleepycat/db/LockMode.html" title="class in com.sleepycat.db"><B>LockMode</B></A> - class com.sleepycat.db.<A HREF="com/sleepycat/db/LockMode.html" title="class in com.sleepycat.db">LockMode</A>.<DD>Locking modes for database operations.<DT><A HREF="com/sleepycat/db/LockNotGrantedException.html" title="class in com.sleepycat.db"><B>LockNotGrantedException</B></A> - exception com.sleepycat.db.<A HREF="com/sleepycat/db/LockNotGrantedException.html" title="class in com.sleepycat.db">LockNotGrantedException</A>.<DD>A LockNotGrantedException is thrown when a lock requested using the
<A HREF="com/sleepycat/db/Environment.html#getLock(int, boolean, com.sleepycat.db.DatabaseEntry, com.sleepycat.db.LockRequestMode)"><CODE>Environment.getLock</CODE></A> or <A HREF="com/sleepycat/db/Environment.html#lockVector(int, boolean, com.sleepycat.db.LockRequest[])"><CODE>Environment.lockVector</CODE></A>
methods, where the noWait flag or lock timers were configured, could not
be granted before the wait-time expired.<DT><A HREF="com/sleepycat/db/LockOperation.html" title="class in com.sleepycat.db"><B>LockOperation</B></A> - class com.sleepycat.db.<A HREF="com/sleepycat/db/LockOperation.html" title="class in com.sleepycat.db">LockOperation</A>.<DD>Operations that can be performed on locks.<DT><A HREF="com/sleepycat/db/LockRequest.html" title="class in com.sleepycat.db"><B>LockRequest</B></A> - class com.sleepycat.db.<A HREF="com/sleepycat/db/LockRequest.html" title="class in com.sleepycat.db">LockRequest</A>.<DD>The LockRequest object is used to encapsulate a single lock request.<DT><A HREF="com/sleepycat/db/LockRequest.html#LockRequest(com.sleepycat.db.LockOperation, com.sleepycat.db.LockRequestMode, com.sleepycat.db.DatabaseEntry, com.sleepycat.db.Lock)"><B>LockRequest(LockOperation, LockRequestMode, DatabaseEntry, Lock)</B></A> - 
Constructor for class com.sleepycat.db.<A HREF="com/sleepycat/db/LockRequest.html" title="class in com.sleepycat.db">LockRequest</A>
<DD>Construct a LockRequest with the specified operation, mode and lock,
    for the specified object.
<DT><A HREF="com/sleepycat/db/LockRequest.html#LockRequest(com.sleepycat.db.LockOperation, com.sleepycat.db.LockRequestMode, com.sleepycat.db.DatabaseEntry, com.sleepycat.db.Lock, int)"><B>LockRequest(LockOperation, LockRequestMode, DatabaseEntry, Lock, int)</B></A> - 
Constructor for class com.sleepycat.db.<A HREF="com/sleepycat/db/LockRequest.html" title="class in com.sleepycat.db">LockRequest</A>
<DD>Construct a LockRequest with the specified operation, mode, lock and
    timeout for the specified object.
<DT><A HREF="com/sleepycat/db/LockRequestMode.html" title="class in com.sleepycat.db"><B>LockRequestMode</B></A> - class com.sleepycat.db.<A HREF="com/sleepycat/db/LockRequestMode.html" title="class in com.sleepycat.db">LockRequestMode</A>.<DD>When using the default lock conflict matrix, the LockRequestMode class
defines the set of possible lock modes.<DT><A HREF="com/sleepycat/db/LockRequestMode.html#LockRequestMode(java.lang.String, int)"><B>LockRequestMode(String, int)</B></A> - 
Constructor for class com.sleepycat.db.<A HREF="com/sleepycat/db/LockRequestMode.html" title="class in com.sleepycat.db">LockRequestMode</A>
<DD>Construct a custom lock request mode.
<DT><A HREF="com/sleepycat/db/LockStats.html" title="class in com.sleepycat.db"><B>LockStats</B></A> - class com.sleepycat.db.<A HREF="com/sleepycat/db/LockStats.html" title="class in com.sleepycat.db">LockStats</A>.<DD>Lock statistics for a database environment.<DT><A HREF="com/sleepycat/db/LogCursor.html" title="class in com.sleepycat.db"><B>LogCursor</B></A> - class com.sleepycat.db.<A HREF="com/sleepycat/db/LogCursor.html" title="class in com.sleepycat.db">LogCursor</A>.<DD>The LogCursor 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/LogRecordHandler.html" title="interface in com.sleepycat.db"><B>LogRecordHandler</B></A> - interface com.sleepycat.db.<A HREF="com/sleepycat/db/LogRecordHandler.html" title="interface in com.sleepycat.db">LogRecordHandler</A>.<DD>A function to process application-specific log records.<DT><A HREF="com/sleepycat/db/LogSequenceNumber.html" title="class in com.sleepycat.db"><B>LogSequenceNumber</B></A> - class com.sleepycat.db.<A HREF="com/sleepycat/db/LogSequenceNumber.html" title="class in com.sleepycat.db">LogSequenceNumber</A>.<DD>The LogSequenceNumber object is a <em>log sequence number</em> which
specifies a unique location in a log file.<DT><A HREF="com/sleepycat/db/LogSequenceNumber.html#LogSequenceNumber(int, int)"><B>LogSequenceNumber(int, int)</B></A> - 
Constructor for class com.sleepycat.db.<A HREF="com/sleepycat/db/LogSequenceNumber.html" title="class in com.sleepycat.db">LogSequenceNumber</A>
<DD>Construct a LogSequenceNumber with the specified file and offset.
<DT><A HREF="com/sleepycat/db/LogSequenceNumber.html#LogSequenceNumber()"><B>LogSequenceNumber()</B></A> - 
Constructor for class com.sleepycat.db.<A HREF="com/sleepycat/db/LogSequenceNumber.html" title="class in com.sleepycat.db">LogSequenceNumber</A>
<DD>Construct an uninitialized LogSequenceNumber.
<DT><A HREF="com/sleepycat/db/LogStats.html" title="class in com.sleepycat.db"><B>LogStats</B></A> - class com.sleepycat.db.<A HREF="com/sleepycat/db/LogStats.html" title="class in com.sleepycat.db">LogStats</A>.<DD>Log statistics for a database environment.<DT><A HREF="com/sleepycat/bind/tuple/LongBinding.html" title="class in com.sleepycat.bind.tuple"><B>LongBinding</B></A> - class com.sleepycat.bind.tuple.<A HREF="com/sleepycat/bind/tuple/LongBinding.html" title="class in com.sleepycat.bind.tuple">LongBinding</A>.<DD>A concrete <code>TupleBinding</code> for a <code>Long</code> primitive
 wrapper or a <code>long</code> primitive.<DT><A HREF="com/sleepycat/bind/tuple/LongBinding.html#LongBinding()"><B>LongBinding()</B></A> - 
Constructor for class com.sleepycat.bind.tuple.<A HREF="com/sleepycat/bind/tuple/LongBinding.html" title="class in com.sleepycat.bind.tuple">LongBinding</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/collections/StoredSortedEntrySet.html#last()"><B>last()</B></A> - 
Method in class com.sleepycat.collections.<A HREF="com/sleepycat/collections/StoredSortedEntrySet.html" title="class in com.sleepycat.collections">StoredSortedEntrySet</A>
<DD>Returns the last (highest) element currently in this sorted set.
<DT><A HREF="com/sleepycat/collections/StoredSortedKeySet.html#last()"><B>last()</B></A> - 
Method in class com.sleepycat.collections.<A HREF="com/sleepycat/collections/StoredSortedKeySet.html" title="class in com.sleepycat.collections">StoredSortedKeySet</A>
<DD>Returns the last (highest) element currently in this sorted set.
<DT><A HREF="com/sleepycat/collections/StoredSortedValueSet.html#last()"><B>last()</B></A> - 
Method in class com.sleepycat.collections.<A HREF="com/sleepycat/collections/StoredSortedValueSet.html" title="class in com.sleepycat.collections">StoredSortedValueSet</A>
<DD>Returns the last (highest) element currently in this sorted set.
<DT><A HREF="com/sleepycat/collections/StoredList.html#lastIndexOf(java.lang.Object)"><B>lastIndexOf(Object)</B></A> - 
Method in class com.sleepycat.collections.<A HREF="com/sleepycat/collections/StoredList.html" title="class in com.sleepycat.collections">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/collections/StoredSortedMap.html#lastKey()"><B>lastKey()</B></A> - 
Method in class com.sleepycat.collections.<A HREF="com/sleepycat/collections/StoredSortedMap.html" title="class in com.sleepycat.collections">StoredSortedMap</A>
<DD>Returns the last (highest) element currently in this sorted map.
<DT><A HREF="com/sleepycat/db/KeyRange.html#less"><B>less</B></A> - 
Variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/KeyRange.html" title="class in com.sleepycat.db">KeyRange</A>
<DD>A value between 0 and 1, the proportion of keys less than the specified
    key.
<DT><A HREF="com/sleepycat/collections/StoredList.html#listIterator()"><B>listIterator()</B></A> - 
Method in class com.sleepycat.collections.<A HREF="com/sleepycat/collections/StoredList.html" title="class in com.sleepycat.collections">StoredList</A>
<DD>Returns a list iterator of the elements in this list (in proper
 sequence).
<DT><A HREF="com/sleepycat/collections/StoredList.html#listIterator(int)"><B>listIterator(int)</B></A> - 
Method in class com.sleepycat.collections.<A HREF="com/sleepycat/collections/StoredList.html" title="class in com.sleepycat.collections">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/Environment.html#lockVector(int, boolean, com.sleepycat.db.LockRequest[])"><B>lockVector(int, boolean, LockRequest[])</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Environment.html" title="class in com.sleepycat.db">Environment</A>
<DD>Atomically obtain and release one or more locks from the lock table.
<DT><A HREF="com/sleepycat/db/Environment.html#logFlush(com.sleepycat.db.LogSequenceNumber)"><B>logFlush(LogSequenceNumber)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Environment.html" title="class in com.sleepycat.db">Environment</A>
<DD>Flush log records to stable storage.
<DT><A HREF="com/sleepycat/db/Environment.html#logPut(com.sleepycat.db.DatabaseEntry, boolean)"><B>logPut(DatabaseEntry, boolean)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Environment.html" title="class in com.sleepycat.db">Environment</A>
<DD>Append a record to the log.
<DT><A HREF="com/sleepycat/bind/tuple/LongBinding.html#longToEntry(long, com.sleepycat.db.DatabaseEntry)"><B>longToEntry(long, DatabaseEntry)</B></A> - 
Static method in class com.sleepycat.bind.tuple.<A HREF="com/sleepycat/bind/tuple/LongBinding.html" title="class in com.sleepycat.bind.tuple">LongBinding</A>
<DD>Converts a simple <code>long</code> value into an entry buffer.
</DL>
<HR>
<A NAME="_M_"><!-- --></A><H2>
<B>M</B></H2>
<DL>
<DT><A HREF="com/sleepycat/db/LockDetectMode.html#MAXLOCKS"><B>MAXLOCKS</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/LockDetectMode.html" title="class in com.sleepycat.db">LockDetectMode</A>
<DD>Reject the lock request for the locker ID with the most locks.
<DT><A HREF="com/sleepycat/db/LockDetectMode.html#MAXWRITE"><B>MAXWRITE</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/LockDetectMode.html" title="class in com.sleepycat.db">LockDetectMode</A>
<DD>Reject the lock request for the locker ID with the most write locks.
<DT><A HREF="com/sleepycat/db/LockDetectMode.html#MINLOCKS"><B>MINLOCKS</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/LockDetectMode.html" title="class in com.sleepycat.db">LockDetectMode</A>
<DD>Reject the lock request for the locker ID with the fewest locks.
<DT><A HREF="com/sleepycat/db/LockDetectMode.html#MINWRITE"><B>MINWRITE</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/LockDetectMode.html" title="class in com.sleepycat.db">LockDetectMode</A>
<DD>Reject the lock request for the locker ID with the fewest write locks.
<DT><A HREF="com/sleepycat/collections/MapEntryParameter.html" title="class in com.sleepycat.collections"><B>MapEntryParameter</B></A> - class com.sleepycat.collections.<A HREF="com/sleepycat/collections/MapEntryParameter.html" title="class in com.sleepycat.collections">MapEntryParameter</A>.<DD>A simple <code>Map.Entry</code> implementation that can be used as in
 input parameter.<DT><A HREF="com/sleepycat/collections/MapEntryParameter.html#MapEntryParameter(java.lang.Object, java.lang.Object)"><B>MapEntryParameter(Object, Object)</B></A> - 
Constructor for class com.sleepycat.collections.<A HREF="com/sleepycat/collections/MapEntryParameter.html" title="class in com.sleepycat.collections">MapEntryParameter</A>
<DD>Creates a map entry with a given key and value.
<DT><A HREF="com/sleepycat/bind/tuple/MarshalledTupleEntry.html" title="interface in com.sleepycat.bind.tuple"><B>MarshalledTupleEntry</B></A> - interface com.sleepycat.bind.tuple.<A HREF="com/sleepycat/bind/tuple/MarshalledTupleEntry.html" title="interface in com.sleepycat.bind.tuple">MarshalledTupleEntry</A>.<DD>A marshalling interface implemented by key, data or entity classes that
 are represented as tuples.<DT><A HREF="com/sleepycat/bind/tuple/MarshalledTupleKeyEntity.html" title="interface in com.sleepycat.bind.tuple"><B>MarshalledTupleKeyEntity</B></A> - interface com.sleepycat.bind.tuple.<A HREF="com/sleepycat/bind/tuple/MarshalledTupleKeyEntity.html" title="interface in com.sleepycat.bind.tuple">MarshalledTupleKeyEntity</A>.<DD>A marshalling interface implemented by entity classes that represent keys as
 tuples.<DT><A HREF="com/sleepycat/db/MemoryException.html" title="class in com.sleepycat.db"><B>MemoryException</B></A> - exception com.sleepycat.db.<A HREF="com/sleepycat/db/MemoryException.html" title="class in com.sleepycat.db">MemoryException</A>.<DD>This exception is thrown when a <A HREF="com/sleepycat/db/DatabaseEntry.html" title="class in com.sleepycat.db"><CODE>DatabaseEntry</CODE></A>
passed to a <A HREF="com/sleepycat/db/Database.html" title="class in com.sleepycat.db"><CODE>Database</CODE></A> or <A HREF="com/sleepycat/db/Cursor.html" title="class in com.sleepycat.db"><CODE>Cursor</CODE></A> method is not large
enough to hold a value being returned.<DT><A HREF="com/sleepycat/db/MessageHandler.html" title="interface in com.sleepycat.db"><B>MessageHandler</B></A> - interface com.sleepycat.db.<A HREF="com/sleepycat/db/MessageHandler.html" title="interface in com.sleepycat.db">MessageHandler</A>.<DD>An interface specifying a callback function to be called to display
informational messages.<DT><A HREF="com/sleepycat/db/MultipleDataEntry.html" title="class in com.sleepycat.db"><B>MultipleDataEntry</B></A> - class com.sleepycat.db.<A HREF="com/sleepycat/db/MultipleDataEntry.html" title="class in com.sleepycat.db">MultipleDataEntry</A>.<DD>A DatabaseEntry that holds multiple data items returned by a single
<A HREF="com/sleepycat/db/Database.html" title="class in com.sleepycat.db"><CODE>Database</CODE></A> or <A HREF="com/sleepycat/db/Cursor.html" title="class in com.sleepycat.db"><CODE>Cursor</CODE></A> get call.<DT><A HREF="com/sleepycat/db/MultipleDataEntry.html#MultipleDataEntry()"><B>MultipleDataEntry()</B></A> - 
Constructor for class com.sleepycat.db.<A HREF="com/sleepycat/db/MultipleDataEntry.html" title="class in com.sleepycat.db">MultipleDataEntry</A>
<DD>Construct an entry with no data.
<DT><A HREF="com/sleepycat/db/MultipleDataEntry.html#MultipleDataEntry(byte[])"><B>MultipleDataEntry(byte[])</B></A> - 
Constructor for class com.sleepycat.db.<A HREF="com/sleepycat/db/MultipleDataEntry.html" title="class in com.sleepycat.db">MultipleDataEntry</A>
<DD>Construct an entry with a given byte array.
<DT><A HREF="com/sleepycat/db/MultipleDataEntry.html#MultipleDataEntry(byte[], int, int)"><B>MultipleDataEntry(byte[], int, int)</B></A> - 
Constructor for class com.sleepycat.db.<A HREF="com/sleepycat/db/MultipleDataEntry.html" title="class in com.sleepycat.db">MultipleDataEntry</A>
<DD>Constructs a DatabaseEntry with a given byte array, offset and size.
<DT><A HREF="com/sleepycat/db/MultipleEntry.html" title="class in com.sleepycat.db"><B>MultipleEntry</B></A> - class com.sleepycat.db.<A HREF="com/sleepycat/db/MultipleEntry.html" title="class in com.sleepycat.db">MultipleEntry</A>.<DD>An abstract class representing a DatabaseEntry that holds multiple results
returned by a single <A HREF="com/sleepycat/db/Cursor.html" title="class in com.sleepycat.db"><CODE>Cursor</CODE></A> get method.<DT><A HREF="com/sleepycat/db/MultipleKeyDataEntry.html" title="class in com.sleepycat.db"><B>MultipleKeyDataEntry</B></A> - class com.sleepycat.db.<A HREF="com/sleepycat/db/MultipleKeyDataEntry.html" title="class in com.sleepycat.db">MultipleKeyDataEntry</A>.<DD>A DatabaseEntry that holds multiple key/data pairs returned by a single
<A HREF="com/sleepycat/db/Database.html" title="class in com.sleepycat.db"><CODE>Database</CODE></A> or <A HREF="com/sleepycat/db/Cursor.html" title="class in com.sleepycat.db"><CODE>Cursor</CODE></A> get call.<DT><A HREF="com/sleepycat/db/MultipleKeyDataEntry.html#MultipleKeyDataEntry()"><B>MultipleKeyDataEntry()</B></A> - 
Constructor for class com.sleepycat.db.<A HREF="com/sleepycat/db/MultipleKeyDataEntry.html" title="class in com.sleepycat.db">MultipleKeyDataEntry</A>
<DD>Construct an entry with no data.
<DT><A HREF="com/sleepycat/db/MultipleKeyDataEntry.html#MultipleKeyDataEntry(byte[])"><B>MultipleKeyDataEntry(byte[])</B></A> - 
Constructor for class com.sleepycat.db.<A HREF="com/sleepycat/db/MultipleKeyDataEntry.html" title="class in com.sleepycat.db">MultipleKeyDataEntry</A>
<DD>Construct an entry with a given byte array.
<DT><A HREF="com/sleepycat/db/MultipleKeyDataEntry.html#MultipleKeyDataEntry(byte[], int, int)"><B>MultipleKeyDataEntry(byte[], int, int)</B></A> - 
Constructor for class com.sleepycat.db.<A HREF="com/sleepycat/db/MultipleKeyDataEntry.html" title="class in com.sleepycat.db">MultipleKeyDataEntry</A>
<DD>Constructs a DatabaseEntry with a given byte array, offset and size.
<DT><A HREF="com/sleepycat/db/MultipleRecnoDataEntry.html" title="class in com.sleepycat.db"><B>MultipleRecnoDataEntry</B></A> - class com.sleepycat.db.<A HREF="com/sleepycat/db/MultipleRecnoDataEntry.html" title="class in com.sleepycat.db">MultipleRecnoDataEntry</A>.<DD>A DatabaseEntry that holds multiple record number/data pairs returned by a
single <A HREF="com/sleepycat/db/Database.html" title="class in com.sleepycat.db"><CODE>Database</CODE></A> or <A HREF="com/sleepycat/db/Cursor.html" title="class in com.sleepycat.db"><CODE>Cursor</CODE></A> get call.<DT><A HREF="com/sleepycat/db/MultipleRecnoDataEntry.html#MultipleRecnoDataEntry()"><B>MultipleRecnoDataEntry()</B></A> - 
Constructor for class com.sleepycat.db.<A HREF="com/sleepycat/db/MultipleRecnoDataEntry.html" title="class in com.sleepycat.db">MultipleRecnoDataEntry</A>
<DD>Construct an entry with no data.
<DT><A HREF="com/sleepycat/db/MultipleRecnoDataEntry.html#MultipleRecnoDataEntry(byte[])"><B>MultipleRecnoDataEntry(byte[])</B></A> - 
Constructor for class com.sleepycat.db.<A HREF="com/sleepycat/db/MultipleRecnoDataEntry.html" title="class in com.sleepycat.db">MultipleRecnoDataEntry</A>
<DD>Construct an entry with a given byte array.
<DT><A HREF="com/sleepycat/db/MultipleRecnoDataEntry.html#MultipleRecnoDataEntry(byte[], int, int)"><B>MultipleRecnoDataEntry(byte[], int, int)</B></A> - 
Constructor for class com.sleepycat.db.<A HREF="com/sleepycat/db/MultipleRecnoDataEntry.html" title="class in com.sleepycat.db">MultipleRecnoDataEntry</A>
<DD>Constructs a DatabaseEntry with a given byte array, offset and size.
<DT><A HREF="com/sleepycat/util/FastOutputStream.html#makeSpace(int)"><B>makeSpace(int)</B></A> - 
Method in class com.sleepycat.util.<A HREF="com/sleepycat/util/FastOutputStream.html" title="class in com.sleepycat.util">FastOutputStream</A>
<DD>Ensure that at least the given number of bytes are available in the
 internal buffer.
<DT><A HREF="com/sleepycat/util/FastInputStream.html#mark(int)"><B>mark(int)</B></A> - 
Method in class com.sleepycat.util.<A HREF="com/sleepycat/util/FastInputStream.html" title="class in com.sleepycat.util">FastInputStream</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/util/FastInputStream.html#markSupported()"><B>markSupported()</B></A> - 
Method in class com.sleepycat.util.<A HREF="com/sleepycat/util/FastInputStream.html" title="class in com.sleepycat.util">FastInputStream</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bind/tuple/MarshalledTupleEntry.html#marshalEntry(com.sleepycat.bind.tuple.TupleOutput)"><B>marshalEntry(TupleOutput)</B></A> - 
Method in interface com.sleepycat.bind.tuple.<A HREF="com/sleepycat/bind/tuple/MarshalledTupleEntry.html" title="interface in com.sleepycat.bind.tuple">MarshalledTupleEntry</A>
<DD>Construct the key or data tuple entry from the key or data object.
<DT><A HREF="com/sleepycat/bind/tuple/MarshalledTupleKeyEntity.html#marshalPrimaryKey(com.sleepycat.bind.tuple.TupleOutput)"><B>marshalPrimaryKey(TupleOutput)</B></A> - 
Method in interface com.sleepycat.bind.tuple.<A HREF="com/sleepycat/bind/tuple/MarshalledTupleKeyEntity.html" title="interface in com.sleepycat.bind.tuple">MarshalledTupleKeyEntity</A>
<DD>Extracts the entity's primary key and writes it to the key output.
<DT><A HREF="com/sleepycat/bind/tuple/MarshalledTupleKeyEntity.html#marshalSecondaryKey(java.lang.String, com.sleepycat.bind.tuple.TupleOutput)"><B>marshalSecondaryKey(String, TupleOutput)</B></A> - 
Method in interface com.sleepycat.bind.tuple.<A HREF="com/sleepycat/bind/tuple/MarshalledTupleKeyEntity.html" title="interface in com.sleepycat.bind.tuple">MarshalledTupleKeyEntity</A>
<DD>Extracts the entity's secondary key and writes it to the key output.
<DT><A HREF="com/sleepycat/db/MessageHandler.html#message(com.sleepycat.db.Environment, java.lang.String)"><B>message(Environment, String)</B></A> - 
Method in interface com.sleepycat.db.<A HREF="com/sleepycat/db/MessageHandler.html" title="interface in com.sleepycat.db">MessageHandler</A>
<DD>A callback function to be called to display informational messages.
</DL>
<HR>
<A NAME="_N_"><!-- --></A><H2>
<B>N</B></H2>
<DL>
<DT><A HREF="com/sleepycat/db/LockDetectMode.html#NONE"><B>NONE</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/LockDetectMode.html" title="class in com.sleepycat.db">LockDetectMode</A>
<DD>Turn off deadlock detection.
<DT><A HREF="com/sleepycat/db/OperationStatus.html#NOTFOUND"><B>NOTFOUND</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/OperationStatus.html" title="class in com.sleepycat.db">OperationStatus</A>
<DD>The requested key/data pair was not found.
<DT><A HREF="com/sleepycat/collections/TupleSerialFactory.html#newMap(com.sleepycat.db.Database, java.lang.Class, java.lang.Class, boolean)"><B>newMap(Database, Class, Class, boolean)</B></A> - 
Method in class com.sleepycat.collections.<A HREF="com/sleepycat/collections/TupleSerialFactory.html" title="class in com.sleepycat.collections">TupleSerialFactory</A>
<DD>Creates a map from a previously opened Database object.
<DT><A HREF="com/sleepycat/bind/tuple/TupleBinding.html#newOutput()"><B>newOutput()</B></A> - 
Static method in class com.sleepycat.bind.tuple.<A HREF="com/sleepycat/bind/tuple/TupleBinding.html" title="class in com.sleepycat.bind.tuple">TupleBinding</A>
<DD>Utility method for use by bindings to create a tuple output object.
<DT><A HREF="com/sleepycat/bind/tuple/TupleBinding.html#newOutput(byte[])"><B>newOutput(byte[])</B></A> - 
Static method in class com.sleepycat.bind.tuple.<A HREF="com/sleepycat/bind/tuple/TupleBinding.html" title="class in com.sleepycat.bind.tuple">TupleBinding</A>
<DD>Utility method for use by bindings to create a tuple output object
 with a specific starting size.
<DT><A HREF="com/sleepycat/collections/TupleSerialFactory.html#newSortedMap(com.sleepycat.db.Database, java.lang.Class, java.lang.Class, boolean)"><B>newSortedMap(Database, Class, Class, boolean)</B></A> - 
Method in class com.sleepycat.collections.<A HREF="com/sleepycat/collections/TupleSerialFactory.html" title="class in com.sleepycat.collections">TupleSerialFactory</A>
<DD>Creates a sorted map from a previously opened Database object.
<DT><A HREF="com/sleepycat/collections/StoredIterator.html#next()"><B>next()</B></A> - 
Method in class com.sleepycat.collections.<A HREF="com/sleepycat/collections/StoredIterator.html" title="class in com.sleepycat.collections">StoredIterator</A>
<DD>Returns the next element in the iteration.
<DT><A HREF="com/sleepycat/db/MultipleDataEntry.html#next(com.sleepycat.db.DatabaseEntry)"><B>next(DatabaseEntry)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/MultipleDataEntry.html" title="class in com.sleepycat.db">MultipleDataEntry</A>
<DD>Get the next data element in the returned set.
<DT><A HREF="com/sleepycat/db/MultipleKeyDataEntry.html#next(com.sleepycat.db.DatabaseEntry, com.sleepycat.db.DatabaseEntry)"><B>next(DatabaseEntry, DatabaseEntry)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/MultipleKeyDataEntry.html" title="class in com.sleepycat.db">MultipleKeyDataEntry</A>
<DD>Get the next key/data pair in the returned set.
<DT><A HREF="com/sleepycat/db/MultipleRecnoDataEntry.html#next(com.sleepycat.db.DatabaseEntry, com.sleepycat.db.DatabaseEntry)"><B>next(DatabaseEntry, DatabaseEntry)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/MultipleRecnoDataEntry.html" title="class in com.sleepycat.db">MultipleRecnoDataEntry</A>
<DD>Get the next record number/data pair in the returned set.
<DT><A HREF="com/sleepycat/collections/StoredIterator.html#nextIndex()"><B>nextIndex()</B></A> - 
Method in class com.sleepycat.collections.<A HREF="com/sleepycat/collections/StoredIterator.html" title="class in com.sleepycat.collections">StoredIterator</A>
<DD>Returns the index of the element that would be returned by a subsequent
 call to next.
<DT><A HREF="com/sleepycat/bind/serial/SerialSerialKeyCreator.html#nullifyForeignKey(com.sleepycat.db.SecondaryDatabase, com.sleepycat.db.DatabaseEntry)"><B>nullifyForeignKey(SecondaryDatabase, DatabaseEntry)</B></A> - 
Method in class com.sleepycat.bind.serial.<A HREF="com/sleepycat/bind/serial/SerialSerialKeyCreator.html" title="class in com.sleepycat.bind.serial">SerialSerialKeyCreator</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bind/serial/SerialSerialKeyCreator.html#nullifyForeignKey(java.lang.Object)"><B>nullifyForeignKey(Object)</B></A> - 
Method in class com.sleepycat.bind.serial.<A HREF="com/sleepycat/bind/serial/SerialSerialKeyCreator.html" title="class in com.sleepycat.bind.serial">SerialSerialKeyCreator</A>
<DD>Clears the index key in a data object.
<DT><A HREF="com/sleepycat/bind/serial/TupleSerialKeyCreator.html#nullifyForeignKey(com.sleepycat.db.SecondaryDatabase, com.sleepycat.db.DatabaseEntry)"><B>nullifyForeignKey(SecondaryDatabase, DatabaseEntry)</B></A> - 
Method in class com.sleepycat.bind.serial.<A HREF="com/sleepycat/bind/serial/TupleSerialKeyCreator.html" title="class in com.sleepycat.bind.serial">TupleSerialKeyCreator</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bind/serial/TupleSerialKeyCreator.html#nullifyForeignKey(java.lang.Object)"><B>nullifyForeignKey(Object)</B></A> - 
Method in class com.sleepycat.bind.serial.<A HREF="com/sleepycat/bind/serial/TupleSerialKeyCreator.html" title="class in com.sleepycat.bind.serial">TupleSerialKeyCreator</A>
<DD>Clears the index key in the deserialized data entry.
<DT><A HREF="com/sleepycat/bind/serial/TupleSerialMarshalledKeyCreator.html#nullifyForeignKey(java.lang.Object)"><B>nullifyForeignKey(Object)</B></A> - 
Method in class com.sleepycat.bind.serial.<A HREF="com/sleepycat/bind/serial/TupleSerialMarshalledKeyCreator.html" title="class in com.sleepycat.bind.serial">TupleSerialMarshalledKeyCreator</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bind/tuple/MarshalledTupleKeyEntity.html#nullifyForeignKey(java.lang.String)"><B>nullifyForeignKey(String)</B></A> - 
Method in interface com.sleepycat.bind.tuple.<A HREF="com/sleepycat/bind/tuple/MarshalledTupleKeyEntity.html" title="interface in com.sleepycat.bind.tuple">MarshalledTupleKeyEntity</A>
<DD>Clears the entity's secondary key fields for the given key name.
<DT><A HREF="com/sleepycat/bind/tuple/TupleTupleKeyCreator.html#nullifyForeignKey(com.sleepycat.db.SecondaryDatabase, com.sleepycat.db.DatabaseEntry)"><B>nullifyForeignKey(SecondaryDatabase, DatabaseEntry)</B></A> - 
Method in class com.sleepycat.bind.tuple.<A HREF="com/sleepycat/bind/tuple/TupleTupleKeyCreator.html" title="class in com.sleepycat.bind.tuple">TupleTupleKeyCreator</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bind/tuple/TupleTupleKeyCreator.html#nullifyForeignKey(com.sleepycat.bind.tuple.TupleInput, com.sleepycat.bind.tuple.TupleOutput)"><B>nullifyForeignKey(TupleInput, TupleOutput)</B></A> - 
Method in class com.sleepycat.bind.tuple.<A HREF="com/sleepycat/bind/tuple/TupleTupleKeyCreator.html" title="class in com.sleepycat.bind.tuple">TupleTupleKeyCreator</A>
<DD>Clears the index key in the tuple data entry.
<DT><A HREF="com/sleepycat/bind/tuple/TupleTupleMarshalledKeyCreator.html#nullifyForeignKey(com.sleepycat.bind.tuple.TupleInput, com.sleepycat.bind.tuple.TupleOutput)"><B>nullifyForeignKey(TupleInput, TupleOutput)</B></A> - 
Method in class com.sleepycat.bind.tuple.<A HREF="com/sleepycat/bind/tuple/TupleTupleMarshalledKeyCreator.html" title="class in com.sleepycat.bind.tuple">TupleTupleMarshalledKeyCreator</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_O_"><!-- --></A><H2>
<B>O</B></H2>
<DL>
<DT><A HREF="com/sleepycat/db/LockDetectMode.html#OLDEST"><B>OLDEST</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/LockDetectMode.html" title="class in com.sleepycat.db">LockDetectMode</A>
<DD>Reject the lock request for the locker ID with the oldest lock.
<DT><A HREF="com/sleepycat/db/OperationStatus.html" title="class in com.sleepycat.db"><B>OperationStatus</B></A> - class com.sleepycat.db.<A HREF="com/sleepycat/db/OperationStatus.html" title="class in com.sleepycat.db">OperationStatus</A>.<DD>Status values from database operations.<DT><A HREF="com/sleepycat/bind/EntityBinding.html#objectToData(java.lang.Object, com.sleepycat.db.DatabaseEntry)"><B>objectToData(Object, DatabaseEntry)</B></A> - 
Method in interface com.sleepycat.bind.<A HREF="com/sleepycat/bind/EntityBinding.html" title="interface in com.sleepycat.bind">EntityBinding</A>
<DD>Extracts the data entry from an entity Object.
<DT><A HREF="com/sleepycat/bind/serial/SerialSerialBinding.html#objectToData(java.lang.Object, com.sleepycat.db.DatabaseEntry)"><B>objectToData(Object, DatabaseEntry)</B></A> - 
Method in class com.sleepycat.bind.serial.<A HREF="com/sleepycat/bind/serial/SerialSerialBinding.html" title="class in com.sleepycat.bind.serial">SerialSerialBinding</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bind/serial/SerialSerialBinding.html#objectToData(java.lang.Object)"><B>objectToData(Object)</B></A> - 
Method in class com.sleepycat.bind.serial.<A HREF="com/sleepycat/bind/serial/SerialSerialBinding.html" title="class in com.sleepycat.bind.serial">SerialSerialBinding</A>
<DD>Extracts a data object from an entity object.
<DT><A HREF="com/sleepycat/bind/serial/TupleSerialBinding.html#objectToData(java.lang.Object, com.sleepycat.db.DatabaseEntry)"><B>objectToData(Object, DatabaseEntry)</B></A> - 
Method in class com.sleepycat.bind.serial.<A HREF="com/sleepycat/bind/serial/TupleSerialBinding.html" title="class in com.sleepycat.bind.serial">TupleSerialBinding</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bind/serial/TupleSerialBinding.html#objectToData(java.lang.Object)"><B>objectToData(Object)</B></A> - 
Method in class com.sleepycat.bind.serial.<A HREF="com/sleepycat/bind/serial/TupleSerialBinding.html" title="class in com.sleepycat.bind.serial">TupleSerialBinding</A>
<DD>Extracts a data object from an entity object.
<DT><A HREF="com/sleepycat/bind/serial/TupleSerialMarshalledBinding.html#objectToData(java.lang.Object)"><B>objectToData(Object)</B></A> - 
Method in class com.sleepycat.bind.serial.<A HREF="com/sleepycat/bind/serial/TupleSerialMarshalledBinding.html" title="class in com.sleepycat.bind.serial">TupleSerialMarshalledBinding</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bind/tuple/TupleTupleBinding.html#objectToData(java.lang.Object, com.sleepycat.db.DatabaseEntry)"><B>objectToData(Object, DatabaseEntry)</B></A> - 
Method in class com.sleepycat.bind.tuple.<A HREF="com/sleepycat/bind/tuple/TupleTupleBinding.html" title="class in com.sleepycat.bind.tuple">TupleTupleBinding</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bind/tuple/TupleTupleBinding.html#objectToData(java.lang.Object, com.sleepycat.bind.tuple.TupleOutput)"><B>objectToData(Object, TupleOutput)</B></A> - 
Method in class com.sleepycat.bind.tuple.<A HREF="com/sleepycat/bind/tuple/TupleTupleBinding.html" title="class in com.sleepycat.bind.tuple">TupleTupleBinding</A>
<DD>Extracts a key tuple from an entity object.
<DT><A HREF="com/sleepycat/bind/tuple/TupleTupleMarshalledBinding.html#objectToData(java.lang.Object, com.sleepycat.bind.tuple.TupleOutput)"><B>objectToData(Object, TupleOutput)</B></A> - 
Method in class com.sleepycat.bind.tuple.<A HREF="com/sleepycat/bind/tuple/TupleTupleMarshalledBinding.html" title="class in com.sleepycat.bind.tuple">TupleTupleMarshalledBinding</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bind/ByteArrayBinding.html#objectToEntry(java.lang.Object, com.sleepycat.db.DatabaseEntry)"><B>objectToEntry(Object, DatabaseEntry)</B></A> - 
Method in class com.sleepycat.bind.<A HREF="com/sleepycat/bind/ByteArrayBinding.html" title="class in com.sleepycat.bind">ByteArrayBinding</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bind/EntryBinding.html#objectToEntry(java.lang.Object, com.sleepycat.db.DatabaseEntry)"><B>objectToEntry(Object, DatabaseEntry)</B></A> - 
Method in interface com.sleepycat.bind.<A HREF="com/sleepycat/bind/EntryBinding.html" title="interface in com.sleepycat.bind">EntryBinding</A>
<DD>Converts an Object into a entry buffer.
<DT><A HREF="com/sleepycat/bind/RecordNumberBinding.html#objectToEntry(java.lang.Object, com.sleepycat.db.DatabaseEntry)"><B>objectToEntry(Object, DatabaseEntry)</B></A> - 
Method in class com.sleepycat.bind.<A HREF="com/sleepycat/bind/RecordNumberBinding.html" title="class in com.sleepycat.bind">RecordNumberBinding</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bind/serial/SerialBinding.html#objectToEntry(java.lang.Object, com.sleepycat.db.DatabaseEntry)"><B>objectToEntry(Object, DatabaseEntry)</B></A> - 
Method in class com.sleepycat.bind.serial.<A HREF="com/sleepycat/bind/serial/SerialBinding.html" title="class in com.sleepycat.bind.serial">SerialBinding</A>
<DD>Serialize an object into an entry buffer.
<DT><A HREF="com/sleepycat/bind/tuple/BooleanBinding.html#objectToEntry(java.lang.Object, com.sleepycat.bind.tuple.TupleOutput)"><B>objectToEntry(Object, TupleOutput)</B></A> - 
Method in class com.sleepycat.bind.tuple.<A HREF="com/sleepycat/bind/tuple/BooleanBinding.html" title="class in com.sleepycat.bind.tuple">BooleanBinding</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bind/tuple/BooleanBinding.html#objectToEntry(java.lang.Object, com.sleepycat.db.DatabaseEntry)"><B>objectToEntry(Object, DatabaseEntry)</B></A> - 
Method in class com.sleepycat.bind.tuple.<A HREF="com/sleepycat/bind/tuple/BooleanBinding.html" title="class in com.sleepycat.bind.tuple">BooleanBinding</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bind/tuple/ByteBinding.html#objectToEntry(java.lang.Object, com.sleepycat.bind.tuple.TupleOutput)"><B>objectToEntry(Object, TupleOutput)</B></A> - 
Method in class com.sleepycat.bind.tuple.<A HREF="com/sleepycat/bind/tuple/ByteBinding.html" title="class in com.sleepycat.bind.tuple">ByteBinding</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bind/tuple/ByteBinding.html#objectToEntry(java.lang.Object, com.sleepycat.db.DatabaseEntry)"><B>objectToEntry(Object, DatabaseEntry)</B></A> - 
Method in class com.sleepycat.bind.tuple.<A HREF="com/sleepycat/bind/tuple/ByteBinding.html" title="class in com.sleepycat.bind.tuple">ByteBinding</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bind/tuple/CharacterBinding.html#objectToEntry(java.lang.Object, com.sleepycat.bind.tuple.TupleOutput)"><B>objectToEntry(Object, TupleOutput)</B></A> - 
Method in class com.sleepycat.bind.tuple.<A HREF="com/sleepycat/bind/tuple/CharacterBinding.html" title="class in com.sleepycat.bind.tuple">CharacterBinding</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bind/tuple/CharacterBinding.html#objectToEntry(java.lang.Object, com.sleepycat.db.DatabaseEntry)"><B>objectToEntry(Object, DatabaseEntry)</B></A> - 
Method in class com.sleepycat.bind.tuple.<A HREF="com/sleepycat/bind/tuple/CharacterBinding.html" title="class in com.sleepycat.bind.tuple">CharacterBinding</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bind/tuple/DoubleBinding.html#objectToEntry(java.lang.Object, com.sleepycat.bind.tuple.TupleOutput)"><B>objectToEntry(Object, TupleOutput)</B></A> - 
Method in class com.sleepycat.bind.tuple.<A HREF="com/sleepycat/bind/tuple/DoubleBinding.html" title="class in com.sleepycat.bind.tuple">DoubleBinding</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bind/tuple/DoubleBinding.html#objectToEntry(java.lang.Object, com.sleepycat.db.DatabaseEntry)"><B>objectToEntry(Object, DatabaseEntry)</B></A> - 
Method in class com.sleepycat.bind.tuple.<A HREF="com/sleepycat/bind/tuple/DoubleBinding.html" title="class in com.sleepycat.bind.tuple">DoubleBinding</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bind/tuple/FloatBinding.html#objectToEntry(java.lang.Object, com.sleepycat.bind.tuple.TupleOutput)"><B>objectToEntry(Object, TupleOutput)</B></A> - 
Method in class com.sleepycat.bind.tuple.<A HREF="com/sleepycat/bind/tuple/FloatBinding.html" title="class in com.sleepycat.bind.tuple">FloatBinding</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bind/tuple/FloatBinding.html#objectToEntry(java.lang.Object, com.sleepycat.db.DatabaseEntry)"><B>objectToEntry(Object, DatabaseEntry)</B></A> - 
Method in class com.sleepycat.bind.tuple.<A HREF="com/sleepycat/bind/tuple/FloatBinding.html" title="class in com.sleepycat.bind.tuple">FloatBinding</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bind/tuple/IntegerBinding.html#objectToEntry(java.lang.Object, com.sleepycat.bind.tuple.TupleOutput)"><B>objectToEntry(Object, TupleOutput)</B></A> - 
Method in class com.sleepycat.bind.tuple.<A HREF="com/sleepycat/bind/tuple/IntegerBinding.html" title="class in com.sleepycat.bind.tuple">IntegerBinding</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bind/tuple/IntegerBinding.html#objectToEntry(java.lang.Object, com.sleepycat.db.DatabaseEntry)"><B>objectToEntry(Object, DatabaseEntry)</B></A> - 
Method in class com.sleepycat.bind.tuple.<A HREF="com/sleepycat/bind/tuple/IntegerBinding.html" title="class in com.sleepycat.bind.tuple">IntegerBinding</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bind/tuple/LongBinding.html#objectToEntry(java.lang.Object, com.sleepycat.bind.tuple.TupleOutput)"><B>objectToEntry(Object, TupleOutput)</B></A> - 
Method in class com.sleepycat.bind.tuple.<A HREF="com/sleepycat/bind/tuple/LongBinding.html" title="class in com.sleepycat.bind.tuple">LongBinding</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bind/tuple/LongBinding.html#objectToEntry(java.lang.Object, com.sleepycat.db.DatabaseEntry)"><B>objectToEntry(Object, DatabaseEntry)</B></A> - 
Method in class com.sleepycat.bind.tuple.<A HREF="com/sleepycat/bind/tuple/LongBinding.html" title="class in com.sleepycat.bind.tuple">LongBinding</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bind/tuple/ShortBinding.html#objectToEntry(java.lang.Object, com.sleepycat.bind.tuple.TupleOutput)"><B>objectToEntry(Object, TupleOutput)</B></A> - 
Method in class com.sleepycat.bind.tuple.<A HREF="com/sleepycat/bind/tuple/ShortBinding.html" title="class in com.sleepycat.bind.tuple">ShortBinding</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bind/tuple/ShortBinding.html#objectToEntry(java.lang.Object, com.sleepycat.db.DatabaseEntry)"><B>objectToEntry(Object, DatabaseEntry)</B></A> - 
Method in class com.sleepycat.bind.tuple.<A HREF="com/sleepycat/bind/tuple/ShortBinding.html" title="class in com.sleepycat.bind.tuple">ShortBinding</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bind/tuple/StringBinding.html#objectToEntry(java.lang.Object, com.sleepycat.bind.tuple.TupleOutput)"><B>objectToEntry(Object, TupleOutput)</B></A> - 
Method in class com.sleepycat.bind.tuple.<A HREF="com/sleepycat/bind/tuple/StringBinding.html" title="class in com.sleepycat.bind.tuple">StringBinding</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bind/tuple/StringBinding.html#objectToEntry(java.lang.Object, com.sleepycat.db.DatabaseEntry)"><B>objectToEntry(Object, DatabaseEntry)</B></A> - 
Method in class com.sleepycat.bind.tuple.<A HREF="com/sleepycat/bind/tuple/StringBinding.html" title="class in com.sleepycat.bind.tuple">StringBinding</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bind/tuple/TupleBinding.html#objectToEntry(java.lang.Object, com.sleepycat.db.DatabaseEntry)"><B>objectToEntry(Object, DatabaseEntry)</B></A> - 
Method in class com.sleepycat.bind.tuple.<A HREF="com/sleepycat/bind/tuple/TupleBinding.html" title="class in com.sleepycat.bind.tuple">TupleBinding</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bind/tuple/TupleBinding.html#objectToEntry(java.lang.Object, com.sleepycat.bind.tuple.TupleOutput)"><B>objectToEntry(Object, TupleOutput)</B></A> - 
Method in class com.sleepycat.bind.tuple.<A HREF="com/sleepycat/bind/tuple/TupleBinding.html" title="class in com.sleepycat.bind.tuple">TupleBinding</A>
<DD>Converts a key or data object to a tuple entry.
<DT><A HREF="com/sleepycat/bind/tuple/TupleInputBinding.html#objectToEntry(java.lang.Object, com.sleepycat.db.DatabaseEntry)"><B>objectToEntry(Object, DatabaseEntry)</B></A> - 
Method in class com.sleepycat.bind.tuple.<A HREF="com/sleepycat/bind/tuple/TupleInputBinding.html" title="class in com.sleepycat.bind.tuple">TupleInputBinding</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bind/tuple/TupleMarshalledBinding.html#objectToEntry(java.lang.Object, com.sleepycat.bind.tuple.TupleOutput)"><B>objectToEntry(Object, TupleOutput)</B></A> - 
Method in class com.sleepycat.bind.tuple.<A HREF="com/sleepycat/bind/tuple/TupleMarshalledBinding.html" title="class in com.sleepycat.bind.tuple">TupleMarshalledBinding</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bind/EntityBinding.html#objectToKey(java.lang.Object, com.sleepycat.db.DatabaseEntry)"><B>objectToKey(Object, DatabaseEntry)</B></A> - 
Method in interface com.sleepycat.bind.<A HREF="com/sleepycat/bind/EntityBinding.html" title="interface in com.sleepycat.bind">EntityBinding</A>
<DD>Extracts the key entry from an entity Object.
<DT><A HREF="com/sleepycat/bind/serial/SerialSerialBinding.html#objectToKey(java.lang.Object, com.sleepycat.db.DatabaseEntry)"><B>objectToKey(Object, DatabaseEntry)</B></A> - 
Method in class com.sleepycat.bind.serial.<A HREF="com/sleepycat/bind/serial/SerialSerialBinding.html" title="class in com.sleepycat.bind.serial">SerialSerialBinding</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bind/serial/SerialSerialBinding.html#objectToKey(java.lang.Object)"><B>objectToKey(Object)</B></A> - 
Method in class com.sleepycat.bind.serial.<A HREF="com/sleepycat/bind/serial/SerialSerialBinding.html" title="class in com.sleepycat.bind.serial">SerialSerialBinding</A>
<DD>Extracts a key object from an entity object.
<DT><A HREF="com/sleepycat/bind/serial/TupleSerialBinding.html#objectToKey(java.lang.Object, com.sleepycat.db.DatabaseEntry)"><B>objectToKey(Object, DatabaseEntry)</B></A> - 
Method in class com.sleepycat.bind.serial.<A HREF="com/sleepycat/bind/serial/TupleSerialBinding.html" title="class in com.sleepycat.bind.serial">TupleSerialBinding</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bind/serial/TupleSerialBinding.html#objectToKey(java.lang.Object, com.sleepycat.bind.tuple.TupleOutput)"><B>objectToKey(Object, TupleOutput)</B></A> - 
Method in class com.sleepycat.bind.serial.<A HREF="com/sleepycat/bind/serial/TupleSerialBinding.html" title="class in com.sleepycat.bind.serial">TupleSerialBinding</A>
<DD>Extracts a key tuple from an entity object.
<DT><A HREF="com/sleepycat/bind/serial/TupleSerialMarshalledBinding.html#objectToKey(java.lang.Object, com.sleepycat.bind.tuple.TupleOutput)"><B>objectToKey(Object, TupleOutput)</B></A> - 
Method in class com.sleepycat.bind.serial.<A HREF="com/sleepycat/bind/serial/TupleSerialMarshalledBinding.html" title="class in com.sleepycat.bind.serial">TupleSerialMarshalledBinding</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bind/tuple/TupleTupleBinding.html#objectToKey(java.lang.Object, com.sleepycat.db.DatabaseEntry)"><B>objectToKey(Object, DatabaseEntry)</B></A> - 
Method in class com.sleepycat.bind.tuple.<A HREF="com/sleepycat/bind/tuple/TupleTupleBinding.html" title="class in com.sleepycat.bind.tuple">TupleTupleBinding</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bind/tuple/TupleTupleBinding.html#objectToKey(java.lang.Object, com.sleepycat.bind.tuple.TupleOutput)"><B>objectToKey(Object, TupleOutput)</B></A> - 
Method in class com.sleepycat.bind.tuple.<A HREF="com/sleepycat/bind/tuple/TupleTupleBinding.html" title="class in com.sleepycat.bind.tuple">TupleTupleBinding</A>
<DD>Extracts a key tuple from an entity object.
<DT><A HREF="com/sleepycat/bind/tuple/TupleTupleMarshalledBinding.html#objectToKey(java.lang.Object, com.sleepycat.bind.tuple.TupleOutput)"><B>objectToKey(Object, TupleOutput)</B></A> - 
Method in class com.sleepycat.bind.tuple.<A HREF="com/sleepycat/bind/tuple/TupleTupleMarshalledBinding.html" title="class in com.sleepycat.bind.tuple">TupleTupleMarshalledBinding</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/db/Database.html#openCursor(com.sleepycat.db.Transaction, com.sleepycat.db.CursorConfig)"><B>openCursor(Transaction, CursorConfig)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Database.html" title="class in com.sleepycat.db">Database</A>
<DD>Return a cursor into the database.
<DT><A HREF="com/sleepycat/db/Environment.html#openDatabase(com.sleepycat.db.Transaction, java.lang.String, java.lang.String, com.sleepycat.db.DatabaseConfig)"><B>openDatabase(Transaction, String, String, DatabaseConfig)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Environment.html" title="class in com.sleepycat.db">Environment</A>
<DD>Open a database.
<DT><A HREF="com/sleepycat/db/Environment.html#openLogCursor()"><B>openLogCursor()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Environment.html" title="class in com.sleepycat.db">Environment</A>
<DD>Return a log cursor.
<DT><A HREF="com/sleepycat/db/SecondaryDatabase.html#openSecondaryCursor(com.sleepycat.db.Transaction, com.sleepycat.db.CursorConfig)"><B>openSecondaryCursor(Transaction, CursorConfig)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/SecondaryDatabase.html" title="class in com.sleepycat.db">SecondaryDatabase</A>
<DD>Obtain a cursor on a database, returning a <code>SecondaryCursor</code>.
<DT><A HREF="com/sleepycat/db/Environment.html#openSecondaryDatabase(com.sleepycat.db.Transaction, java.lang.String, java.lang.String, com.sleepycat.db.Database, com.sleepycat.db.SecondaryConfig)"><B>openSecondaryDatabase(Transaction, String, String, Database, SecondaryConfig)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Environment.html" title="class in com.sleepycat.db">Environment</A>
<DD>Open a database.
<DT><A HREF="com/sleepycat/db/Database.html#openSequence(com.sleepycat.db.Transaction, com.sleepycat.db.DatabaseEntry, com.sleepycat.db.SequenceConfig)"><B>openSequence(Transaction, DatabaseEntry, SequenceConfig)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Database.html" title="class in com.sleepycat.db">Database</A>
<DD>Open a sequence in the database.
<DT><A HREF="com/sleepycat/bind/tuple/TupleBinding.html#outputToEntry(com.sleepycat.bind.tuple.TupleOutput, com.sleepycat.db.DatabaseEntry)"><B>outputToEntry(TupleOutput, DatabaseEntry)</B></A> - 
Static method in class com.sleepycat.bind.tuple.<A HREF="com/sleepycat/bind/tuple/TupleBinding.html" title="class in com.sleepycat.bind.tuple">TupleBinding</A>
<DD>Utility method to set the data in a entry 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/RecoveryOperation.html#PRINT"><B>PRINT</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/RecoveryOperation.html" title="class in com.sleepycat.db">RecoveryOperation</A>
<DD>The log is being printed for debugging purposes; print the contents of
    this log record in the desired format.
<DT><A HREF="com/sleepycat/db/LockOperation.html#PUT"><B>PUT</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/LockOperation.html" title="class in com.sleepycat.db">LockOperation</A>
<DD>The lock to which the lock field refers is released.
<DT><A HREF="com/sleepycat/db/LockOperation.html#PUT_ALL"><B>PUT_ALL</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/LockOperation.html" title="class in com.sleepycat.db">LockOperation</A>
<DD>All locks held by the specified locker are released.
<DT><A HREF="com/sleepycat/db/LockOperation.html#PUT_OBJ"><B>PUT_OBJ</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/LockOperation.html" title="class in com.sleepycat.db">LockOperation</A>
<DD>All locks held on obj are released.
<DT><A HREF="com/sleepycat/db/PanicHandler.html" title="interface in com.sleepycat.db"><B>PanicHandler</B></A> - interface com.sleepycat.db.<A HREF="com/sleepycat/db/PanicHandler.html" title="interface in com.sleepycat.db">PanicHandler</A>.<DD>An interface specifying a function to be called if the database
environment panics.<DT><A HREF="com/sleepycat/db/PreparedTransaction.html" title="class in com.sleepycat.db"><B>PreparedTransaction</B></A> - class com.sleepycat.db.<A HREF="com/sleepycat/db/PreparedTransaction.html" title="class in com.sleepycat.db">PreparedTransaction</A>.<DD>The PreparedTransaction object is used to encapsulate a single prepared,
but not yet resolved, transaction.<DT><A HREF="com/sleepycat/collections/PrimaryKeyAssigner.html" title="interface in com.sleepycat.collections"><B>PrimaryKeyAssigner</B></A> - interface com.sleepycat.collections.<A HREF="com/sleepycat/collections/PrimaryKeyAssigner.html" title="interface in com.sleepycat.collections">PrimaryKeyAssigner</A>.<DD>An interface implemented to assign new primary key values.<DT><A HREF="com/sleepycat/db/Environment.html#panic(boolean)"><B>panic(boolean)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Environment.html" title="class in com.sleepycat.db">Environment</A>
<DD>Set the panic state for the database environment.
<DT><A HREF="com/sleepycat/db/PanicHandler.html#panic(com.sleepycat.db.Environment, com.sleepycat.db.DatabaseException)"><B>panic(Environment, DatabaseException)</B></A> - 
Method in interface com.sleepycat.db.<A HREF="com/sleepycat/db/PanicHandler.html" title="interface in com.sleepycat.db">PanicHandler</A>
<DD>A function to be called if the database environment panics.
<DT><A HREF="com/sleepycat/db/BtreePrefixCalculator.html#prefix(com.sleepycat.db.Database, com.sleepycat.db.DatabaseEntry, com.sleepycat.db.DatabaseEntry)"><B>prefix(Database, DatabaseEntry, DatabaseEntry)</B></A> - 
Method in interface com.sleepycat.db.<A HREF="com/sleepycat/db/BtreePrefixCalculator.html" title="interface in com.sleepycat.db">BtreePrefixCalculator</A>
<DD>The application-specific Btree prefix callback.
<DT><A HREF="com/sleepycat/db/Transaction.html#prepare(byte[])"><B>prepare(byte[])</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Transaction.html" title="class in com.sleepycat.db">Transaction</A>
<DD>Initiate the beginning of a two-phase commit.
<DT><A HREF="com/sleepycat/collections/StoredIterator.html#previous()"><B>previous()</B></A> - 
Method in class com.sleepycat.collections.<A HREF="com/sleepycat/collections/StoredIterator.html" title="class in com.sleepycat.collections">StoredIterator</A>
<DD>Returns the next element in the iteration.
<DT><A HREF="com/sleepycat/collections/StoredIterator.html#previousIndex()"><B>previousIndex()</B></A> - 
Method in class com.sleepycat.collections.<A HREF="com/sleepycat/collections/StoredIterator.html" title="class in com.sleepycat.collections">StoredIterator</A>
<DD>Returns the index of the element that would be returned by a subsequent
 call to previous.
<DT><A HREF="com/sleepycat/db/Environment.html#processReplicationMessage(com.sleepycat.db.DatabaseEntry, com.sleepycat.db.DatabaseEntry, int)"><B>processReplicationMessage(DatabaseEntry, DatabaseEntry, int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Environment.html" title="class in com.sleepycat.db">Environment</A>
<DD>Process an incoming replication message sent by a member of the
    replication group to the local database environment.
<DT><A HREF="com/sleepycat/collections/StoredMap.html#put(java.lang.Object, java.lang.Object)"><B>put(Object, Object)</B></A> - 
Method in class com.sleepycat.collections.<A HREF="com/sleepycat/collections/StoredMap.html" title="class in com.sleepycat.collections">StoredMap</A>
<DD>Associates the specified value with the specified key in this map
 (optional operation).
<DT><A HREF="com/sleepycat/db/Cursor.html#put(com.sleepycat.db.DatabaseEntry, com.sleepycat.db.DatabaseEntry)"><B>put(DatabaseEntry, DatabaseEntry)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Cursor.html" title="class in com.sleepycat.db">Cursor</A>
<DD>Store a key/data pair into the database.
<DT><A HREF="com/sleepycat/db/Database.html#put(com.sleepycat.db.Transaction, com.sleepycat.db.DatabaseEntry, com.sleepycat.db.DatabaseEntry)"><B>put(Transaction, DatabaseEntry, DatabaseEntry)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Database.html" title="class in com.sleepycat.db">Database</A>
<DD>
Store the key/data pair into the database.
<DT><A HREF="com/sleepycat/db/Cursor.html#putAfter(com.sleepycat.db.DatabaseEntry, com.sleepycat.db.DatabaseEntry)"><B>putAfter(DatabaseEntry, DatabaseEntry)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Cursor.html" title="class in com.sleepycat.db">Cursor</A>
<DD>Store a key/data pair into the database.
<DT><A HREF="com/sleepycat/collections/StoredMap.html#putAll(java.util.Map)"><B>putAll(Map)</B></A> - 
Method in class com.sleepycat.collections.<A HREF="com/sleepycat/collections/StoredMap.html" title="class in com.sleepycat.collections">StoredMap</A>
<DD>Copies all of the mappings from the specified map to this map (optional
 operation).
<DT><A HREF="com/sleepycat/db/Cursor.html#putBefore(com.sleepycat.db.DatabaseEntry, com.sleepycat.db.DatabaseEntry)"><B>putBefore(DatabaseEntry, DatabaseEntry)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Cursor.html" title="class in com.sleepycat.db">Cursor</A>
<DD>Store a key/data pair into the database.
<DT><A HREF="com/sleepycat/db/Cursor.html#putCurrent(com.sleepycat.db.DatabaseEntry)"><B>putCurrent(DatabaseEntry)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Cursor.html" title="class in com.sleepycat.db">Cursor</A>
<DD>Store a key/data pair into the database.
<DT><A HREF="com/sleepycat/db/Cursor.html#putKeyFirst(com.sleepycat.db.DatabaseEntry, com.sleepycat.db.DatabaseEntry)"><B>putKeyFirst(DatabaseEntry, DatabaseEntry)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Cursor.html" title="class in com.sleepycat.db">Cursor</A>
<DD>Store a key/data pair into the database.
<DT><A HREF="com/sleepycat/db/Cursor.html#putKeyLast(com.sleepycat.db.DatabaseEntry, com.sleepycat.db.DatabaseEntry)"><B>putKeyLast(DatabaseEntry, DatabaseEntry)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Cursor.html" title="class in com.sleepycat.db">Cursor</A>
<DD>Store a key/data pair into the database.
<DT><A HREF="com/sleepycat/db/Environment.html#putLock(com.sleepycat.db.Lock)"><B>putLock(Lock)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Environment.html" title="class in com.sleepycat.db">Environment</A>
<DD>Release a lock.
<DT><A HREF="com/sleepycat/db/Cursor.html#putNoDupData(com.sleepycat.db.DatabaseEntry, com.sleepycat.db.DatabaseEntry)"><B>putNoDupData(DatabaseEntry, DatabaseEntry)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Cursor.html" title="class in com.sleepycat.db">Cursor</A>
<DD>Store a key/data pair into the database.
<DT><A HREF="com/sleepycat/db/Database.html#putNoDupData(com.sleepycat.db.Transaction, com.sleepycat.db.DatabaseEntry, com.sleepycat.db.DatabaseEntry)"><B>putNoDupData(Transaction, DatabaseEntry, DatabaseEntry)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Database.html" title="class in com.sleepycat.db">Database</A>
<DD>
Store the key/data pair into the database if it does not already appear
in the database.
<DT><A HREF="com/sleepycat/db/Cursor.html#putNoOverwrite(com.sleepycat.db.DatabaseEntry, com.sleepycat.db.DatabaseEntry)"><B>putNoOverwrite(DatabaseEntry, DatabaseEntry)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Cursor.html" title="class in com.sleepycat.db">Cursor</A>
<DD>Store a key/data pair into the database.
<DT><A HREF="com/sleepycat/db/Database.html#putNoOverwrite(com.sleepycat.db.Transaction, com.sleepycat.db.DatabaseEntry, com.sleepycat.db.DatabaseEntry)"><B>putNoOverwrite(Transaction, DatabaseEntry, DatabaseEntry)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Database.html" title="class in com.sleepycat.db">Database</A>
<DD>
Store the key/data pair into the database if the key does not already
appear in the database.
</DL>
<HR>
<A NAME="_Q_"><!-- --></A><H2>
<B>Q</B></H2>
<DL>
<DT><A HREF="com/sleepycat/db/DatabaseType.html#QUEUE"><B>QUEUE</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DatabaseType.html" title="class in com.sleepycat.db">DatabaseType</A>
<DD>The database is a Queue.
<DT><A HREF="com/sleepycat/db/QueueStats.html" title="class in com.sleepycat.db"><B>QueueStats</B></A> - class com.sleepycat.db.<A HREF="com/sleepycat/db/QueueStats.html" title="class in com.sleepycat.db">QueueStats</A>.<DD>The QueueStats object is used to return Queue database statistics.</DL>
<HR>
<A NAME="_R_"><!-- --></A><H2>
<B>R</B></H2>
<DL>
<DT><A HREF="com/sleepycat/db/LockDetectMode.html#RANDOM"><B>RANDOM</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/LockDetectMode.html" title="class in com.sleepycat.db">LockDetectMode</A>
<DD>Reject the lock request for a random locker ID.
<DT><A HREF="com/sleepycat/db/LockRequestMode.html#READ"><B>READ</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/LockRequestMode.html" title="class in com.sleepycat.db">LockRequestMode</A>
<DD>Read (shared).
<DT><A HREF="com/sleepycat/db/DatabaseType.html#RECNO"><B>RECNO</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DatabaseType.html" title="class in com.sleepycat.db">DatabaseType</A>
<DD>The database is a Recno.
<DT><A HREF="com/sleepycat/db/LockMode.html#RMW"><B>RMW</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/LockMode.html" title="class in com.sleepycat.db">LockMode</A>
<DD>Acquire write locks instead of read locks when doing the retrieval.
<DT><A HREF="com/sleepycat/db/RecordNumberAppender.html" title="interface in com.sleepycat.db"><B>RecordNumberAppender</B></A> - interface com.sleepycat.db.<A HREF="com/sleepycat/db/RecordNumberAppender.html" title="interface in com.sleepycat.db">RecordNumberAppender</A>.<DD>An interface specifying a callback function that modifies stored data
based on a generated key.<DT><A HREF="com/sleepycat/bind/RecordNumberBinding.html" title="class in com.sleepycat.bind"><B>RecordNumberBinding</B></A> - class com.sleepycat.bind.<A HREF="com/sleepycat/bind/RecordNumberBinding.html" title="class in com.sleepycat.bind">RecordNumberBinding</A>.<DD>An <code>EntryBinding</code> that treats a record number key entry as a
 <code>Long</code> key object.<DT><A HREF="com/sleepycat/bind/RecordNumberBinding.html#RecordNumberBinding()"><B>RecordNumberBinding()</B></A> - 
Constructor for class com.sleepycat.bind.<A HREF="com/sleepycat/bind/RecordNumberBinding.html" title="class in com.sleepycat.bind">RecordNumberBinding</A>
<DD>Creates a byte array binding.
<DT><A HREF="com/sleepycat/db/RecoveryOperation.html" title="class in com.sleepycat.db"><B>RecoveryOperation</B></A> - class com.sleepycat.db.<A HREF="com/sleepycat/db/RecoveryOperation.html" title="class in com.sleepycat.db">RecoveryOperation</A>.<DD>The recovery operation being performed when <A HREF="com/sleepycat/db/LogRecordHandler.html#handleLogRecord(com.sleepycat.db.Environment, com.sleepycat.db.DatabaseEntry, com.sleepycat.db.LogSequenceNumber, com.sleepycat.db.RecoveryOperation)"><CODE>LogRecordHandler.handleLogRecord</CODE></A> is called.<DT><A HREF="com/sleepycat/db/ReplicationHandleDeadException.html" title="class in com.sleepycat.db"><B>ReplicationHandleDeadException</B></A> - exception com.sleepycat.db.<A HREF="com/sleepycat/db/ReplicationHandleDeadException.html" title="class in com.sleepycat.db">ReplicationHandleDeadException</A>.<DD>Thrown when a database handle has been invalidated because a replication
election unrolled a committed transaction.<DT><A HREF="com/sleepycat/db/ReplicationStats.html" title="class in com.sleepycat.db"><B>ReplicationStats</B></A> - class com.sleepycat.db.<A HREF="com/sleepycat/db/ReplicationStats.html" title="class in com.sleepycat.db">ReplicationStats</A>.<DD>Replication statistics for a database environment.<DT><A HREF="com/sleepycat/db/ReplicationStatus.html" title="class in com.sleepycat.db"><B>ReplicationStatus</B></A> - class com.sleepycat.db.<A HREF="com/sleepycat/db/ReplicationStatus.html" title="class in com.sleepycat.db">ReplicationStatus</A>.<DD>The return status from processing a replication message.<DT><A HREF="com/sleepycat/db/ReplicationTransport.html" title="interface in com.sleepycat.db"><B>ReplicationTransport</B></A> - interface com.sleepycat.db.<A HREF="com/sleepycat/db/ReplicationTransport.html" title="interface in com.sleepycat.db">ReplicationTransport</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/RunRecoveryException.html" title="class in com.sleepycat.db"><B>RunRecoveryException</B></A> - exception com.sleepycat.db.<A HREF="com/sleepycat/db/RunRecoveryException.html" title="class in com.sleepycat.db">RunRecoveryException</A>.<DD>Thrown when the database environment needs to be recovered.<DT><A HREF="com/sleepycat/util/RuntimeExceptionWrapper.html" title="class in com.sleepycat.util"><B>RuntimeExceptionWrapper</B></A> - exception com.sleepycat.util.<A HREF="com/sleepycat/util/RuntimeExceptionWrapper.html" title="class in com.sleepycat.util">RuntimeExceptionWrapper</A>.<DD>A RuntimeException that can contain nested exceptions.<DT><A HREF="com/sleepycat/util/RuntimeExceptionWrapper.html#RuntimeExceptionWrapper(java.lang.Throwable)"><B>RuntimeExceptionWrapper(Throwable)</B></A> - 
Constructor for class com.sleepycat.util.<A HREF="com/sleepycat/util/RuntimeExceptionWrapper.html" title="class in com.sleepycat.util">RuntimeExceptionWrapper</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/util/FastInputStream.html#read()"><B>read()</B></A> - 
Method in class com.sleepycat.util.<A HREF="com/sleepycat/util/FastInputStream.html" title="class in com.sleepycat.util">FastInputStream</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/util/FastInputStream.html#read(byte[])"><B>read(byte[])</B></A> - 
Method in class com.sleepycat.util.<A HREF="com/sleepycat/util/FastInputStream.html" title="class in com.sleepycat.util">FastInputStream</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/util/FastInputStream.html#read(byte[], int, int)"><B>read(byte[], int, int)</B></A> - 
Method in class com.sleepycat.util.<A HREF="com/sleepycat/util/FastInputStream.html" title="class in com.sleepycat.util">FastInputStream</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bind/tuple/TupleInput.html#readBoolean()"><B>readBoolean()</B></A> - 
Method in class com.sleepycat.bind.tuple.<A HREF="com/sleepycat/bind/tuple/TupleInput.html" title="class in com.sleepycat.bind.tuple">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/bind/tuple/TupleInput.html#readByte()"><B>readByte()</B></A> - 
Method in class com.sleepycat.bind.tuple.<A HREF="com/sleepycat/bind/tuple/TupleInput.html" title="class in com.sleepycat.bind.tuple">TupleInput</A>
<DD>Reads a signed byte (one byte) value from the buffer.
<DT><A HREF="com/sleepycat/bind/tuple/TupleInput.html#readBytes(int)"><B>readBytes(int)</B></A> - 
Method in class com.sleepycat.bind.tuple.<A HREF="com/sleepycat/bind/tuple/TupleInput.html" title="class in com.sleepycat.bind.tuple">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/bind/tuple/TupleInput.html#readBytes(char[])"><B>readBytes(char[])</B></A> - 
Method in class com.sleepycat.bind.tuple.<A HREF="com/sleepycat/bind/tuple/TupleInput.html" title="class in com.sleepycat.bind.tuple">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/bind/tuple/TupleInput.html#readChar()"><B>readChar()</B></A> - 
Method in class com.sleepycat.bind.tuple.<A HREF="com/sleepycat/bind/tuple/TupleInput.html" title="class in com.sleepycat.bind.tuple">TupleInput</A>
<DD>Reads a char (two byte) unsigned value from the buffer.
<DT><A HREF="com/sleepycat/bind/tuple/TupleInput.html#readChars(int)"><B>readChars(int)</B></A> - 
Method in class com.sleepycat.bind.tuple.<A HREF="com/sleepycat/bind/tuple/TupleInput.html" title="class in com.sleepycat.bind.tuple">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/bind/tuple/TupleInput.html#readChars(char[])"><B>readChars(char[])</B></A> - 
Method in class com.sleepycat.bind.tuple.<A HREF="com/sleepycat/bind/tuple/TupleInput.html" title="class in com.sleepycat.bind.tuple">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/bind/tuple/TupleInput.html#readDouble()"><B>readDouble()</B></A> - 
Method in class com.sleepycat.bind.tuple.<A HREF="com/sleepycat/bind/tuple/TupleInput.html" title="class in com.sleepycat.bind.tuple">TupleInput</A>
<DD>Reads a signed double (eight byte) value from the buffer.
<DT><A HREF="com/sleepycat/util/FastInputStream.html#readFast()"><B>readFast()</B></A> - 
Method in class com.sleepycat.util.<A HREF="com/sleepycat/util/FastInputStream.html" title="class in com.sleepycat.util">FastInputStream</A>
<DD>Equivalent to <code>read()<code> but does not throw
 <code>IOException</code>.
<DT><A HREF="com/sleepycat/util/FastInputStream.html#readFast(byte[])"><B>readFast(byte[])</B></A> - 
Method in class com.sleepycat.util.<A HREF="com/sleepycat/util/FastInputStream.html" title="class in com.sleepycat.util">FastInputStream</A>
<DD>Equivalent to <code>read(byte[])<code> but does not throw
 <code>IOException</code>.
<DT><A HREF="com/sleepycat/util/FastInputStream.html#readFast(byte[], int, int)"><B>readFast(byte[], int, int)</B></A> - 
Method in class com.sleepycat.util.<A HREF="com/sleepycat/util/FastInputStream.html" title="class in com.sleepycat.util">FastInputStream</A>
<DD>Equivalent to <code>read(byte[],int,int)<code> but does not throw
 <code>IOException</code>.
<DT><A HREF="com/sleepycat/bind/tuple/TupleInput.html#readFloat()"><B>readFloat()</B></A> - 
Method in class com.sleepycat.bind.tuple.<A HREF="com/sleepycat/bind/tuple/TupleInput.html" title="class in com.sleepycat.bind.tuple">TupleInput</A>
<DD>Reads a signed float (four byte) value from the buffer.
<DT><A HREF="com/sleepycat/bind/tuple/TupleInput.html#readInt()"><B>readInt()</B></A> - 
Method in class com.sleepycat.bind.tuple.<A HREF="com/sleepycat/bind/tuple/TupleInput.html" title="class in com.sleepycat.bind.tuple">TupleInput</A>
<DD>Reads a signed int (four byte) value from the buffer.
<DT><A HREF="com/sleepycat/bind/tuple/TupleInput.html#readLong()"><B>readLong()</B></A> - 
Method in class com.sleepycat.bind.tuple.<A HREF="com/sleepycat/bind/tuple/TupleInput.html" title="class in com.sleepycat.bind.tuple">TupleInput</A>
<DD>Reads a signed long (eight byte) value from the buffer.
<DT><A HREF="com/sleepycat/bind/tuple/TupleInput.html#readShort()"><B>readShort()</B></A> - 
Method in class com.sleepycat.bind.tuple.<A HREF="com/sleepycat/bind/tuple/TupleInput.html" title="class in com.sleepycat.bind.tuple">TupleInput</A>
<DD>Reads a signed short (two byte) value from the buffer.
<DT><A HREF="com/sleepycat/bind/tuple/TupleInput.html#readString()"><B>readString()</B></A> - 
Method in class com.sleepycat.bind.tuple.<A HREF="com/sleepycat/bind/tuple/TupleInput.html" title="class in com.sleepycat.bind.tuple">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/bind/tuple/TupleInput.html#readString(int)"><B>readString(int)</B></A> - 
Method in class com.sleepycat.bind.tuple.<A HREF="com/sleepycat/bind/tuple/TupleInput.html" title="class in com.sleepycat.bind.tuple">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/bind/tuple/TupleInput.html#readString(char[])"><B>readString(char[])</B></A> - 
Method in class com.sleepycat.bind.tuple.<A HREF="com/sleepycat/bind/tuple/TupleInput.html" title="class in com.sleepycat.bind.tuple">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/bind/tuple/TupleInput.html#readUnsignedByte()"><B>readUnsignedByte()</B></A> - 
Method in class com.sleepycat.bind.tuple.<A HREF="com/sleepycat/bind/tuple/TupleInput.html" title="class in com.sleepycat.bind.tuple">TupleInput</A>
<DD>Reads an unsigned byte (one byte) value from the buffer.
<DT><A HREF="com/sleepycat/bind/tuple/TupleInput.html#readUnsignedInt()"><B>readUnsignedInt()</B></A> - 
Method in class com.sleepycat.bind.tuple.<A HREF="com/sleepycat/bind/tuple/TupleInput.html" title="class in com.sleepycat.bind.tuple">TupleInput</A>
<DD>Reads an unsigned int (four byte) value from the buffer.
<DT><A HREF="com/sleepycat/bind/tuple/TupleInput.html#readUnsignedShort()"><B>readUnsignedShort()</B></A> - 
Method in class com.sleepycat.bind.tuple.<A HREF="com/sleepycat/bind/tuple/TupleInput.html" title="class in com.sleepycat.bind.tuple">TupleInput</A>
<DD>Reads an unsigned short (two byte) value from the buffer.
<DT><A HREF="com/sleepycat/bind/RecordNumberBinding.html#recordNumberToEntry(long, com.sleepycat.db.DatabaseEntry)"><B>recordNumberToEntry(long, DatabaseEntry)</B></A> - 
Static method in class com.sleepycat.bind.<A HREF="com/sleepycat/bind/RecordNumberBinding.html" title="class in com.sleepycat.bind">RecordNumberBinding</A>
<DD>Utility method for use by bindings to translate a record number integer
 to a entry buffer.
<DT><A HREF="com/sleepycat/db/Environment.html#recover(int, boolean)"><B>recover(int, boolean)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Environment.html" title="class in com.sleepycat.db">Environment</A>
<DD>Return a list of prepared but not yet resolved transactions.
<DT><A HREF="com/sleepycat/db/FeedbackHandler.html#recoveryFeedback(com.sleepycat.db.Environment, int)"><B>recoveryFeedback(Environment, int)</B></A> - 
Method in interface com.sleepycat.db.<A HREF="com/sleepycat/db/FeedbackHandler.html" title="interface in com.sleepycat.db">FeedbackHandler</A>
<DD>A function called with progress information when the database environment is being recovered.
<DT><A HREF="com/sleepycat/collections/StoredEntrySet.html#remove(java.lang.Object)"><B>remove(Object)</B></A> - 
Method in class com.sleepycat.collections.<A HREF="com/sleepycat/collections/StoredEntrySet.html" title="class in com.sleepycat.collections">StoredEntrySet</A>
<DD>Removes the specified element from this set if it is present (optional
 operation).
<DT><A HREF="com/sleepycat/collections/StoredIterator.html#remove()"><B>remove()</B></A> - 
Method in class com.sleepycat.collections.<A HREF="com/sleepycat/collections/StoredIterator.html" title="class in com.sleepycat.collections">StoredIterator</A>
<DD>Removes the last element that was returned by next or previous (optional
 operation).
<DT><A HREF="com/sleepycat/collections/StoredKeySet.html#remove(java.lang.Object)"><B>remove(Object)</B></A> - 
Method in class com.sleepycat.collections.<A HREF="com/sleepycat/collections/StoredKeySet.html" title="class in com.sleepycat.collections">StoredKeySet</A>
<DD>Removes the specified key from this set if it is present (optional
 operation).
<DT><A HREF="com/sleepycat/collections/StoredList.html#remove(int)"><B>remove(int)</B></A> - 
Method in class com.sleepycat.collections.<A HREF="com/sleepycat/collections/StoredList.html" title="class in com.sleepycat.collections">StoredList</A>
<DD>Removes the element at the specified position in this list (optional
 operation).
<DT><A HREF="com/sleepycat/collections/StoredList.html#remove(java.lang.Object)"><B>remove(Object)</B></A> - 
Method in class com.sleepycat.collections.<A HREF="com/sleepycat/collections/StoredList.html" title="class in com.sleepycat.collections">StoredList</A>
<DD>Removes the first occurrence in this list of the specified element
 (optional operation).
<DT><A HREF="com/sleepycat/collections/StoredMap.html#remove(java.lang.Object)"><B>remove(Object)</B></A> - 
Method in class com.sleepycat.collections.<A HREF="com/sleepycat/collections/StoredMap.html" title="class in com.sleepycat.collections">StoredMap</A>
<DD>Removes the mapping for this key from this map if present (optional
 operation).
<DT><A HREF="com/sleepycat/collections/StoredValueSet.html#remove(java.lang.Object)"><B>remove(Object)</B></A> - 
Method in class com.sleepycat.collections.<A HREF="com/sleepycat/collections/StoredValueSet.html" title="class in com.sleepycat.collections">StoredValueSet</A>
<DD>Removes the specified value from this set if it is present (optional
 operation).
<DT><A HREF="com/sleepycat/db/Database.html#remove(java.lang.String, java.lang.String, com.sleepycat.db.DatabaseConfig)"><B>remove(String, String, DatabaseConfig)</B></A> - 
Static method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Database.html" title="class in com.sleepycat.db">Database</A>
<DD>
Remove a database.
<DT><A HREF="com/sleepycat/db/Environment.html#remove(java.io.File, boolean, com.sleepycat.db.EnvironmentConfig)"><B>remove(File, boolean, EnvironmentConfig)</B></A> - 
Static method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Environment.html" title="class in com.sleepycat.db">Environment</A>
<DD>Destroy a database environment.
<DT><A HREF="com/sleepycat/collections/StoredCollection.html#removeAll(java.util.Collection)"><B>removeAll(Collection)</B></A> - 
Method in class com.sleepycat.collections.<A HREF="com/sleepycat/collections/StoredCollection.html" title="class in com.sleepycat.collections">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/Environment.html#removeDatabase(com.sleepycat.db.Transaction, java.lang.String, java.lang.String)"><B>removeDatabase(Transaction, String, String)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Environment.html" title="class in com.sleepycat.db">Environment</A>
<DD>
Remove a database.
<DT><A HREF="com/sleepycat/db/Environment.html#removeOldLogFiles()"><B>removeOldLogFiles()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Environment.html" title="class in com.sleepycat.db">Environment</A>
<DD>Remove log files that are no longer needed.
<DT><A HREF="com/sleepycat/db/Database.html#removeSequence(com.sleepycat.db.Transaction, com.sleepycat.db.DatabaseEntry, com.sleepycat.db.SequenceConfig)"><B>removeSequence(Transaction, DatabaseEntry, SequenceConfig)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Database.html" title="class in com.sleepycat.db">Database</A>
<DD>Remove the sequence from the database.
<DT><A HREF="com/sleepycat/db/Database.html#rename(java.lang.String, java.lang.String, java.lang.String, com.sleepycat.db.DatabaseConfig)"><B>rename(String, String, String, DatabaseConfig)</B></A> - 
Static method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Database.html" title="class in com.sleepycat.db">Database</A>
<DD>
Rename a database.
<DT><A HREF="com/sleepycat/db/Environment.html#renameDatabase(com.sleepycat.db.Transaction, java.lang.String, java.lang.String, java.lang.String)"><B>renameDatabase(Transaction, String, String, String)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Environment.html" title="class in com.sleepycat.db">Environment</A>
<DD>
Rename a database.
<DT><A HREF="com/sleepycat/util/FastInputStream.html#reset()"><B>reset()</B></A> - 
Method in class com.sleepycat.util.<A HREF="com/sleepycat/util/FastInputStream.html" title="class in com.sleepycat.util">FastInputStream</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/util/FastOutputStream.html#reset()"><B>reset()</B></A> - 
Method in class com.sleepycat.util.<A HREF="com/sleepycat/util/FastOutputStream.html" title="class in com.sleepycat.util">FastOutputStream</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/collections/StoredCollection.html#retainAll(java.util.Collection)"><B>retainAll(Collection)</B></A> - 
Method in class com.sleepycat.collections.<A HREF="com/sleepycat/collections/StoredCollection.html" title="class in com.sleepycat.collections">StoredCollection</A>
<DD>Retains only the elements in this collection that are contained in the
 specified collection (optional operation).
<DT><A HREF="com/sleepycat/collections/TransactionRunner.html#run(com.sleepycat.collections.TransactionWorker)"><B>run(TransactionWorker)</B></A> - 
Method in class com.sleepycat.collections.<A HREF="com/sleepycat/collections/TransactionRunner.html" title="class in com.sleepycat.collections">TransactionRunner</A>
<DD>Calls the <A HREF="com/sleepycat/collections/TransactionWorker.html#doWork()"><CODE>TransactionWorker.doWork()</CODE></A> method and, for transactional
 environments, begins and ends a transaction.
</DL>
<HR>
<A NAME="_S_"><!-- --></A><H2>
<B>S</B></H2>
<DL>
<DT><A HREF="com/sleepycat/db/OperationStatus.html#SUCCESS"><B>SUCCESS</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/OperationStatus.html" title="class in com.sleepycat.db">OperationStatus</A>
<DD>The operation was successful.
<DT><A HREF="com/sleepycat/db/SecondaryConfig.html" title="class in com.sleepycat.db"><B>SecondaryConfig</B></A> - class com.sleepycat.db.<A HREF="com/sleepycat/db/SecondaryConfig.html" title="class in com.sleepycat.db">SecondaryConfig</A>.<DD>The configuration properties of a <code>SecondaryDatabase</code> extend
those of a primary <code>Database</code>.<DT><A HREF="com/sleepycat/db/SecondaryConfig.html#SecondaryConfig()"><B>SecondaryConfig()</B></A> - 
Constructor for class com.sleepycat.db.<A HREF="com/sleepycat/db/SecondaryConfig.html" title="class in com.sleepycat.db">SecondaryConfig</A>
<DD>Creates an instance with the system's default settings.
<DT><A HREF="com/sleepycat/db/SecondaryCursor.html" title="class in com.sleepycat.db"><B>SecondaryCursor</B></A> - class com.sleepycat.db.<A HREF="com/sleepycat/db/SecondaryCursor.html" title="class in com.sleepycat.db">SecondaryCursor</A>.<DD>A database cursor for a secondary database.<DT><A HREF="com/sleepycat/db/SecondaryDatabase.html" title="class in com.sleepycat.db"><B>SecondaryDatabase</B></A> - class com.sleepycat.db.<A HREF="com/sleepycat/db/SecondaryDatabase.html" title="class in com.sleepycat.db">SecondaryDatabase</A>.<DD>A secondary database handle.<DT><A HREF="com/sleepycat/db/SecondaryDatabase.html#SecondaryDatabase(java.lang.String, java.lang.String, com.sleepycat.db.Database, com.sleepycat.db.SecondaryConfig)"><B>SecondaryDatabase(String, String, Database, SecondaryConfig)</B></A> - 
Constructor for class com.sleepycat.db.<A HREF="com/sleepycat/db/SecondaryDatabase.html" title="class in com.sleepycat.db">SecondaryDatabase</A>
<DD>Open a database.
<DT><A HREF="com/sleepycat/db/SecondaryKeyCreator.html" title="interface in com.sleepycat.db"><B>SecondaryKeyCreator</B></A> - interface com.sleepycat.db.<A HREF="com/sleepycat/db/SecondaryKeyCreator.html" title="interface in com.sleepycat.db">SecondaryKeyCreator</A>.<DD>An interface specifying how secondary keys for a
<code>SecondaryDatabase</code> are created.<DT><A HREF="com/sleepycat/db/Sequence.html" title="class in com.sleepycat.db"><B>Sequence</B></A> - class com.sleepycat.db.<A HREF="com/sleepycat/db/Sequence.html" title="class in com.sleepycat.db">Sequence</A>.<DD>A Sequence handle is used to manipulate a sequence record in a database.<DT><A HREF="com/sleepycat/db/SequenceConfig.html" title="class in com.sleepycat.db"><B>SequenceConfig</B></A> - class com.sleepycat.db.<A HREF="com/sleepycat/db/SequenceConfig.html" title="class in com.sleepycat.db">SequenceConfig</A>.<DD>Specify the attributes of a sequence.<DT><A HREF="com/sleepycat/db/SequenceConfig.html#SequenceConfig()"><B>SequenceConfig()</B></A> - 
Constructor for class com.sleepycat.db.<A HREF="com/sleepycat/db/SequenceConfig.html" title="class in com.sleepycat.db">SequenceConfig</A>
<DD>An instance created using the default constructor is initialized with
    the system's default settings.
<DT><A HREF="com/sleepycat/db/SequenceStats.html" title="class in com.sleepycat.db"><B>SequenceStats</B></A> - class com.sleepycat.db.<A HREF="com/sleepycat/db/SequenceStats.html" title="class in com.sleepycat.db">SequenceStats</A>.<DD>A SequenceStats object is used to return sequenece statistics.<DT><A HREF="com/sleepycat/bind/serial/SerialBinding.html" title="class in com.sleepycat.bind.serial"><B>SerialBinding</B></A> - class com.sleepycat.bind.serial.<A HREF="com/sleepycat/bind/serial/SerialBinding.html" title="class in com.sleepycat.bind.serial">SerialBinding</A>.<DD>A concrete <code>EntryBinding</code> that treats a key or data entry as
 a serialized object.<DT><A HREF="com/sleepycat/bind/serial/SerialBinding.html#SerialBinding(com.sleepycat.bind.serial.ClassCatalog, java.lang.Class)"><B>SerialBinding(ClassCatalog, Class)</B></A> - 
Constructor for class com.sleepycat.bind.serial.<A HREF="com/sleepycat/bind/serial/SerialBinding.html" title="class in com.sleepycat.bind.serial">SerialBinding</A>
<DD>Creates a serial binding.
<DT><A HREF="com/sleepycat/bind/serial/SerialInput.html" title="class in com.sleepycat.bind.serial"><B>SerialInput</B></A> - class com.sleepycat.bind.serial.<A HREF="com/sleepycat/bind/serial/SerialInput.html" title="class in com.sleepycat.bind.serial">SerialInput</A>.<DD>A specialized <code>ObjectInputStream</code> that gets class description
 information from a <code>ClassCatalog</code>.<DT><A HREF="com/sleepycat/bind/serial/SerialInput.html#SerialInput(java.io.InputStream, com.sleepycat.bind.serial.ClassCatalog)"><B>SerialInput(InputStream, ClassCatalog)</B></A> - 
Constructor for class com.sleepycat.bind.serial.<A HREF="com/sleepycat/bind/serial/SerialInput.html" title="class in com.sleepycat.bind.serial">SerialInput</A>
<DD>Creates a serial input stream.
<DT><A HREF="com/sleepycat/bind/serial/SerialOutput.html" title="class in com.sleepycat.bind.serial"><B>SerialOutput</B></A> - class com.sleepycat.bind.serial.<A HREF="com/sleepycat/bind/serial/SerialOutput.html" title="class in com.sleepycat.bind.serial">SerialOutput</A>.<DD>A specialized <code>ObjectOutputStream</code> that stores class description
 information in a <code>ClassCatalog</code>.<DT><A HREF="com/sleepycat/bind/serial/SerialOutput.html#SerialOutput(java.io.OutputStream, com.sleepycat.bind.serial.ClassCatalog)"><B>SerialOutput(OutputStream, ClassCatalog)</B></A> - 
Constructor for class com.sleepycat.bind.serial.<A HREF="com/sleepycat/bind/serial/SerialOutput.html" title="class in com.sleepycat.bind.serial">SerialOutput</A>
<DD>Creates a serial output stream.
<DT><A HREF="com/sleepycat/bind/serial/SerialSerialBinding.html" title="class in com.sleepycat.bind.serial"><B>SerialSerialBinding</B></A> - class com.sleepycat.bind.serial.<A HREF="com/sleepycat/bind/serial/SerialSerialBinding.html" title="class in com.sleepycat.bind.serial">SerialSerialBinding</A>.<DD>An abstract <code>EntityBinding</code> that treats an entity's key entry and
 data entry as serialized objects.<DT><A HREF="com/sleepycat/bind/serial/SerialSerialBinding.html#SerialSerialBinding(com.sleepycat.bind.serial.ClassCatalog, java.lang.Class, java.lang.Class)"><B>SerialSerialBinding(ClassCatalog, Class, Class)</B></A> - 
Constructor for class com.sleepycat.bind.serial.<A HREF="com/sleepycat/bind/serial/SerialSerialBinding.html" title="class in com.sleepycat.bind.serial">SerialSerialBinding</A>
<DD>Creates a serial-serial entity binding.
<DT><A HREF="com/sleepycat/bind/serial/SerialSerialBinding.html#SerialSerialBinding(com.sleepycat.bind.serial.SerialBinding, com.sleepycat.bind.serial.SerialBinding)"><B>SerialSerialBinding(SerialBinding, SerialBinding)</B></A> - 
Constructor for class com.sleepycat.bind.serial.<A HREF="com/sleepycat/bind/serial/SerialSerialBinding.html" title="class in com.sleepycat.bind.serial">SerialSerialBinding</A>
<DD>Creates a serial-serial entity binding.
<DT><A HREF="com/sleepycat/bind/serial/SerialSerialKeyCreator.html" title="class in com.sleepycat.bind.serial"><B>SerialSerialKeyCreator</B></A> - class com.sleepycat.bind.serial.<A HREF="com/sleepycat/bind/serial/SerialSerialKeyCreator.html" title="class in com.sleepycat.bind.serial">SerialSerialKeyCreator</A>.<DD>A abstract key creator that uses a serial key and a serial data entry.<DT><A HREF="com/sleepycat/bind/serial/SerialSerialKeyCreator.html#SerialSerialKeyCreator(com.sleepycat.bind.serial.ClassCatalog, java.lang.Class, java.lang.Class, java.lang.Class)"><B>SerialSerialKeyCreator(ClassCatalog, Class, Class, Class)</B></A> - 
Constructor for class com.sleepycat.bind.serial.<A HREF="com/sleepycat/bind/serial/SerialSerialKeyCreator.html" title="class in com.sleepycat.bind.serial">SerialSerialKeyCreator</A>
<DD>Creates a serial-serial key creator.
<DT><A HREF="com/sleepycat/bind/serial/SerialSerialKeyCreator.html#SerialSerialKeyCreator(com.sleepycat.bind.serial.SerialBinding, com.sleepycat.bind.serial.SerialBinding, com.sleepycat.bind.serial.SerialBinding)"><B>SerialSerialKeyCreator(SerialBinding, SerialBinding, SerialBinding)</B></A> - 
Constructor for class com.sleepycat.bind.serial.<A HREF="com/sleepycat/bind/serial/SerialSerialKeyCreator.html" title="class in com.sleepycat.bind.serial">SerialSerialKeyCreator</A>
<DD>Creates a serial-serial entity binding.
<DT><A HREF="com/sleepycat/bind/tuple/ShortBinding.html" title="class in com.sleepycat.bind.tuple"><B>ShortBinding</B></A> - class com.sleepycat.bind.tuple.<A HREF="com/sleepycat/bind/tuple/ShortBinding.html" title="class in com.sleepycat.bind.tuple">ShortBinding</A>.<DD>A concrete <code>TupleBinding</code> for a <code>Short</code> primitive
 wrapper or a <code>short</code> primitive.<DT><A HREF="com/sleepycat/bind/tuple/ShortBinding.html#ShortBinding()"><B>ShortBinding()</B></A> - 
Constructor for class com.sleepycat.bind.tuple.<A HREF="com/sleepycat/bind/tuple/ShortBinding.html" title="class in com.sleepycat.bind.tuple">ShortBinding</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/db/StatsConfig.html" title="class in com.sleepycat.db"><B>StatsConfig</B></A> - class com.sleepycat.db.<A HREF="com/sleepycat/db/StatsConfig.html" title="class in com.sleepycat.db">StatsConfig</A>.<DD>Specifies the attributes of a statistics retrieval operation.<DT><A HREF="com/sleepycat/db/StatsConfig.html#StatsConfig()"><B>StatsConfig()</B></A> - 
Constructor for class com.sleepycat.db.<A HREF="com/sleepycat/db/StatsConfig.html" title="class in com.sleepycat.db">StatsConfig</A>
<DD>An instance created using the default constructor is initialized
    with the system's default settings.
<DT><A HREF="com/sleepycat/bind/serial/StoredClassCatalog.html" title="class in com.sleepycat.bind.serial"><B>StoredClassCatalog</B></A> - class com.sleepycat.bind.serial.<A HREF="com/sleepycat/bind/serial/StoredClassCatalog.html" title="class in com.sleepycat.bind.serial">StoredClassCatalog</A>.<DD>A <code>ClassCatalog</code> that is stored in a <code>Database</code>.<DT><A HREF="com/sleepycat/bind/serial/StoredClassCatalog.html#StoredClassCatalog(com.sleepycat.db.Database)"><B>StoredClassCatalog(Database)</B></A> - 
Constructor for class com.sleepycat.bind.serial.<A HREF="com/sleepycat/bind/serial/StoredClassCatalog.html" title="class in com.sleepycat.bind.serial">StoredClassCatalog</A>
<DD>Creates a catalog based on a given database.
<DT><A HREF="com/sleepycat/collections/StoredCollection.html" title="class in com.sleepycat.collections"><B>StoredCollection</B></A> - class com.sleepycat.collections.<A HREF="com/sleepycat/collections/StoredCollection.html" title="class in com.sleepycat.collections">StoredCollection</A>.<DD>A abstract base class for all stored collections.<DT><A HREF="com/sleepycat/collections/StoredCollections.html" title="class in com.sleepycat.collections"><B>StoredCollections</B></A> - class com.sleepycat.collections.<A HREF="com/sleepycat/collections/StoredCollections.html" title="class in com.sleepycat.collections">StoredCollections</A>.<DD>This class consists exclusively of static methods that operate on or return
 stored collections.<DT><A HREF="com/sleepycat/collections/StoredContainer.html" title="class in com.sleepycat.collections"><B>StoredContainer</B></A> - class com.sleepycat.collections.<A HREF="com/sleepycat/collections/StoredContainer.html" title="class in com.sleepycat.collections">StoredContainer</A>.<DD>A abstract base class for all stored collections and maps.<DT><A HREF="com/sleepycat/collections/StoredEntrySet.html" title="class in com.sleepycat.collections"><B>StoredEntrySet</B></A> - class com.sleepycat.collections.<A HREF="com/sleepycat/collections/StoredEntrySet.html" title="class in com.sleepycat.collections">StoredEntrySet</A>.<DD>The Set returned by Map.entrySet().<DT><A HREF="com/sleepycat/collections/StoredIterator.html" title="class in com.sleepycat.collections"><B>StoredIterator</B></A> - class com.sleepycat.collections.<A HREF="com/sleepycat/collections/StoredIterator.html" title="class in com.sleepycat.collections">StoredIterator</A>.<DD>The Iterator returned by all stored collections.<DT><A HREF="com/sleepycat/collections/StoredKeySet.html" title="class in com.sleepycat.collections"><B>StoredKeySet</B></A> - class com.sleepycat.collections.<A HREF="com/sleepycat/collections/StoredKeySet.html" title="class in com.sleepycat.collections">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/collections/StoredKeySet.html#StoredKeySet(com.sleepycat.db.Database, com.sleepycat.bind.EntryBinding, boolean)"><B>StoredKeySet(Database, EntryBinding, boolean)</B></A> - 
Constructor for class com.sleepycat.collections.<A HREF="com/sleepycat/collections/StoredKeySet.html" title="class in com.sleepycat.collections">StoredKeySet</A>
<DD>Creates a key set view of a <A HREF="com/sleepycat/db/Database.html" title="class in com.sleepycat.db"><CODE>Database</CODE></A>.
<DT><A HREF="com/sleepycat/collections/StoredList.html" title="class in com.sleepycat.collections"><B>StoredList</B></A> - class com.sleepycat.collections.<A HREF="com/sleepycat/collections/StoredList.html" title="class in com.sleepycat.collections">StoredList</A>.<DD>A List view of a <A HREF="com/sleepycat/db/Database.html" title="class in com.sleepycat.db"><CODE>Database</CODE></A>.<DT><A HREF="com/sleepycat/collections/StoredList.html#StoredList(com.sleepycat.db.Database, com.sleepycat.bind.EntryBinding, boolean)"><B>StoredList(Database, EntryBinding, boolean)</B></A> - 
Constructor for class com.sleepycat.collections.<A HREF="com/sleepycat/collections/StoredList.html" title="class in com.sleepycat.collections">StoredList</A>
<DD>Creates a list view of a <A HREF="com/sleepycat/db/Database.html" title="class in com.sleepycat.db"><CODE>Database</CODE></A>.
<DT><A HREF="com/sleepycat/collections/StoredList.html#StoredList(com.sleepycat.db.Database, com.sleepycat.bind.EntityBinding, boolean)"><B>StoredList(Database, EntityBinding, boolean)</B></A> - 
Constructor for class com.sleepycat.collections.<A HREF="com/sleepycat/collections/StoredList.html" title="class in com.sleepycat.collections">StoredList</A>
<DD>Creates a list entity view of a <A HREF="com/sleepycat/db/Database.html" title="class in com.sleepycat.db"><CODE>Database</CODE></A>.
<DT><A HREF="com/sleepycat/collections/StoredList.html#StoredList(com.sleepycat.db.Database, com.sleepycat.bind.EntryBinding, com.sleepycat.collections.PrimaryKeyAssigner)"><B>StoredList(Database, EntryBinding, PrimaryKeyAssigner)</B></A> - 
Constructor for class com.sleepycat.collections.<A HREF="com/sleepycat/collections/StoredList.html" title="class in com.sleepycat.collections">StoredList</A>
<DD>Creates a list view of a <A HREF="com/sleepycat/db/Database.html" title="class in com.sleepycat.db"><CODE>Database</CODE></A> with a <A HREF="com/sleepycat/collections/PrimaryKeyAssigner.html" title="interface in com.sleepycat.collections"><CODE>PrimaryKeyAssigner</CODE></A>.
<DT><A HREF="com/sleepycat/collections/StoredList.html#StoredList(com.sleepycat.db.Database, com.sleepycat.bind.EntityBinding, com.sleepycat.collections.PrimaryKeyAssigner)"><B>StoredList(Database, EntityBinding, PrimaryKeyAssigner)</B></A> - 
Constructor for class com.sleepycat.collections.<A HREF="com/sleepycat/collections/StoredList.html" title="class in com.sleepycat.collections">StoredList</A>
<DD>Creates a list entity view of a <A HREF="com/sleepycat/db/Database.html" title="class in com.sleepycat.db"><CODE>Database</CODE></A> with a <A HREF="com/sleepycat/collections/PrimaryKeyAssigner.html" title="interface in com.sleepycat.collections"><CODE>PrimaryKeyAssigner</CODE></A>.
<DT><A HREF="com/sleepycat/collections/StoredMap.html" title="class in com.sleepycat.collections"><B>StoredMap</B></A> - class com.sleepycat.collections.<A HREF="com/sleepycat/collections/StoredMap.html" title="class in com.sleepycat.collections">StoredMap</A>.<DD>A Map view of a <A HREF="com/sleepycat/db/Database.html" title="class in com.sleepycat.db"><CODE>Database</CODE></A>.<DT><A HREF="com/sleepycat/collections/StoredMap.html#StoredMap(com.sleepycat.db.Database, com.sleepycat.bind.EntryBinding, com.sleepycat.bind.EntryBinding, boolean)"><B>StoredMap(Database, EntryBinding, EntryBinding, boolean)</B></A> - 
Constructor for class com.sleepycat.collections.<A HREF="com/sleepycat/collections/StoredMap.html" title="class in com.sleepycat.collections">StoredMap</A>
<DD>Creates a map view of a <A HREF="com/sleepycat/db/Database.html" title="class in com.sleepycat.db"><CODE>Database</CODE></A>.
<DT><A HREF="com/sleepycat/collections/StoredMap.html#StoredMap(com.sleepycat.db.Database, com.sleepycat.bind.EntryBinding, com.sleepycat.bind.EntryBinding, com.sleepycat.collections.PrimaryKeyAssigner)"><B>StoredMap(Database, EntryBinding, EntryBinding, PrimaryKeyAssigner)</B></A> - 
Constructor for class com.sleepycat.collections.<A HREF="com/sleepycat/collections/StoredMap.html" title="class in com.sleepycat.collections">StoredMap</A>
<DD>Creates a map view of a <A HREF="com/sleepycat/db/Database.html" title="class in com.sleepycat.db"><CODE>Database</CODE></A> with a <A HREF="com/sleepycat/collections/PrimaryKeyAssigner.html" title="interface in com.sleepycat.collections"><CODE>PrimaryKeyAssigner</CODE></A>.
<DT><A HREF="com/sleepycat/collections/StoredMap.html#StoredMap(com.sleepycat.db.Database, com.sleepycat.bind.EntryBinding, com.sleepycat.bind.EntityBinding, boolean)"><B>StoredMap(Database, EntryBinding, EntityBinding, boolean)</B></A> - 
Constructor for class com.sleepycat.collections.<A HREF="com/sleepycat/collections/StoredMap.html" title="class in com.sleepycat.collections">StoredMap</A>
<DD>Creates a map entity view of a <A HREF="com/sleepycat/db/Database.html" title="class in com.sleepycat.db"><CODE>Database</CODE></A>.
<DT><A HREF="com/sleepycat/collections/StoredMap.html#StoredMap(com.sleepycat.db.Database, com.sleepycat.bind.EntryBinding, com.sleepycat.bind.EntityBinding, com.sleepycat.collections.PrimaryKeyAssigner)"><B>StoredMap(Database, EntryBinding, EntityBinding, PrimaryKeyAssigner)</B></A> - 
Constructor for class com.sleepycat.collections.<A HREF="com/sleepycat/collections/StoredMap.html" title="class in com.sleepycat.collections">StoredMap</A>
<DD>Creates a map entity view of a <A HREF="com/sleepycat/db/Database.html" title="class in com.sleepycat.db"><CODE>Database</CODE></A> with a <A HREF="com/sleepycat/collections/PrimaryKeyAssigner.html" title="interface in com.sleepycat.collections"><CODE>PrimaryKeyAssigner</CODE></A>.
<DT><A HREF="com/sleepycat/collections/StoredSortedEntrySet.html" title="class in com.sleepycat.collections"><B>StoredSortedEntrySet</B></A> - class com.sleepycat.collections.<A HREF="com/sleepycat/collections/StoredSortedEntrySet.html" title="class in com.sleepycat.collections">StoredSortedEntrySet</A>.<DD>The SortedSet returned by Map.entrySet().<DT><A HREF="com/sleepycat/collections/StoredSortedKeySet.html" title="class in com.sleepycat.collections"><B>StoredSortedKeySet</B></A> - class com.sleepycat.collections.<A HREF="com/sleepycat/collections/StoredSortedKeySet.html" title="class in com.sleepycat.collections">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/collections/StoredSortedKeySet.html#StoredSortedKeySet(com.sleepycat.db.Database, com.sleepycat.bind.EntryBinding, boolean)"><B>StoredSortedKeySet(Database, EntryBinding, boolean)</B></A> - 
Constructor for class com.sleepycat.collections.<A HREF="com/sleepycat/collections/StoredSortedKeySet.html" title="class in com.sleepycat.collections">StoredSortedKeySet</A>
<DD>Creates a sorted key set view of a <A HREF="com/sleepycat/db/Database.html" title="class in com.sleepycat.db"><CODE>Database</CODE></A>.
<DT><A HREF="com/sleepycat/collections/StoredSortedMap.html" title="class in com.sleepycat.collections"><B>StoredSortedMap</B></A> - class com.sleepycat.collections.<A HREF="com/sleepycat/collections/StoredSortedMap.html" title="class in com.sleepycat.collections">StoredSortedMap</A>.<DD>A SortedMap view of a <A HREF="com/sleepycat/db/Database.html" title="class in com.sleepycat.db"><CODE>Database</CODE></A>.<DT><A HREF="com/sleepycat/collections/StoredSortedMap.html#StoredSortedMap(com.sleepycat.db.Database, com.sleepycat.bind.EntryBinding, com.sleepycat.bind.EntryBinding, boolean)"><B>StoredSortedMap(Database, EntryBinding, EntryBinding, boolean)</B></A> - 
Constructor for class com.sleepycat.collections.<A HREF="com/sleepycat/collections/StoredSortedMap.html" title="class in com.sleepycat.collections">StoredSortedMap</A>
<DD>Creates a sorted map view of a <A HREF="com/sleepycat/db/Database.html" title="class in com.sleepycat.db"><CODE>Database</CODE></A>.
<DT><A HREF="com/sleepycat/collections/StoredSortedMap.html#StoredSortedMap(com.sleepycat.db.Database, com.sleepycat.bind.EntryBinding, com.sleepycat.bind.EntryBinding, com.sleepycat.collections.PrimaryKeyAssigner)"><B>StoredSortedMap(Database, EntryBinding, EntryBinding, PrimaryKeyAssigner)</B></A> - 
Constructor for class com.sleepycat.collections.<A HREF="com/sleepycat/collections/StoredSortedMap.html" title="class in com.sleepycat.collections">StoredSortedMap</A>
<DD>Creates a sorted map view of a <A HREF="com/sleepycat/db/Database.html" title="class in com.sleepycat.db"><CODE>Database</CODE></A> with a <A HREF="com/sleepycat/collections/PrimaryKeyAssigner.html" title="interface in com.sleepycat.collections"><CODE>PrimaryKeyAssigner</CODE></A>.
<DT><A HREF="com/sleepycat/collections/StoredSortedMap.html#StoredSortedMap(com.sleepycat.db.Database, com.sleepycat.bind.EntryBinding, com.sleepycat.bind.EntityBinding, boolean)"><B>StoredSortedMap(Database, EntryBinding, EntityBinding, boolean)</B></A> - 
Constructor for class com.sleepycat.collections.<A HREF="com/sleepycat/collections/StoredSortedMap.html" title="class in com.sleepycat.collections">StoredSortedMap</A>
<DD>Creates a sorted map entity view of a <A HREF="com/sleepycat/db/Database.html" title="class in com.sleepycat.db"><CODE>Database</CODE></A>.
<DT><A HREF="com/sleepycat/collections/StoredSortedMap.html#StoredSortedMap(com.sleepycat.db.Database, com.sleepycat.bind.EntryBinding, com.sleepycat.bind.EntityBinding, com.sleepycat.collections.PrimaryKeyAssigner)"><B>StoredSortedMap(Database, EntryBinding, EntityBinding, PrimaryKeyAssigner)</B></A> - 
Constructor for class com.sleepycat.collections.<A HREF="com/sleepycat/collections/StoredSortedMap.html" title="class in com.sleepycat.collections">StoredSortedMap</A>
<DD>Creates a sorted map entity view of a <A HREF="com/sleepycat/db/Database.html" title="class in com.sleepycat.db"><CODE>Database</CODE></A> with a <A HREF="com/sleepycat/collections/PrimaryKeyAssigner.html" title="interface in com.sleepycat.collections"><CODE>PrimaryKeyAssigner</CODE></A>.
<DT><A HREF="com/sleepycat/collections/StoredSortedValueSet.html" title="class in com.sleepycat.collections"><B>StoredSortedValueSet</B></A> - class com.sleepycat.collections.<A HREF="com/sleepycat/collections/StoredSortedValueSet.html" title="class in com.sleepycat.collections">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/collections/StoredSortedValueSet.html#StoredSortedValueSet(com.sleepycat.db.Database, com.sleepycat.bind.EntityBinding, boolean)"><B>StoredSortedValueSet(Database, EntityBinding, boolean)</B></A> - 
Constructor for class com.sleepycat.collections.<A HREF="com/sleepycat/collections/StoredSortedValueSet.html" title="class in com.sleepycat.collections">StoredSortedValueSet</A>
<DD>Creates a sorted value set entity view of a <A HREF="com/sleepycat/db/Database.html" title="class in com.sleepycat.db"><CODE>Database</CODE></A>.
<DT><A HREF="com/sleepycat/collections/StoredValueSet.html" title="class in com.sleepycat.collections"><B>StoredValueSet</B></A> - class com.sleepycat.collections.<A HREF="com/sleepycat/collections/StoredValueSet.html" title="class in com.sleepycat.collections">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/collections/StoredValueSet.html#StoredValueSet(com.sleepycat.db.Database, com.sleepycat.bind.EntryBinding, boolean)"><B>StoredValueSet(Database, EntryBinding, boolean)</B></A> - 
Constructor for class com.sleepycat.collections.<A HREF="com/sleepycat/collections/StoredValueSet.html" title="class in com.sleepycat.collections">StoredValueSet</A>
<DD>Creates a value set view of a <A HREF="com/sleepycat/db/Database.html" title="class in com.sleepycat.db"><CODE>Database</CODE></A>.
<DT><A HREF="com/sleepycat/collections/StoredValueSet.html#StoredValueSet(com.sleepycat.db.Database, com.sleepycat.bind.EntityBinding, boolean)"><B>StoredValueSet(Database, EntityBinding, boolean)</B></A> - 
Constructor for class com.sleepycat.collections.<A HREF="com/sleepycat/collections/StoredValueSet.html" title="class in com.sleepycat.collections">StoredValueSet</A>
<DD>Creates a value set entity view of a <A HREF="com/sleepycat/db/Database.html" title="class in com.sleepycat.db"><CODE>Database</CODE></A>.
<DT><A HREF="com/sleepycat/bind/tuple/StringBinding.html" title="class in com.sleepycat.bind.tuple"><B>StringBinding</B></A> - class com.sleepycat.bind.tuple.<A HREF="com/sleepycat/bind/tuple/StringBinding.html" title="class in com.sleepycat.bind.tuple">StringBinding</A>.<DD>A concrete <code>TupleBinding</code> for a simple <code>String</code> value.<DT><A HREF="com/sleepycat/bind/tuple/StringBinding.html#StringBinding()"><B>StringBinding()</B></A> - 
Constructor for class com.sleepycat.bind.tuple.<A HREF="com/sleepycat/bind/tuple/StringBinding.html" title="class in com.sleepycat.bind.tuple">StringBinding</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/db/ReplicationTransport.html#send(com.sleepycat.db.Environment, com.sleepycat.db.DatabaseEntry, com.sleepycat.db.DatabaseEntry, com.sleepycat.db.LogSequenceNumber, int, boolean, boolean)"><B>send(Environment, DatabaseEntry, DatabaseEntry, LogSequenceNumber, int, boolean, boolean)</B></A> - 
Method in interface com.sleepycat.db.<A HREF="com/sleepycat/db/ReplicationTransport.html" title="interface in com.sleepycat.db">ReplicationTransport</A>
<DD>The callback used when Berkeley DB needs to transmit a replication
    message.
<DT><A HREF="com/sleepycat/collections/StoredIterator.html#set(java.lang.Object)"><B>set(Object)</B></A> - 
Method in class com.sleepycat.collections.<A HREF="com/sleepycat/collections/StoredIterator.html" title="class in com.sleepycat.collections">StoredIterator</A>
<DD>Replaces the last element returned by next or previous with the
 specified element (optional operation).
<DT><A HREF="com/sleepycat/collections/StoredList.html#set(int, java.lang.Object)"><B>set(int, Object)</B></A> - 
Method in class com.sleepycat.collections.<A HREF="com/sleepycat/collections/StoredList.html" title="class in com.sleepycat.collections">StoredList</A>
<DD>Replaces the element at the specified position in this list with the
 specified element (optional operation).
<DT><A HREF="com/sleepycat/db/LogCursor.html#set(com.sleepycat.db.LogSequenceNumber, com.sleepycat.db.DatabaseEntry)"><B>set(LogSequenceNumber, DatabaseEntry)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/LogCursor.html" title="class in com.sleepycat.db">LogCursor</A>
<DD>Return a specific log record.
<DT><A HREF="com/sleepycat/db/VerifyConfig.html#setAggressive(boolean)"><B>setAggressive(boolean)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/VerifyConfig.html" title="class in com.sleepycat.db">VerifyConfig</A>
<DD>Configure <A HREF="com/sleepycat/db/Database.html#verify(java.lang.String, java.lang.String, java.io.PrintStream, com.sleepycat.db.VerifyConfig)"><CODE>Database.verify</CODE></A> to output <b>all</b> the
    key/data pairs in the file that can be found.
<DT><A HREF="com/sleepycat/db/DatabaseConfig.html#setAllowCreate(boolean)"><B>setAllowCreate(boolean)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DatabaseConfig.html" title="class in com.sleepycat.db">DatabaseConfig</A>
<DD>Configure the <A HREF="com/sleepycat/db/Environment.html#openDatabase(com.sleepycat.db.Transaction, java.lang.String, java.lang.String, com.sleepycat.db.DatabaseConfig)"><CODE>Environment.openDatabase</CODE></A> method to create
    the database if it does not already exist.
<DT><A HREF="com/sleepycat/db/EnvironmentConfig.html#setAllowCreate(boolean)"><B>setAllowCreate(boolean)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/EnvironmentConfig.html" title="class in com.sleepycat.db">EnvironmentConfig</A>
<DD>Configure the database environment to create any underlying files,
    as necessary.
<DT><A HREF="com/sleepycat/db/SequenceConfig.html#setAllowCreate(boolean)"><B>setAllowCreate(boolean)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/SequenceConfig.html" title="class in com.sleepycat.db">SequenceConfig</A>
<DD>Configure the <A HREF="com/sleepycat/db/Database.html#openSequence(com.sleepycat.db.Transaction, com.sleepycat.db.DatabaseEntry, com.sleepycat.db.SequenceConfig)"><CODE>Database.openSequence</CODE></A> method to
    create the sequence if it does not already exist.
<DT><A HREF="com/sleepycat/collections/TransactionRunner.html#setAllowNestedTransactions(boolean)"><B>setAllowNestedTransactions(boolean)</B></A> - 
Method in class com.sleepycat.collections.<A HREF="com/sleepycat/collections/TransactionRunner.html" title="class in com.sleepycat.collections">TransactionRunner</A>
<DD>Changes whether nested transactions will be created if
 <code>run()</code> is called when a transaction is already active for
 the current thread.
<DT><A HREF="com/sleepycat/db/SecondaryConfig.html#setAllowPopulate(boolean)"><B>setAllowPopulate(boolean)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/SecondaryConfig.html" title="class in com.sleepycat.db">SecondaryConfig</A>
<DD>Specifies whether automatic population of the secondary is allowed.
<DT><A HREF="com/sleepycat/db/SequenceConfig.html#setAutoCommitNoSync(boolean)"><B>setAutoCommitNoSync(boolean)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/SequenceConfig.html" title="class in com.sleepycat.db">SequenceConfig</A>
<DD>Configure auto-commit operations on the sequence to not flush
    the transaction log.
<DT><A HREF="com/sleepycat/db/DatabaseConfig.html#setBtreeComparator(java.util.Comparator)"><B>setBtreeComparator(Comparator)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DatabaseConfig.html" title="class in com.sleepycat.db">DatabaseConfig</A>
<DD>By default, a byte by byte lexicographic comparison is used for
    btree keys.
<DT><A HREF="com/sleepycat/db/DatabaseConfig.html#setBtreeMinKey(int)"><B>setBtreeMinKey(int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DatabaseConfig.html" title="class in com.sleepycat.db">DatabaseConfig</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/DatabaseConfig.html#setBtreePrefixCalculator(com.sleepycat.db.BtreePrefixCalculator)"><B>setBtreePrefixCalculator(BtreePrefixCalculator)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DatabaseConfig.html" title="class in com.sleepycat.db">DatabaseConfig</A>
<DD>Set the Btree prefix callback.
<DT><A HREF="com/sleepycat/db/DatabaseConfig.html#setBtreeRecordNumbers(boolean)"><B>setBtreeRecordNumbers(boolean)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DatabaseConfig.html" title="class in com.sleepycat.db">DatabaseConfig</A>
<DD>Configure the Btree to support retrieval by record number.
<DT><A HREF="com/sleepycat/db/DatabaseConfig.html#setByteOrder(int)"><B>setByteOrder(int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DatabaseConfig.html" title="class in com.sleepycat.db">DatabaseConfig</A>
<DD>Set the byte order for integers in the stored database metadata.
<DT><A HREF="com/sleepycat/db/EnvironmentConfig.html#setCDBLockAllDatabases(boolean)"><B>setCDBLockAllDatabases(boolean)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/EnvironmentConfig.html" title="class in com.sleepycat.db">EnvironmentConfig</A>
<DD>Configure Concurrent Data Store applications to perform locking on
    an environment-wide basis rather than on a per-database basis.
<DT><A HREF="com/sleepycat/db/DatabaseConfig.html#setCacheCount(int)"><B>setCacheCount(int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DatabaseConfig.html" title="class in com.sleepycat.db">DatabaseConfig</A>
<DD>Set the number of shared memory buffer pools, that is, the number of
caches.
<DT><A HREF="com/sleepycat/db/EnvironmentConfig.html#setCacheCount(int)"><B>setCacheCount(int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/EnvironmentConfig.html" title="class in com.sleepycat.db">EnvironmentConfig</A>
<DD>Set the number of shared memory buffer pools, that is, the number of
caches.
<DT><A HREF="com/sleepycat/db/DatabaseConfig.html#setCacheSize(long)"><B>setCacheSize(long)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DatabaseConfig.html" title="class in com.sleepycat.db">DatabaseConfig</A>
<DD>Set the size of the shared memory buffer pool, that is, the size of the
cache.
<DT><A HREF="com/sleepycat/db/EnvironmentConfig.html#setCacheSize(long)"><B>setCacheSize(long)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/EnvironmentConfig.html" title="class in com.sleepycat.db">EnvironmentConfig</A>
<DD>Set the size of the shared memory buffer pool, that is, the size of the
cache.
<DT><A HREF="com/sleepycat/db/SequenceConfig.html#setCacheSize(int)"><B>setCacheSize(int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/SequenceConfig.html" title="class in com.sleepycat.db">SequenceConfig</A>
<DD>Set the
Configure the number of elements cached by a sequence handle.
<DT><A HREF="com/sleepycat/db/DatabaseConfig.html#setChecksum(boolean)"><B>setChecksum(boolean)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DatabaseConfig.html" title="class in com.sleepycat.db">DatabaseConfig</A>
<DD>Configure the database environment to do checksum verification of
    pages read into the cache from the backing filestore.
<DT><A HREF="com/sleepycat/db/StatsConfig.html#setClear(boolean)"><B>setClear(boolean)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/StatsConfig.html" title="class in com.sleepycat.db">StatsConfig</A>
<DD>Configure the statistics operation to reset statistics after they
    are returned.
<DT><A HREF="com/sleepycat/db/Database.html#setConfig(com.sleepycat.db.DatabaseConfig)"><B>setConfig(DatabaseConfig)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Database.html" title="class in com.sleepycat.db">Database</A>
<DD>Change the settings in an existing database handle.
<DT><A HREF="com/sleepycat/db/Environment.html#setConfig(com.sleepycat.db.EnvironmentConfig)"><B>setConfig(EnvironmentConfig)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Environment.html" title="class in com.sleepycat.db">Environment</A>
<DD>Change the settings in an existing environment handle.
<DT><A HREF="com/sleepycat/db/DatabaseEntry.html#setData(byte[])"><B>setData(byte[])</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DatabaseEntry.html" title="class in com.sleepycat.db">DatabaseEntry</A>
<DD>Sets the byte array.
<DT><A HREF="com/sleepycat/db/DatabaseEntry.html#setData(byte[], int, int)"><B>setData(byte[], int, int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DatabaseEntry.html" title="class in com.sleepycat.db">DatabaseEntry</A>
<DD>Sets the byte array, offset and size.
<DT><A HREF="com/sleepycat/db/SequenceConfig.html#setDecrement(boolean)"><B>setDecrement(boolean)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/SequenceConfig.html" title="class in com.sleepycat.db">SequenceConfig</A>
<DD>Specify that the sequence should be decremented.
<DT><A HREF="com/sleepycat/db/CursorConfig.html#setDegree2(boolean)"><B>setDegree2(boolean)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/CursorConfig.html" title="class in com.sleepycat.db">CursorConfig</A>
<DD>Configure the cursor for degree 2 isolation.
<DT><A HREF="com/sleepycat/db/TransactionConfig.html#setDegree2(boolean)"><B>setDegree2(boolean)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/TransactionConfig.html" title="class in com.sleepycat.db">TransactionConfig</A>
<DD>Configure this transaction to have degree 2 isolation.
<DT><A HREF="com/sleepycat/db/EnvironmentConfig.html#setDirectDatabaseIO(boolean)"><B>setDirectDatabaseIO(boolean)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/EnvironmentConfig.html" title="class in com.sleepycat.db">EnvironmentConfig</A>
<DD>Configure the database environment to not buffer database files.
<DT><A HREF="com/sleepycat/db/EnvironmentConfig.html#setDirectLogIO(boolean)"><B>setDirectLogIO(boolean)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/EnvironmentConfig.html" title="class in com.sleepycat.db">EnvironmentConfig</A>
<DD>Configure the database environment to not buffer log files.
<DT><A HREF="com/sleepycat/db/CursorConfig.html#setDirtyRead(boolean)"><B>setDirtyRead(boolean)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/CursorConfig.html" title="class in com.sleepycat.db">CursorConfig</A>
<DD>Configure read operations performed by the cursor to return modified
    but not yet committed data.
<DT><A HREF="com/sleepycat/db/DatabaseConfig.html#setDirtyRead(boolean)"><B>setDirtyRead(boolean)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DatabaseConfig.html" title="class in com.sleepycat.db">DatabaseConfig</A>
<DD>Configure the database to support dirty reads.
<DT><A HREF="com/sleepycat/db/TransactionConfig.html#setDirtyRead(boolean)"><B>setDirtyRead(boolean)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/TransactionConfig.html" title="class in com.sleepycat.db">TransactionConfig</A>
<DD>Configure the transaction to perform dirty reads.
<DT><A HREF="com/sleepycat/db/EnvironmentConfig.html#setDsyncLog(boolean)"><B>setDsyncLog(boolean)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/EnvironmentConfig.html" title="class in com.sleepycat.db">EnvironmentConfig</A>
<DD>Configure the database environment to flush log writes to the
    backing disk before returning from the write system call, rather
    than flushing log writes explicitly in a separate system call.
<DT><A HREF="com/sleepycat/db/DatabaseConfig.html#setDuplicateComparator(java.util.Comparator)"><B>setDuplicateComparator(Comparator)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DatabaseConfig.html" title="class in com.sleepycat.db">DatabaseConfig</A>
<DD>Set the duplicate data item comparison callback.
<DT><A HREF="com/sleepycat/db/DatabaseConfig.html#setEncrypted(java.lang.String)"><B>setEncrypted(String)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DatabaseConfig.html" title="class in com.sleepycat.db">DatabaseConfig</A>
<DD>Set the password used to perform encryption and decryption.
<DT><A HREF="com/sleepycat/db/EnvironmentConfig.html#setEncrypted(java.lang.String)"><B>setEncrypted(String)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/EnvironmentConfig.html" title="class in com.sleepycat.db">EnvironmentConfig</A>
<DD>Set the password used to perform encryption and decryption.
<DT><A HREF="com/sleepycat/db/DatabaseConfig.html#setErrorHandler(com.sleepycat.db.ErrorHandler)"><B>setErrorHandler(ErrorHandler)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DatabaseConfig.html" title="class in com.sleepycat.db">DatabaseConfig</A>
<DD>Set the function to be called if an error occurs.
<DT><A HREF="com/sleepycat/db/EnvironmentConfig.html#setErrorHandler(com.sleepycat.db.ErrorHandler)"><B>setErrorHandler(ErrorHandler)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/EnvironmentConfig.html" title="class in com.sleepycat.db">EnvironmentConfig</A>
<DD>Set the function to be called if an error occurs.
<DT><A HREF="com/sleepycat/db/DatabaseConfig.html#setErrorPrefix(java.lang.String)"><B>setErrorPrefix(String)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DatabaseConfig.html" title="class in com.sleepycat.db">DatabaseConfig</A>
<DD>Set the prefix string that appears before error messages.
<DT><A HREF="com/sleepycat/db/EnvironmentConfig.html#setErrorPrefix(java.lang.String)"><B>setErrorPrefix(String)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/EnvironmentConfig.html" title="class in com.sleepycat.db">EnvironmentConfig</A>
<DD>Set the prefix string that appears before error messages.
<DT><A HREF="com/sleepycat/db/DatabaseConfig.html#setErrorStream(java.io.OutputStream)"><B>setErrorStream(OutputStream)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DatabaseConfig.html" title="class in com.sleepycat.db">DatabaseConfig</A>
<DD>Set an OutputStream for displaying error messages.
<DT><A HREF="com/sleepycat/db/EnvironmentConfig.html#setErrorStream(java.io.OutputStream)"><B>setErrorStream(OutputStream)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/EnvironmentConfig.html" title="class in com.sleepycat.db">EnvironmentConfig</A>
<DD>Set an OutputStream for displaying error messages.
<DT><A HREF="com/sleepycat/db/DatabaseConfig.html#setExclusiveCreate(boolean)"><B>setExclusiveCreate(boolean)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DatabaseConfig.html" title="class in com.sleepycat.db">DatabaseConfig</A>
<DD>Configure the <A HREF="com/sleepycat/db/Environment.html#openDatabase(com.sleepycat.db.Transaction, java.lang.String, java.lang.String, com.sleepycat.db.DatabaseConfig)"><CODE>Environment.openDatabase</CODE></A> method to fail if
    the database already exists.
<DT><A HREF="com/sleepycat/db/SequenceConfig.html#setExclusiveCreate(boolean)"><B>setExclusiveCreate(boolean)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/SequenceConfig.html" title="class in com.sleepycat.db">SequenceConfig</A>
<DD>Configure the <A HREF="com/sleepycat/db/Database.html#openSequence(com.sleepycat.db.Transaction, com.sleepycat.db.DatabaseEntry, com.sleepycat.db.SequenceConfig)"><CODE>Database.openSequence</CODE></A> method to
    fail if the database already exists.
<DT><A HREF="com/sleepycat/db/StatsConfig.html#setFast(boolean)"><B>setFast(boolean)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/StatsConfig.html" title="class in com.sleepycat.db">StatsConfig</A>
<DD>Configure the statistics operation to return only the values which
    do not incur some performance penalty.
<DT><A HREF="com/sleepycat/db/DatabaseConfig.html#setFeedbackHandler(com.sleepycat.db.FeedbackHandler)"><B>setFeedbackHandler(FeedbackHandler)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DatabaseConfig.html" title="class in com.sleepycat.db">DatabaseConfig</A>
<DD>Set an object whose methods are called to provide feedback.
<DT><A HREF="com/sleepycat/db/EnvironmentConfig.html#setFeedbackHandler(com.sleepycat.db.FeedbackHandler)"><B>setFeedbackHandler(FeedbackHandler)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/EnvironmentConfig.html" title="class in com.sleepycat.db">EnvironmentConfig</A>
<DD>Set an object whose methods are called to provide feedback.
<DT><A HREF="com/sleepycat/db/CheckpointConfig.html#setForce(boolean)"><B>setForce(boolean)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/CheckpointConfig.html" title="class in com.sleepycat.db">CheckpointConfig</A>
<DD>Configure the checkpoint force option.
<DT><A HREF="com/sleepycat/db/DatabaseConfig.html#setHashFillFactor(int)"><B>setHashFillFactor(int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DatabaseConfig.html" title="class in com.sleepycat.db">DatabaseConfig</A>
<DD>Set the desired density within the hash table.
<DT><A HREF="com/sleepycat/db/DatabaseConfig.html#setHashNumElements(int)"><B>setHashNumElements(int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DatabaseConfig.html" title="class in com.sleepycat.db">DatabaseConfig</A>
<DD>Set an estimate of the final size of the hash table.
<DT><A HREF="com/sleepycat/db/DatabaseConfig.html#setHasher(com.sleepycat.db.Hasher)"><B>setHasher(Hasher)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DatabaseConfig.html" title="class in com.sleepycat.db">DatabaseConfig</A>
<DD>Set a database-specific hash function.
<DT><A HREF="com/sleepycat/db/SequenceConfig.html#setInitialValue(long)"><B>setInitialValue(long)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/SequenceConfig.html" title="class in com.sleepycat.db">SequenceConfig</A>
<DD>Set the
Set the initial value for a sequence.
<DT><A HREF="com/sleepycat/db/EnvironmentConfig.html#setInitializeCDB(boolean)"><B>setInitializeCDB(boolean)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/EnvironmentConfig.html" title="class in com.sleepycat.db">EnvironmentConfig</A>
<DD>Configure the database environment for the Concurrent Data Store
    product.
<DT><A HREF="com/sleepycat/db/EnvironmentConfig.html#setInitializeCache(boolean)"><B>setInitializeCache(boolean)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/EnvironmentConfig.html" title="class in com.sleepycat.db">EnvironmentConfig</A>
<DD>Configure a shared memory buffer pool in the database environment.
<DT><A HREF="com/sleepycat/db/EnvironmentConfig.html#setInitializeLocking(boolean)"><B>setInitializeLocking(boolean)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/EnvironmentConfig.html" title="class in com.sleepycat.db">EnvironmentConfig</A>
<DD>Configure the database environment for locking.
<DT><A HREF="com/sleepycat/db/EnvironmentConfig.html#setInitializeLogging(boolean)"><B>setInitializeLogging(boolean)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/EnvironmentConfig.html" title="class in com.sleepycat.db">EnvironmentConfig</A>
<DD>Configure the database environment for logging.
<DT><A HREF="com/sleepycat/db/EnvironmentConfig.html#setInitializeRegions(boolean)"><B>setInitializeRegions(boolean)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/EnvironmentConfig.html" title="class in com.sleepycat.db">EnvironmentConfig</A>
<DD>Configure the database environment to page-fault shared regions into
    memory when initially creating or joining a database environment.
<DT><A HREF="com/sleepycat/db/EnvironmentConfig.html#setInitializeReplication(boolean)"><B>setInitializeReplication(boolean)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/EnvironmentConfig.html" title="class in com.sleepycat.db">EnvironmentConfig</A>
<DD>Configure the database environment for replication.
<DT><A HREF="com/sleepycat/db/EnvironmentConfig.html#setJoinEnvironment(boolean)"><B>setJoinEnvironment(boolean)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/EnvironmentConfig.html" title="class in com.sleepycat.db">EnvironmentConfig</A>
<DD>Configure the handle to join an existing environment.
<DT><A HREF="com/sleepycat/db/CheckpointConfig.html#setKBytes(int)"><B>setKBytes(int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/CheckpointConfig.html" title="class in com.sleepycat.db">CheckpointConfig</A>
<DD>Configure the checkpoint log data threshold, in kilobytes.
<DT><A HREF="com/sleepycat/db/SecondaryConfig.html#setKeyCreator(com.sleepycat.db.SecondaryKeyCreator)"><B>setKeyCreator(SecondaryKeyCreator)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/SecondaryConfig.html" title="class in com.sleepycat.db">SecondaryConfig</A>
<DD>Specifies the user-supplied object used for creating secondary keys.
<DT><A HREF="com/sleepycat/db/LockRequest.html#setLock(com.sleepycat.db.Lock)"><B>setLock(Lock)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/LockRequest.html" title="class in com.sleepycat.db">LockRequest</A>
<DD>Set the lock reference.
<DT><A HREF="com/sleepycat/db/EnvironmentConfig.html#setLockConflicts(byte[][])"><B>setLockConflicts(byte[][])</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/EnvironmentConfig.html" title="class in com.sleepycat.db">EnvironmentConfig</A>
<DD>Configure the locking conflicts matrix.
<DT><A HREF="com/sleepycat/db/EnvironmentConfig.html#setLockDetectMode(com.sleepycat.db.LockDetectMode)"><B>setLockDetectMode(LockDetectMode)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/EnvironmentConfig.html" title="class in com.sleepycat.db">EnvironmentConfig</A>
<DD>Configure if the deadlock detector is to be run whenever a lock
    conflict occurs.
<DT><A HREF="com/sleepycat/db/EnvironmentConfig.html#setLockDown(boolean)"><B>setLockDown(boolean)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/EnvironmentConfig.html" title="class in com.sleepycat.db">EnvironmentConfig</A>
<DD>Configure the database environment to lock shared environment files
    and memory-mapped databases into memory.
<DT><A HREF="com/sleepycat/db/EnvironmentConfig.html#setLockTimeout(long)"><B>setLockTimeout(long)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/EnvironmentConfig.html" title="class in com.sleepycat.db">EnvironmentConfig</A>
<DD>Set the timeout value for the database environment
locks.
<DT><A HREF="com/sleepycat/db/Transaction.html#setLockTimeout(long)"><B>setLockTimeout(long)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Transaction.html" title="class in com.sleepycat.db">Transaction</A>
<DD>Configure the lock request timeout value for the transaction.
<DT><A HREF="com/sleepycat/db/EnvironmentConfig.html#setLogAutoRemove(boolean)"><B>setLogAutoRemove(boolean)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/EnvironmentConfig.html" title="class in com.sleepycat.db">EnvironmentConfig</A>
<DD>Configure the system to automatically remove log files that are no
    longer needed.
<DT><A HREF="com/sleepycat/db/EnvironmentConfig.html#setLogBufferSize(int)"><B>setLogBufferSize(int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/EnvironmentConfig.html" title="class in com.sleepycat.db">EnvironmentConfig</A>
<DD>Set the size of the in-memory log buffer, in bytes.
<DT><A HREF="com/sleepycat/db/EnvironmentConfig.html#setLogDirectory(java.io.File)"><B>setLogDirectory(File)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/EnvironmentConfig.html" title="class in com.sleepycat.db">EnvironmentConfig</A>
<DD>Set the path of a directory to be used as the location of logging files.
<DT><A HREF="com/sleepycat/db/EnvironmentConfig.html#setLogInMemory(boolean)"><B>setLogInMemory(boolean)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/EnvironmentConfig.html" title="class in com.sleepycat.db">EnvironmentConfig</A>
<DD>If set, maintain transaction logs in memory rather than on disk.
<DT><A HREF="com/sleepycat/db/EnvironmentConfig.html#setLogRecordHandler(com.sleepycat.db.LogRecordHandler)"><B>setLogRecordHandler(LogRecordHandler)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/EnvironmentConfig.html" title="class in com.sleepycat.db">EnvironmentConfig</A>
<DD>Set a function to process application-specific log records.
<DT><A HREF="com/sleepycat/db/EnvironmentConfig.html#setLogRegionSize(int)"><B>setLogRegionSize(int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/EnvironmentConfig.html" title="class in com.sleepycat.db">EnvironmentConfig</A>
<DD>Set the size of the underlying logging area of the database
    environment, in bytes.
<DT><A HREF="com/sleepycat/db/EnvironmentConfig.html#setMMapSize(long)"><B>setMMapSize(long)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/EnvironmentConfig.html" title="class in com.sleepycat.db">EnvironmentConfig</A>
<DD>Set the maximum file size, in bytes, for a file to be mapped into
    the process address space.
<DT><A HREF="com/sleepycat/db/EnvironmentConfig.html#setMaxLockObjects(int)"><B>setMaxLockObjects(int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/EnvironmentConfig.html" title="class in com.sleepycat.db">EnvironmentConfig</A>
<DD>Set the maximum number of locked objects supported by the database
    environment.
<DT><A HREF="com/sleepycat/db/EnvironmentConfig.html#setMaxLockers(int)"><B>setMaxLockers(int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/EnvironmentConfig.html" title="class in com.sleepycat.db">EnvironmentConfig</A>
<DD>Set the maximum number of locking entities supported by the database
    environment.
<DT><A HREF="com/sleepycat/db/EnvironmentConfig.html#setMaxLocks(int)"><B>setMaxLocks(int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/EnvironmentConfig.html" title="class in com.sleepycat.db">EnvironmentConfig</A>
<DD>Set the maximum number of locks supported by the database
    environment.
<DT><A HREF="com/sleepycat/db/EnvironmentConfig.html#setMaxLogFileSize(int)"><B>setMaxLogFileSize(int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/EnvironmentConfig.html" title="class in com.sleepycat.db">EnvironmentConfig</A>
<DD>Set the maximum size of a single file in the log, in bytes.
<DT><A HREF="com/sleepycat/collections/TransactionRunner.html#setMaxRetries(int)"><B>setMaxRetries(int)</B></A> - 
Method in class com.sleepycat.collections.<A HREF="com/sleepycat/collections/TransactionRunner.html" title="class in com.sleepycat.collections">TransactionRunner</A>
<DD>Changes the maximum number of retries that will be performed when
 deadlocks are detected.
<DT><A HREF="com/sleepycat/db/CacheFile.html#setMaximumSize(long)"><B>setMaximumSize(long)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/CacheFile.html" title="class in com.sleepycat.db">CacheFile</A>
<DD>Set the
maximum size for the file backing the database.
<DT><A HREF="com/sleepycat/db/DatabaseConfig.html#setMessageHandler(com.sleepycat.db.MessageHandler)"><B>setMessageHandler(MessageHandler)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DatabaseConfig.html" title="class in com.sleepycat.db">DatabaseConfig</A>
<DD>Set a function to be called with an informational message.
<DT><A HREF="com/sleepycat/db/EnvironmentConfig.html#setMessageHandler(com.sleepycat.db.MessageHandler)"><B>setMessageHandler(MessageHandler)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/EnvironmentConfig.html" title="class in com.sleepycat.db">EnvironmentConfig</A>
<DD>Set a function to be called with an informational message.
<DT><A HREF="com/sleepycat/db/DatabaseConfig.html#setMessageStream(java.io.OutputStream)"><B>setMessageStream(OutputStream)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DatabaseConfig.html" title="class in com.sleepycat.db">DatabaseConfig</A>
<DD>Set an OutputStream for displaying informational messages.
<DT><A HREF="com/sleepycat/db/EnvironmentConfig.html#setMessageStream(java.io.OutputStream)"><B>setMessageStream(OutputStream)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/EnvironmentConfig.html" title="class in com.sleepycat.db">EnvironmentConfig</A>
<DD>Set an OutputStream for displaying informational messages.
<DT><A HREF="com/sleepycat/db/CheckpointConfig.html#setMinutes(int)"><B>setMinutes(int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/CheckpointConfig.html" title="class in com.sleepycat.db">CheckpointConfig</A>
<DD>Configure the checkpoint time threshold, in minutes.
<DT><A HREF="com/sleepycat/db/DatabaseConfig.html#setMode(int)"><B>setMode(int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DatabaseConfig.html" title="class in com.sleepycat.db">DatabaseConfig</A>
<DD>On UNIX systems or in IEEE/ANSI Std 1003.1 (POSIX) environments, files
    created by the database open are created with mode <code>mode</code>
    (as described in the <code>chmod</code>(2) manual page) and modified
    by the process' umask value at the time of creation (see the
    <code>umask</code>(2) manual page).
<DT><A HREF="com/sleepycat/db/EnvironmentConfig.html#setMode(int)"><B>setMode(int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/EnvironmentConfig.html" title="class in com.sleepycat.db">EnvironmentConfig</A>
<DD>Configure the database environment to use a specific mode when
    creating underlying files and shared memory segments.
<DT><A HREF="com/sleepycat/db/LockRequest.html#setMode(com.sleepycat.db.LockRequestMode)"><B>setMode(LockRequestMode)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/LockRequest.html" title="class in com.sleepycat.db">LockRequest</A>
<DD>Set the lock mode.
<DT><A HREF="com/sleepycat/db/CacheFile.html#setNoFile(boolean)"><B>setNoFile(boolean)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/CacheFile.html" title="class in com.sleepycat.db">CacheFile</A>
<DD>Disallow opening backing temporary files for in-memory
    databases, even if they expand to fill the entire cache.
<DT><A HREF="com/sleepycat/db/EnvironmentConfig.html#setNoLocking(boolean)"><B>setNoLocking(boolean)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/EnvironmentConfig.html" title="class in com.sleepycat.db">EnvironmentConfig</A>
<DD>Configure the system to grant all requested mutual exclusion mutexes
    and database locks without regard for their actual availability.
<DT><A HREF="com/sleepycat/db/DatabaseConfig.html#setNoMMap(boolean)"><B>setNoMMap(boolean)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DatabaseConfig.html" title="class in com.sleepycat.db">DatabaseConfig</A>
<DD>Configure the library to not map this database into memory.
<DT><A HREF="com/sleepycat/db/EnvironmentConfig.html#setNoMMap(boolean)"><B>setNoMMap(boolean)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/EnvironmentConfig.html" title="class in com.sleepycat.db">EnvironmentConfig</A>
<DD>Configure the system to copy read-only database files into the local
    cache instead of potentially mapping them into process memory.
<DT><A HREF="com/sleepycat/db/VerifyConfig.html#setNoOrderCheck(boolean)"><B>setNoOrderCheck(boolean)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/VerifyConfig.html" title="class in com.sleepycat.db">VerifyConfig</A>
<DD>Configure <A HREF="com/sleepycat/db/Database.html#verify(java.lang.String, java.lang.String, java.io.PrintStream, com.sleepycat.db.VerifyConfig)"><CODE>Database.verify</CODE></A> to skip the database checks for
    btree and duplicate sort order and for hashing.
<DT><A HREF="com/sleepycat/db/EnvironmentConfig.html#setNoPanic(boolean)"><B>setNoPanic(boolean)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/EnvironmentConfig.html" title="class in com.sleepycat.db">EnvironmentConfig</A>
<DD>Configure the system to ignore any panic state in the database
    environment.
<DT><A HREF="com/sleepycat/db/JoinConfig.html#setNoSort(boolean)"><B>setNoSort(boolean)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/JoinConfig.html" title="class in com.sleepycat.db">JoinConfig</A>
<DD>Specifies whether automatic sorting of the input cursors is disabled.
<DT><A HREF="com/sleepycat/db/TransactionConfig.html#setNoSync(boolean)"><B>setNoSync(boolean)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/TransactionConfig.html" title="class in com.sleepycat.db">TransactionConfig</A>
<DD>Configure the transaction to not write or synchronously flush the log
    it when commits.
<DT><A HREF="com/sleepycat/db/TransactionConfig.html#setNoWait(boolean)"><B>setNoWait(boolean)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/TransactionConfig.html" title="class in com.sleepycat.db">TransactionConfig</A>
<DD>Configure the transaction to not wait if a lock request cannot be
    immediately granted.
<DT><A HREF="com/sleepycat/db/LockRequest.html#setObj(com.sleepycat.db.DatabaseEntry)"><B>setObj(DatabaseEntry)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/LockRequest.html" title="class in com.sleepycat.db">LockRequest</A>
<DD>Set the lock object.
<DT><A HREF="com/sleepycat/db/DatabaseEntry.html#setOffset(int)"><B>setOffset(int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DatabaseEntry.html" title="class in com.sleepycat.db">DatabaseEntry</A>
<DD>Set the byte offset into the data array.
<DT><A HREF="com/sleepycat/db/LockRequest.html#setOp(com.sleepycat.db.LockOperation)"><B>setOp(LockOperation)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/LockRequest.html" title="class in com.sleepycat.db">LockRequest</A>
<DD>Set the operation.
<DT><A HREF="com/sleepycat/db/VerifyConfig.html#setOrderCheckOnly(boolean)"><B>setOrderCheckOnly(boolean)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/VerifyConfig.html" title="class in com.sleepycat.db">VerifyConfig</A>
<DD>Configure <A HREF="com/sleepycat/db/Database.html#verify(java.lang.String, java.lang.String, java.io.PrintStream, com.sleepycat.db.VerifyConfig)"><CODE>Database.verify</CODE></A> to do database checks for btree
    and duplicate sort order and for hashing, skipped by verification
    operations configured by <A HREF="com/sleepycat/db/VerifyConfig.html#setNoOrderCheck(boolean)"><CODE>VerifyConfig.setNoOrderCheck</CODE></A>.
<DT><A HREF="com/sleepycat/db/EnvironmentConfig.html#setOverwrite(boolean)"><B>setOverwrite(boolean)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/EnvironmentConfig.html" title="class in com.sleepycat.db">EnvironmentConfig</A>
<DD>Configure the system to overwrite files stored in encrypted formats
    before deleting them.
<DT><A HREF="com/sleepycat/db/DatabaseConfig.html#setPageSize(int)"><B>setPageSize(int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DatabaseConfig.html" title="class in com.sleepycat.db">DatabaseConfig</A>
<DD>Set the size of the pages used to hold items in the database, in bytes.
<DT><A HREF="com/sleepycat/db/DatabaseConfig.html#setPanicHandler(com.sleepycat.db.PanicHandler)"><B>setPanicHandler(PanicHandler)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DatabaseConfig.html" title="class in com.sleepycat.db">DatabaseConfig</A>
<DD>Set the function to be called if the database environment panics.
<DT><A HREF="com/sleepycat/db/EnvironmentConfig.html#setPanicHandler(com.sleepycat.db.PanicHandler)"><B>setPanicHandler(PanicHandler)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/EnvironmentConfig.html" title="class in com.sleepycat.db">EnvironmentConfig</A>
<DD>Set the function to be called if the database environment panics.
<DT><A HREF="com/sleepycat/db/DatabaseEntry.html#setPartial(int, int, boolean)"><B>setPartial(int, int, boolean)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DatabaseEntry.html" title="class in com.sleepycat.db">DatabaseEntry</A>
<DD>Configures this DatabaseEntry to read or write partial records.
<DT><A HREF="com/sleepycat/db/DatabaseEntry.html#setPartial(boolean)"><B>setPartial(boolean)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DatabaseEntry.html" title="class in com.sleepycat.db">DatabaseEntry</A>
<DD>Configure this DatabaseEntry to read or write partial records.
<DT><A HREF="com/sleepycat/db/DatabaseEntry.html#setPartialLength(int)"><B>setPartialLength(int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DatabaseEntry.html" title="class in com.sleepycat.db">DatabaseEntry</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/DatabaseEntry.html#setPartialOffset(int)"><B>setPartialOffset(int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DatabaseEntry.html" title="class in com.sleepycat.db">DatabaseEntry</A>
<DD>Set the offset of the partial record being read or written by the
    application, in bytes.
<DT><A HREF="com/sleepycat/db/VerifyConfig.html#setPrintable(boolean)"><B>setPrintable(boolean)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/VerifyConfig.html" title="class in com.sleepycat.db">VerifyConfig</A>
<DD>Configure <A HREF="com/sleepycat/db/Database.html#verify(java.lang.String, java.lang.String, java.io.PrintStream, com.sleepycat.db.VerifyConfig)"><CODE>Database.verify</CODE></A> to use printing characters to
    where possible.
<DT><A HREF="com/sleepycat/db/CacheFile.html#setPriority(com.sleepycat.db.CacheFilePriority)"><B>setPriority(CacheFilePriority)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/CacheFile.html" title="class in com.sleepycat.db">CacheFile</A>
<DD>Set the
cache priority for pages from the specified file.
<DT><A HREF="com/sleepycat/db/EnvironmentConfig.html#setPrivate(boolean)"><B>setPrivate(boolean)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/EnvironmentConfig.html" title="class in com.sleepycat.db">EnvironmentConfig</A>
<DD>Configure the database environment to only be accessed by a single
    process (although that process may be multithreaded).
<DT><A HREF="com/sleepycat/db/DatabaseConfig.html#setQueueExtentSize(int)"><B>setQueueExtentSize(int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DatabaseConfig.html" title="class in com.sleepycat.db">DatabaseConfig</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/DatabaseConfig.html#setQueueInOrder(boolean)"><B>setQueueInOrder(boolean)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DatabaseConfig.html" title="class in com.sleepycat.db">DatabaseConfig</A>
<DD>Configure <A HREF="com/sleepycat/db/Database.html#consume(com.sleepycat.db.Transaction, com.sleepycat.db.DatabaseEntry, com.sleepycat.db.DatabaseEntry, boolean)"><CODE>Database.consume</CODE></A> to return key/data pairs in
    order, always returning the key/data item from the head of the
    queue.
<DT><A HREF="com/sleepycat/db/EnvironmentConfig.html#setRPCServer(java.lang.String, long, long)"><B>setRPCServer(String, long, long)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/EnvironmentConfig.html" title="class in com.sleepycat.db">EnvironmentConfig</A>
<DD>Establish a connection to a RPC server for this database environment.
<DT><A HREF="com/sleepycat/db/SequenceConfig.html#setRange(long, long)"><B>setRange(long, long)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/SequenceConfig.html" title="class in com.sleepycat.db">SequenceConfig</A>
<DD>Configure a sequence range.
<DT><A HREF="com/sleepycat/collections/StoredIterator.html#setReadModifyWrite(boolean)"><B>setReadModifyWrite(boolean)</B></A> - 
Method in class com.sleepycat.collections.<A HREF="com/sleepycat/collections/StoredIterator.html" title="class in com.sleepycat.collections">StoredIterator</A>
<DD>Changes whether write-locks will be obtained when reading with this
 cursor.
<DT><A HREF="com/sleepycat/db/DatabaseConfig.html#setReadOnly(boolean)"><B>setReadOnly(boolean)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DatabaseConfig.html" title="class in com.sleepycat.db">DatabaseConfig</A>
<DD>Configure the database in read-only mode.
<DT><A HREF="com/sleepycat/db/EnvironmentConfig.html#setReadOnly(boolean)"><B>setReadOnly(boolean)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/EnvironmentConfig.html" title="class in com.sleepycat.db">EnvironmentConfig</A>
<DD>Configure the environment handle to be opened read-only.
<DT><A HREF="com/sleepycat/db/DatabaseConfig.html#setRecordDelimiter(int)"><B>setRecordDelimiter(int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DatabaseConfig.html" title="class in com.sleepycat.db">DatabaseConfig</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/DatabaseConfig.html#setRecordLength(int)"><B>setRecordLength(int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DatabaseConfig.html" title="class in com.sleepycat.db">DatabaseConfig</A>
<DD>Specify the database record length, in bytes.
<DT><A HREF="com/sleepycat/db/DatabaseEntry.html#setRecordNumber(int)"><B>setRecordNumber(int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DatabaseEntry.html" title="class in com.sleepycat.db">DatabaseEntry</A>
<DD>Initialize the entry from a logical record number.
<DT><A HREF="com/sleepycat/db/DatabaseConfig.html#setRecordNumberAppender(com.sleepycat.db.RecordNumberAppender)"><B>setRecordNumberAppender(RecordNumberAppender)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DatabaseConfig.html" title="class in com.sleepycat.db">DatabaseConfig</A>
<DD>Configure <A HREF="com/sleepycat/db/Database.html#append(com.sleepycat.db.Transaction, com.sleepycat.db.DatabaseEntry, com.sleepycat.db.DatabaseEntry)"><CODE>Database.append</CODE></A> to call the function after the
    record number has been selected but before the data has been stored
    into the database.
<DT><A HREF="com/sleepycat/db/DatabaseConfig.html#setRecordPad(int)"><B>setRecordPad(int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DatabaseConfig.html" title="class in com.sleepycat.db">DatabaseConfig</A>
<DD>Set the padding character for short, fixed-length records for the Queue
    and Recno access methods.
<DT><A HREF="com/sleepycat/db/DatabaseConfig.html#setRecordSource(java.io.File)"><B>setRecordSource(File)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DatabaseConfig.html" title="class in com.sleepycat.db">DatabaseConfig</A>
<DD>Set the underlying source file for the Recno access method.
<DT><A HREF="com/sleepycat/db/DatabaseConfig.html#setRenumbering(boolean)"><B>setRenumbering(boolean)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DatabaseConfig.html" title="class in com.sleepycat.db">DatabaseConfig</A>
<DD>Configure the logical record numbers to be mutable, and change as
    records are added to and deleted from the database.
<DT><A HREF="com/sleepycat/db/EnvironmentConfig.html#setReplicationLimit(long)"><B>setReplicationLimit(long)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/EnvironmentConfig.html" title="class in com.sleepycat.db">EnvironmentConfig</A>
<DD>Impose 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/Environment.html#processReplicationMessage(com.sleepycat.db.DatabaseEntry, com.sleepycat.db.DatabaseEntry, int)"><CODE>Environment.processReplicationMessage</CODE></A>.
<DT><A HREF="com/sleepycat/db/EnvironmentConfig.html#setReplicationTransport(int, com.sleepycat.db.ReplicationTransport)"><B>setReplicationTransport(int, ReplicationTransport)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/EnvironmentConfig.html" title="class in com.sleepycat.db">EnvironmentConfig</A>
<DD>Initialize the communication infrastructure for a database environment
    participating in a replicated application.
<DT><A HREF="com/sleepycat/db/DatabaseEntry.html#setReuseBuffer(boolean)"><B>setReuseBuffer(boolean)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DatabaseEntry.html" title="class in com.sleepycat.db">DatabaseEntry</A>
<DD>Configures the entry to try to reuse the buffer before allocating a new
    one.
<DT><A HREF="com/sleepycat/db/DatabaseConfig.html#setReverseSplitOff(boolean)"><B>setReverseSplitOff(boolean)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DatabaseConfig.html" title="class in com.sleepycat.db">DatabaseConfig</A>
<DD>Configure the Btree to not do reverse splits.
<DT><A HREF="com/sleepycat/db/EnvironmentConfig.html#setRunFatalRecovery(boolean)"><B>setRunFatalRecovery(boolean)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/EnvironmentConfig.html" title="class in com.sleepycat.db">EnvironmentConfig</A>
<DD>Configure to run catastrophic recovery on this environment before opening it for
normal use.
<DT><A HREF="com/sleepycat/db/EnvironmentConfig.html#setRunRecovery(boolean)"><B>setRunRecovery(boolean)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/EnvironmentConfig.html" title="class in com.sleepycat.db">EnvironmentConfig</A>
<DD>Configure to run normal recovery on this environment before opening it for
normal use.
<DT><A HREF="com/sleepycat/db/VerifyConfig.html#setSalvage(boolean)"><B>setSalvage(boolean)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/VerifyConfig.html" title="class in com.sleepycat.db">VerifyConfig</A>
<DD>Configure <A HREF="com/sleepycat/db/Database.html#verify(java.lang.String, java.lang.String, java.io.PrintStream, com.sleepycat.db.VerifyConfig)"><CODE>Database.verify</CODE></A> to write the key/data pairs from
    all databases in the file to the file stream named by the outfile
    parameter.
<DT><A HREF="com/sleepycat/db/EnvironmentConfig.html#setSegmentId(long)"><B>setSegmentId(long)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/EnvironmentConfig.html" title="class in com.sleepycat.db">EnvironmentConfig</A>
<DD>Specify a base segment ID for database environment shared memory
    regions created in system memory on VxWorks or systems supporting
    X/Open-style shared memory interfaces; for example, UNIX systems
    supporting <code>shmget</code> and related System V IPC interfaces.
<DT><A HREF="com/sleepycat/db/DatabaseEntry.html#setSize(int)"><B>setSize(int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DatabaseEntry.html" title="class in com.sleepycat.db">DatabaseEntry</A>
<DD>Set the byte size of the data array.
<DT><A HREF="com/sleepycat/db/DatabaseConfig.html#setSnapshot(boolean)"><B>setSnapshot(boolean)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DatabaseConfig.html" title="class in com.sleepycat.db">DatabaseConfig</A>
<DD>Specify that any specified backing source file be read in its entirety
    when the database is opened.
<DT><A HREF="com/sleepycat/db/DatabaseConfig.html#setSortedDuplicates(boolean)"><B>setSortedDuplicates(boolean)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DatabaseConfig.html" title="class in com.sleepycat.db">DatabaseConfig</A>
<DD>Configure the database to support sorted, duplicate data items.
<DT><A HREF="com/sleepycat/db/TransactionConfig.html#setSync(boolean)"><B>setSync(boolean)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/TransactionConfig.html" title="class in com.sleepycat.db">TransactionConfig</A>
<DD>Configure the transaction to write or synchronously flush the log
    it when commits.
<DT><A HREF="com/sleepycat/db/EnvironmentConfig.html#setSystemMemory(boolean)"><B>setSystemMemory(boolean)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/EnvironmentConfig.html" title="class in com.sleepycat.db">EnvironmentConfig</A>
<DD>Configure the database environment to allocate memory from system
    shared memory instead of from memory backed by the filesystem.
<DT><A HREF="com/sleepycat/db/EnvironmentConfig.html#setTemporaryDirectory(java.lang.String)"><B>setTemporaryDirectory(String)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/EnvironmentConfig.html" title="class in com.sleepycat.db">EnvironmentConfig</A>
<DD>Set the path of a directory to be used as the location of temporary
    files.
<DT><A HREF="com/sleepycat/db/EnvironmentConfig.html#setTestAndSetSpins(int)"><B>setTestAndSetSpins(int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/EnvironmentConfig.html" title="class in com.sleepycat.db">EnvironmentConfig</A>
<DD>Set the number of times test-and-set mutexes should spin before
    blocking.
<DT><A HREF="com/sleepycat/db/EnvironmentConfig.html#setThreaded(boolean)"><B>setThreaded(boolean)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/EnvironmentConfig.html" title="class in com.sleepycat.db">EnvironmentConfig</A>
<DD>Configure the handle to be <em>free-threaded</em>; that is, usable
    by multiple threads within a single address space.
<DT><A HREF="com/sleepycat/db/LockRequest.html#setTimeout(int)"><B>setTimeout(int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/LockRequest.html" title="class in com.sleepycat.db">LockRequest</A>
<DD>Set the lock timeout value.
<DT><A HREF="com/sleepycat/collections/TransactionRunner.html#setTransactionConfig(com.sleepycat.db.TransactionConfig)"><B>setTransactionConfig(TransactionConfig)</B></A> - 
Method in class com.sleepycat.collections.<A HREF="com/sleepycat/collections/TransactionRunner.html" title="class in com.sleepycat.collections">TransactionRunner</A>
<DD>Changes the transaction configuration used for calling
 <A HREF="com/sleepycat/db/Environment.html#beginTransaction(com.sleepycat.db.Transaction, com.sleepycat.db.TransactionConfig)"><CODE>Environment.beginTransaction(com.sleepycat.db.Transaction, com.sleepycat.db.TransactionConfig)</CODE></A>.
<DT><A HREF="com/sleepycat/db/DatabaseConfig.html#setTransactionNotDurable(boolean)"><B>setTransactionNotDurable(boolean)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DatabaseConfig.html" title="class in com.sleepycat.db">DatabaseConfig</A>
<DD>Configure the database environment to not write log records for this
    database.
<DT><A HREF="com/sleepycat/db/DatabaseConfig.html#setTransactional(boolean)"><B>setTransactional(boolean)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DatabaseConfig.html" title="class in com.sleepycat.db">DatabaseConfig</A>
<DD>Enclose the database open within a transaction.
<DT><A HREF="com/sleepycat/db/EnvironmentConfig.html#setTransactional(boolean)"><B>setTransactional(boolean)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/EnvironmentConfig.html" title="class in com.sleepycat.db">EnvironmentConfig</A>
<DD>Configure the database environment for transactions.
<DT><A HREF="com/sleepycat/db/DatabaseConfig.html#setTruncate(boolean)"><B>setTruncate(boolean)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DatabaseConfig.html" title="class in com.sleepycat.db">DatabaseConfig</A>
<DD>Configure the database to be physically truncated by truncating the
    underlying file, discarding all previous databases it might have
    held.
<DT><A HREF="com/sleepycat/db/EnvironmentConfig.html#setTxnMaxActive(int)"><B>setTxnMaxActive(int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/EnvironmentConfig.html" title="class in com.sleepycat.db">EnvironmentConfig</A>
<DD>Configure the database environment to support at least txnMaxActive
    active transactions.
<DT><A HREF="com/sleepycat/db/EnvironmentConfig.html#setTxnNoSync(boolean)"><B>setTxnNoSync(boolean)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/EnvironmentConfig.html" title="class in com.sleepycat.db">EnvironmentConfig</A>
<DD>Configure the system to not write or synchronously flush the log
    on transaction commit.
<DT><A HREF="com/sleepycat/db/EnvironmentConfig.html#setTxnNotDurable(boolean)"><B>setTxnNotDurable(boolean)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/EnvironmentConfig.html" title="class in com.sleepycat.db">EnvironmentConfig</A>
<DD>Configure the system to not write log records.
<DT><A HREF="com/sleepycat/db/EnvironmentConfig.html#setTxnTimeout(long)"><B>setTxnTimeout(long)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/EnvironmentConfig.html" title="class in com.sleepycat.db">EnvironmentConfig</A>
<DD>Set the timeout value for the database environment
transactions.
<DT><A HREF="com/sleepycat/db/Transaction.html#setTxnTimeout(long)"><B>setTxnTimeout(long)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Transaction.html" title="class in com.sleepycat.db">Transaction</A>
<DD>Configure the timeout value for the transaction lifetime.
<DT><A HREF="com/sleepycat/db/EnvironmentConfig.html#setTxnTimestamp(java.util.Date)"><B>setTxnTimestamp(Date)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/EnvironmentConfig.html" title="class in com.sleepycat.db">EnvironmentConfig</A>
<DD>Recover to the specified time rather than to the most current
    possible date.
<DT><A HREF="com/sleepycat/db/EnvironmentConfig.html#setTxnWriteNoSync(boolean)"><B>setTxnWriteNoSync(boolean)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/EnvironmentConfig.html" title="class in com.sleepycat.db">EnvironmentConfig</A>
<DD>Configure the system to write, but not synchronously flush, the log on
    transaction commit.
<DT><A HREF="com/sleepycat/db/DatabaseConfig.html#setType(com.sleepycat.db.DatabaseType)"><B>setType(DatabaseType)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DatabaseConfig.html" title="class in com.sleepycat.db">DatabaseConfig</A>
<DD>Configure the type of the database.
<DT><A HREF="com/sleepycat/db/CacheFile.html#setUnlink(boolean)"><B>setUnlink(boolean)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/CacheFile.html" title="class in com.sleepycat.db">CacheFile</A>
<DD>Remove the file when the last reference to it is closed.
<DT><A HREF="com/sleepycat/db/DatabaseConfig.html#setUnsortedDuplicates(boolean)"><B>setUnsortedDuplicates(boolean)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DatabaseConfig.html" title="class in com.sleepycat.db">DatabaseConfig</A>
<DD>Configure the database to support unsorted duplicate data items.
<DT><A HREF="com/sleepycat/db/EnvironmentConfig.html#setUseEnvironment(boolean)"><B>setUseEnvironment(boolean)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/EnvironmentConfig.html" title="class in com.sleepycat.db">EnvironmentConfig</A>
<DD>Configure the database environment to accept information from the
    process environment when naming files, regardless of the status of
    the process.
<DT><A HREF="com/sleepycat/db/EnvironmentConfig.html#setUseEnvironmentRoot(boolean)"><B>setUseEnvironmentRoot(boolean)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/EnvironmentConfig.html" title="class in com.sleepycat.db">EnvironmentConfig</A>
<DD>Configure the database environment to accept information from the
    process environment when naming files, if the process has
    appropriate permissions (for example, users with a user-ID of 0 on
    UNIX systems).
<DT><A HREF="com/sleepycat/db/DatabaseEntry.html#setUserBuffer(int, boolean)"><B>setUserBuffer(int, boolean)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DatabaseEntry.html" title="class in com.sleepycat.db">DatabaseEntry</A>
<DD>Configures the entry with an application-owned buffer.
<DT><A HREF="com/sleepycat/db/MultipleEntry.html#setUserBuffer(int, boolean)"><B>setUserBuffer(int, boolean)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/MultipleEntry.html" title="class in com.sleepycat.db">MultipleEntry</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/collections/MapEntryParameter.html#setValue(java.lang.Object)"><B>setValue(Object)</B></A> - 
Method in class com.sleepycat.collections.<A HREF="com/sleepycat/collections/MapEntryParameter.html" title="class in com.sleepycat.collections">MapEntryParameter</A>
<DD>Always throws <code>UnsupportedOperationException</code> since this
 object is not attached to a map.
<DT><A HREF="com/sleepycat/db/EnvironmentConfig.html#setVerboseDeadlock(boolean)"><B>setVerboseDeadlock(boolean)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/EnvironmentConfig.html" title="class in com.sleepycat.db">EnvironmentConfig</A>
<DD>Display additional information when doing deadlock detection.
<DT><A HREF="com/sleepycat/db/EnvironmentConfig.html#setVerboseRecovery(boolean)"><B>setVerboseRecovery(boolean)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/EnvironmentConfig.html" title="class in com.sleepycat.db">EnvironmentConfig</A>
<DD>Display additional information when performing recovery.
<DT><A HREF="com/sleepycat/db/EnvironmentConfig.html#setVerboseReplication(boolean)"><B>setVerboseReplication(boolean)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/EnvironmentConfig.html" title="class in com.sleepycat.db">EnvironmentConfig</A>
<DD>Display additional information when processing replication messages.
<DT><A HREF="com/sleepycat/db/EnvironmentConfig.html#setVerboseWaitsFor(boolean)"><B>setVerboseWaitsFor(boolean)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/EnvironmentConfig.html" title="class in com.sleepycat.db">EnvironmentConfig</A>
<DD>Display the waits-for table when doing deadlock detection.
<DT><A HREF="com/sleepycat/db/SequenceConfig.html#setWrap(boolean)"><B>setWrap(boolean)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/SequenceConfig.html" title="class in com.sleepycat.db">SequenceConfig</A>
<DD>Specify that the sequence should wrap around when it is
    incremented (decremented) past the specified maximum (minimum) value.
<DT><A HREF="com/sleepycat/db/CursorConfig.html#setWriteCursor(boolean)"><B>setWriteCursor(boolean)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/CursorConfig.html" title="class in com.sleepycat.db">CursorConfig</A>
<DD>Specify the Concurrent Data Store environment cursor will be used to
    update the database.
<DT><A HREF="com/sleepycat/db/TransactionConfig.html#setWriteNoSync(boolean)"><B>setWriteNoSync(boolean)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/TransactionConfig.html" title="class in com.sleepycat.db">TransactionConfig</A>
<DD>Configure the transaction to write but not synchronously flush the log
    it when commits.
<DT><A HREF="com/sleepycat/db/DatabaseConfig.html#setXACreate(boolean)"><B>setXACreate(boolean)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/DatabaseConfig.html" title="class in com.sleepycat.db">DatabaseConfig</A>
<DD>Configure the database to be accessed via applications running under
    an X/Open conformant Transaction Manager.
<DT><A HREF="com/sleepycat/db/EnvironmentConfig.html#setYieldCPU(boolean)"><B>setYieldCPU(boolean)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/EnvironmentConfig.html" title="class in com.sleepycat.db">EnvironmentConfig</A>
<DD>Configure the system to yield the processor immediately after each
    page or mutex acquisition.
<DT><A HREF="com/sleepycat/bind/tuple/ShortBinding.html#shortToEntry(short, com.sleepycat.db.DatabaseEntry)"><B>shortToEntry(short, DatabaseEntry)</B></A> - 
Static method in class com.sleepycat.bind.tuple.<A HREF="com/sleepycat/bind/tuple/ShortBinding.html" title="class in com.sleepycat.bind.tuple">ShortBinding</A>
<DD>Converts a simple <code>short</code> value into an entry buffer.
<DT><A HREF="com/sleepycat/collections/StoredContainer.html#size()"><B>size()</B></A> - 
Method in class com.sleepycat.collections.<A HREF="com/sleepycat/collections/StoredContainer.html" title="class in com.sleepycat.collections">StoredContainer</A>
<DD>Always throws UnsupportedOperationException.
<DT><A HREF="com/sleepycat/collections/StoredValueSet.html#size()"><B>size()</B></A> - 
Method in class com.sleepycat.collections.<A HREF="com/sleepycat/collections/StoredValueSet.html" title="class in com.sleepycat.collections">StoredValueSet</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/util/FastOutputStream.html#size()"><B>size()</B></A> - 
Method in class com.sleepycat.util.<A HREF="com/sleepycat/util/FastOutputStream.html" title="class in com.sleepycat.util">FastOutputStream</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/util/FastInputStream.html#skip(long)"><B>skip(long)</B></A> - 
Method in class com.sleepycat.util.<A HREF="com/sleepycat/util/FastInputStream.html" title="class in com.sleepycat.util">FastInputStream</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/db/Environment.html#startReplication(com.sleepycat.db.DatabaseEntry, boolean)"><B>startReplication(DatabaseEntry, boolean)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Environment.html" title="class in com.sleepycat.db">Environment</A>
<DD>Configure the database environment as a client or master in a group
    of replicated database environments.
<DT><A HREF="com/sleepycat/util/UtfOps.html#stringToBytes(java.lang.String)"><B>stringToBytes(String)</B></A> - 
Static method in class com.sleepycat.util.<A HREF="com/sleepycat/util/UtfOps.html" title="class in com.sleepycat.util">UtfOps</A>
<DD>Converts strings to byte arrays.
<DT><A HREF="com/sleepycat/bind/tuple/StringBinding.html#stringToEntry(java.lang.String, com.sleepycat.db.DatabaseEntry)"><B>stringToEntry(String, DatabaseEntry)</B></A> - 
Static method in class com.sleepycat.bind.tuple.<A HREF="com/sleepycat/bind/tuple/StringBinding.html" title="class in com.sleepycat.bind.tuple">StringBinding</A>
<DD>Converts a simple <code>String</code> value into an entry buffer.
<DT><A HREF="com/sleepycat/collections/StoredList.html#subList(int, int)"><B>subList(int, int)</B></A> - 
Method in class com.sleepycat.collections.<A HREF="com/sleepycat/collections/StoredList.html" title="class in com.sleepycat.collections">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/collections/StoredSortedMap.html#subMap(java.lang.Object, java.lang.Object)"><B>subMap(Object, Object)</B></A> - 
Method in class com.sleepycat.collections.<A HREF="com/sleepycat/collections/StoredSortedMap.html" title="class in com.sleepycat.collections">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/collections/StoredSortedMap.html#subMap(java.lang.Object, boolean, java.lang.Object, boolean)"><B>subMap(Object, boolean, Object, boolean)</B></A> - 
Method in class com.sleepycat.collections.<A HREF="com/sleepycat/collections/StoredSortedMap.html" title="class in com.sleepycat.collections">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/collections/StoredSortedEntrySet.html#subSet(java.lang.Object, java.lang.Object)"><B>subSet(Object, Object)</B></A> - 
Method in class com.sleepycat.collections.<A HREF="com/sleepycat/collections/StoredSortedEntrySet.html" title="class in com.sleepycat.collections">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/collections/StoredSortedEntrySet.html#subSet(java.lang.Object, boolean, java.lang.Object, boolean)"><B>subSet(Object, boolean, Object, boolean)</B></A> - 
Method in class com.sleepycat.collections.<A HREF="com/sleepycat/collections/StoredSortedEntrySet.html" title="class in com.sleepycat.collections">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/collections/StoredSortedKeySet.html#subSet(java.lang.Object, java.lang.Object)"><B>subSet(Object, Object)</B></A> - 
Method in class com.sleepycat.collections.<A HREF="com/sleepycat/collections/StoredSortedKeySet.html" title="class in com.sleepycat.collections">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/collections/StoredSortedKeySet.html#subSet(java.lang.Object, boolean, java.lang.Object, boolean)"><B>subSet(Object, boolean, Object, boolean)</B></A> - 
Method in class com.sleepycat.collections.<A HREF="com/sleepycat/collections/StoredSortedKeySet.html" title="class in com.sleepycat.collections">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/collections/StoredSortedValueSet.html#subSet(java.lang.Object, java.lang.Object)"><B>subSet(Object, Object)</B></A> - 
Method in class com.sleepycat.collections.<A HREF="com/sleepycat/collections/StoredSortedValueSet.html" title="class in com.sleepycat.collections">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/collections/StoredSortedValueSet.html#subSet(java.lang.Object, boolean, java.lang.Object, boolean)"><B>subSet(Object, boolean, Object, boolean)</B></A> - 
Method in class com.sleepycat.collections.<A HREF="com/sleepycat/collections/StoredSortedValueSet.html" title="class in com.sleepycat.collections">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/db/Database.html#sync()"><B>sync()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Database.html" title="class in com.sleepycat.db">Database</A>
<DD>Flush any cached information to disk.
</DL>
<HR>
<A NAME="_T_"><!-- --></A><H2>
<B>T</B></H2>
<DL>
<DT><A HREF="com/sleepycat/db/LockOperation.html#TIMEOUT"><B>TIMEOUT</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/LockOperation.html" title="class in com.sleepycat.db">LockOperation</A>
<DD>Cause the specified locker to timeout immediately.
<DT><A HREF="com/sleepycat/db/Transaction.html" title="class in com.sleepycat.db"><B>Transaction</B></A> - class com.sleepycat.db.<A HREF="com/sleepycat/db/Transaction.html" title="class in com.sleepycat.db">Transaction</A>.<DD>The Transaction object is the handle for a transaction.<DT><A HREF="com/sleepycat/db/TransactionConfig.html" title="class in com.sleepycat.db"><B>TransactionConfig</B></A> - class com.sleepycat.db.<A HREF="com/sleepycat/db/TransactionConfig.html" title="class in com.sleepycat.db">TransactionConfig</A>.<DD>Specifies the attributes of a database environment transaction.<DT><A HREF="com/sleepycat/db/TransactionConfig.html#TransactionConfig()"><B>TransactionConfig()</B></A> - 
Constructor for class com.sleepycat.db.<A HREF="com/sleepycat/db/TransactionConfig.html" title="class in com.sleepycat.db">TransactionConfig</A>
<DD>An instance created using the default constructor is initialized
    with the system's default settings.
<DT><A HREF="com/sleepycat/collections/TransactionRunner.html" title="class in com.sleepycat.collections"><B>TransactionRunner</B></A> - class com.sleepycat.collections.<A HREF="com/sleepycat/collections/TransactionRunner.html" title="class in com.sleepycat.collections">TransactionRunner</A>.<DD>Starts a transaction, calls <A HREF="com/sleepycat/collections/TransactionWorker.html#doWork()"><CODE>TransactionWorker.doWork()</CODE></A>, and handles
 transaction retry and exceptions.<DT><A HREF="com/sleepycat/collections/TransactionRunner.html#TransactionRunner(com.sleepycat.db.Environment)"><B>TransactionRunner(Environment)</B></A> - 
Constructor for class com.sleepycat.collections.<A HREF="com/sleepycat/collections/TransactionRunner.html" title="class in com.sleepycat.collections">TransactionRunner</A>
<DD>Creates a transaction runner for a given Berkeley DB environment.
<DT><A HREF="com/sleepycat/collections/TransactionRunner.html#TransactionRunner(com.sleepycat.db.Environment, int, com.sleepycat.db.TransactionConfig)"><B>TransactionRunner(Environment, int, TransactionConfig)</B></A> - 
Constructor for class com.sleepycat.collections.<A HREF="com/sleepycat/collections/TransactionRunner.html" title="class in com.sleepycat.collections">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/db/TransactionStats.html" title="class in com.sleepycat.db"><B>TransactionStats</B></A> - class com.sleepycat.db.<A HREF="com/sleepycat/db/TransactionStats.html" title="class in com.sleepycat.db">TransactionStats</A>.<DD>Transaction statistics for a database environment.<DT><A HREF="com/sleepycat/db/TransactionStats.Active.html" title="class in com.sleepycat.db"><B>TransactionStats.Active</B></A> - class com.sleepycat.db.<A HREF="com/sleepycat/db/TransactionStats.Active.html" title="class in com.sleepycat.db">TransactionStats.Active</A>.<DD>The Active class represents an active transaction.<DT><A HREF="com/sleepycat/collections/TransactionWorker.html" title="interface in com.sleepycat.collections"><B>TransactionWorker</B></A> - interface com.sleepycat.collections.<A HREF="com/sleepycat/collections/TransactionWorker.html" title="interface in com.sleepycat.collections">TransactionWorker</A>.<DD>The interface implemented to perform the work within a transaction.<DT><A HREF="com/sleepycat/bind/tuple/TupleBinding.html" title="class in com.sleepycat.bind.tuple"><B>TupleBinding</B></A> - class com.sleepycat.bind.tuple.<A HREF="com/sleepycat/bind/tuple/TupleBinding.html" title="class in com.sleepycat.bind.tuple">TupleBinding</A>.<DD>An abstract <code>EntryBinding</code> that treats a key or data entry as a
 tuple; it includes predefined bindings for Java primitive types.<DT><A HREF="com/sleepycat/bind/tuple/TupleBinding.html#TupleBinding()"><B>TupleBinding()</B></A> - 
Constructor for class com.sleepycat.bind.tuple.<A HREF="com/sleepycat/bind/tuple/TupleBinding.html" title="class in com.sleepycat.bind.tuple">TupleBinding</A>
<DD>Creates a tuple binding.
<DT><A HREF="com/sleepycat/bind/tuple/TupleInput.html" title="class in com.sleepycat.bind.tuple"><B>TupleInput</B></A> - class com.sleepycat.bind.tuple.<A HREF="com/sleepycat/bind/tuple/TupleInput.html" title="class in com.sleepycat.bind.tuple">TupleInput</A>.<DD>An <code>InputStream</code> with <code>DataInput</code>-like methods for
 reading tuple fields.<DT><A HREF="com/sleepycat/bind/tuple/TupleInput.html#TupleInput(byte[])"><B>TupleInput(byte[])</B></A> - 
Constructor for class com.sleepycat.bind.tuple.<A HREF="com/sleepycat/bind/tuple/TupleInput.html" title="class in com.sleepycat.bind.tuple">TupleInput</A>
<DD>Creates a tuple input object for reading a byte array of tuple data.
<DT><A HREF="com/sleepycat/bind/tuple/TupleInput.html#TupleInput(byte[], int, int)"><B>TupleInput(byte[], int, int)</B></A> - 
Constructor for class com.sleepycat.bind.tuple.<A HREF="com/sleepycat/bind/tuple/TupleInput.html" title="class in com.sleepycat.bind.tuple">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/bind/tuple/TupleInput.html#TupleInput(com.sleepycat.bind.tuple.TupleOutput)"><B>TupleInput(TupleOutput)</B></A> - 
Constructor for class com.sleepycat.bind.tuple.<A HREF="com/sleepycat/bind/tuple/TupleInput.html" title="class in com.sleepycat.bind.tuple">TupleInput</A>
<DD>Creates a tuple input object from the data contained in a tuple output
 object.
<DT><A HREF="com/sleepycat/bind/tuple/TupleInputBinding.html" title="class in com.sleepycat.bind.tuple"><B>TupleInputBinding</B></A> - class com.sleepycat.bind.tuple.<A HREF="com/sleepycat/bind/tuple/TupleInputBinding.html" title="class in com.sleepycat.bind.tuple">TupleInputBinding</A>.<DD>A concrete <code>EntryBinding</code> that uses the <code>TupleInput</code>
 object as the key or data object.<DT><A HREF="com/sleepycat/bind/tuple/TupleInputBinding.html#TupleInputBinding()"><B>TupleInputBinding()</B></A> - 
Constructor for class com.sleepycat.bind.tuple.<A HREF="com/sleepycat/bind/tuple/TupleInputBinding.html" title="class in com.sleepycat.bind.tuple">TupleInputBinding</A>
<DD>Creates a tuple input binding.
<DT><A HREF="com/sleepycat/bind/tuple/TupleMarshalledBinding.html" title="class in com.sleepycat.bind.tuple"><B>TupleMarshalledBinding</B></A> - class com.sleepycat.bind.tuple.<A HREF="com/sleepycat/bind/tuple/TupleMarshalledBinding.html" title="class in com.sleepycat.bind.tuple">TupleMarshalledBinding</A>.<DD>A concrete <code>TupleBinding</code> that delegates to the
 <code>MarshalledTupleEntry</code> interface of the data or key object.<DT><A HREF="com/sleepycat/bind/tuple/TupleMarshalledBinding.html#TupleMarshalledBinding(java.lang.Class)"><B>TupleMarshalledBinding(Class)</B></A> - 
Constructor for class com.sleepycat.bind.tuple.<A HREF="com/sleepycat/bind/tuple/TupleMarshalledBinding.html" title="class in com.sleepycat.bind.tuple">TupleMarshalledBinding</A>
<DD>Creates a tuple marshalled binding object.
<DT><A HREF="com/sleepycat/bind/tuple/TupleOutput.html" title="class in com.sleepycat.bind.tuple"><B>TupleOutput</B></A> - class com.sleepycat.bind.tuple.<A HREF="com/sleepycat/bind/tuple/TupleOutput.html" title="class in com.sleepycat.bind.tuple">TupleOutput</A>.<DD>An <code>OutputStream</code> with <code>DataOutput</code>-like methods for
 writing tuple fields.<DT><A HREF="com/sleepycat/bind/tuple/TupleOutput.html#TupleOutput()"><B>TupleOutput()</B></A> - 
Constructor for class com.sleepycat.bind.tuple.<A HREF="com/sleepycat/bind/tuple/TupleOutput.html" title="class in com.sleepycat.bind.tuple">TupleOutput</A>
<DD>Creates a tuple output object for writing a byte array of tuple data.
<DT><A HREF="com/sleepycat/bind/tuple/TupleOutput.html#TupleOutput(byte[])"><B>TupleOutput(byte[])</B></A> - 
Constructor for class com.sleepycat.bind.tuple.<A HREF="com/sleepycat/bind/tuple/TupleOutput.html" title="class in com.sleepycat.bind.tuple">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/bind/serial/TupleSerialBinding.html" title="class in com.sleepycat.bind.serial"><B>TupleSerialBinding</B></A> - class com.sleepycat.bind.serial.<A HREF="com/sleepycat/bind/serial/TupleSerialBinding.html" title="class in com.sleepycat.bind.serial">TupleSerialBinding</A>.<DD>An abstract <code>EntityBinding</code> that treats an entity's key entry as
 a tuple and its data entry as a serialized object.<DT><A HREF="com/sleepycat/bind/serial/TupleSerialBinding.html#TupleSerialBinding(com.sleepycat.bind.serial.ClassCatalog, java.lang.Class)"><B>TupleSerialBinding(ClassCatalog, Class)</B></A> - 
Constructor for class com.sleepycat.bind.serial.<A HREF="com/sleepycat/bind/serial/TupleSerialBinding.html" title="class in com.sleepycat.bind.serial">TupleSerialBinding</A>
<DD>Creates a tuple-serial entity binding.
<DT><A HREF="com/sleepycat/bind/serial/TupleSerialBinding.html#TupleSerialBinding(com.sleepycat.bind.serial.SerialBinding)"><B>TupleSerialBinding(SerialBinding)</B></A> - 
Constructor for class com.sleepycat.bind.serial.<A HREF="com/sleepycat/bind/serial/TupleSerialBinding.html" title="class in com.sleepycat.bind.serial">TupleSerialBinding</A>
<DD>Creates a tuple-serial entity binding.
<DT><A HREF="com/sleepycat/collections/TupleSerialFactory.html" title="class in com.sleepycat.collections"><B>TupleSerialFactory</B></A> - class com.sleepycat.collections.<A HREF="com/sleepycat/collections/TupleSerialFactory.html" title="class in com.sleepycat.collections">TupleSerialFactory</A>.<DD>Creates stored collections having tuple keys and serialized entity values.<DT><A HREF="com/sleepycat/collections/TupleSerialFactory.html#TupleSerialFactory(com.sleepycat.bind.serial.ClassCatalog)"><B>TupleSerialFactory(ClassCatalog)</B></A> - 
Constructor for class com.sleepycat.collections.<A HREF="com/sleepycat/collections/TupleSerialFactory.html" title="class in com.sleepycat.collections">TupleSerialFactory</A>
<DD>Creates a tuple-serial factory for given environment and class catalog.
<DT><A HREF="com/sleepycat/bind/serial/TupleSerialKeyCreator.html" title="class in com.sleepycat.bind.serial"><B>TupleSerialKeyCreator</B></A> - class com.sleepycat.bind.serial.<A HREF="com/sleepycat/bind/serial/TupleSerialKeyCreator.html" title="class in com.sleepycat.bind.serial">TupleSerialKeyCreator</A>.<DD>A abstract key creator that uses a tuple key and a serial data entry.<DT><A HREF="com/sleepycat/bind/serial/TupleSerialKeyCreator.html#TupleSerialKeyCreator(com.sleepycat.bind.serial.ClassCatalog, java.lang.Class)"><B>TupleSerialKeyCreator(ClassCatalog, Class)</B></A> - 
Constructor for class com.sleepycat.bind.serial.<A HREF="com/sleepycat/bind/serial/TupleSerialKeyCreator.html" title="class in com.sleepycat.bind.serial">TupleSerialKeyCreator</A>
<DD>Creates a tuple-serial key creator.
<DT><A HREF="com/sleepycat/bind/serial/TupleSerialKeyCreator.html#TupleSerialKeyCreator(com.sleepycat.bind.serial.SerialBinding)"><B>TupleSerialKeyCreator(SerialBinding)</B></A> - 
Constructor for class com.sleepycat.bind.serial.<A HREF="com/sleepycat/bind/serial/TupleSerialKeyCreator.html" title="class in com.sleepycat.bind.serial">TupleSerialKeyCreator</A>
<DD>Creates a tuple-serial key creator.
<DT><A HREF="com/sleepycat/bind/serial/TupleSerialMarshalledBinding.html" title="class in com.sleepycat.bind.serial"><B>TupleSerialMarshalledBinding</B></A> - class com.sleepycat.bind.serial.<A HREF="com/sleepycat/bind/serial/TupleSerialMarshalledBinding.html" title="class in com.sleepycat.bind.serial">TupleSerialMarshalledBinding</A>.<DD>A concrete <code>TupleSerialBinding</code> that delegates to the
 <code>MarshalledTupleKeyEntity</code> interface of the entity class.<DT><A HREF="com/sleepycat/bind/serial/TupleSerialMarshalledBinding.html#TupleSerialMarshalledBinding(com.sleepycat.bind.serial.ClassCatalog, java.lang.Class)"><B>TupleSerialMarshalledBinding(ClassCatalog, Class)</B></A> - 
Constructor for class com.sleepycat.bind.serial.<A HREF="com/sleepycat/bind/serial/TupleSerialMarshalledBinding.html" title="class in com.sleepycat.bind.serial">TupleSerialMarshalledBinding</A>
<DD>Creates a tuple-serial marshalled binding object.
<DT><A HREF="com/sleepycat/bind/serial/TupleSerialMarshalledBinding.html#TupleSerialMarshalledBinding(com.sleepycat.bind.serial.SerialBinding)"><B>TupleSerialMarshalledBinding(SerialBinding)</B></A> - 
Constructor for class com.sleepycat.bind.serial.<A HREF="com/sleepycat/bind/serial/TupleSerialMarshalledBinding.html" title="class in com.sleepycat.bind.serial">TupleSerialMarshalledBinding</A>
<DD>Creates a tuple-serial marshalled binding object.
<DT><A HREF="com/sleepycat/bind/serial/TupleSerialMarshalledKeyCreator.html" title="class in com.sleepycat.bind.serial"><B>TupleSerialMarshalledKeyCreator</B></A> - class com.sleepycat.bind.serial.<A HREF="com/sleepycat/bind/serial/TupleSerialMarshalledKeyCreator.html" title="class in com.sleepycat.bind.serial">TupleSerialMarshalledKeyCreator</A>.<DD>A concrete key creator that works in conjunction with a <A HREF="com/sleepycat/bind/serial/TupleSerialMarshalledBinding.html" title="class in com.sleepycat.bind.serial"><CODE>TupleSerialMarshalledBinding</CODE></A>.<DT><A HREF="com/sleepycat/bind/serial/TupleSerialMarshalledKeyCreator.html#TupleSerialMarshalledKeyCreator(com.sleepycat.bind.serial.TupleSerialMarshalledBinding, java.lang.String)"><B>TupleSerialMarshalledKeyCreator(TupleSerialMarshalledBinding, String)</B></A> - 
Constructor for class com.sleepycat.bind.serial.<A HREF="com/sleepycat/bind/serial/TupleSerialMarshalledKeyCreator.html" title="class in com.sleepycat.bind.serial">TupleSerialMarshalledKeyCreator</A>
<DD>Creates a tuple-serial marshalled key creator.
<DT><A HREF="com/sleepycat/bind/tuple/TupleTupleBinding.html" title="class in com.sleepycat.bind.tuple"><B>TupleTupleBinding</B></A> - class com.sleepycat.bind.tuple.<A HREF="com/sleepycat/bind/tuple/TupleTupleBinding.html" title="class in com.sleepycat.bind.tuple">TupleTupleBinding</A>.<DD>An abstract <code>EntityBinding</code> that treats an entity's key entry and
 data entry as tuples.<DT><A HREF="com/sleepycat/bind/tuple/TupleTupleBinding.html#TupleTupleBinding()"><B>TupleTupleBinding()</B></A> - 
Constructor for class com.sleepycat.bind.tuple.<A HREF="com/sleepycat/bind/tuple/TupleTupleBinding.html" title="class in com.sleepycat.bind.tuple">TupleTupleBinding</A>
<DD>Creates a tuple-tuple entity binding.
<DT><A HREF="com/sleepycat/bind/tuple/TupleTupleKeyCreator.html" title="class in com.sleepycat.bind.tuple"><B>TupleTupleKeyCreator</B></A> - class com.sleepycat.bind.tuple.<A HREF="com/sleepycat/bind/tuple/TupleTupleKeyCreator.html" title="class in com.sleepycat.bind.tuple">TupleTupleKeyCreator</A>.<DD>An abstract key creator that uses a tuple key and a tuple data entry.<DT><A HREF="com/sleepycat/bind/tuple/TupleTupleKeyCreator.html#TupleTupleKeyCreator()"><B>TupleTupleKeyCreator()</B></A> - 
Constructor for class com.sleepycat.bind.tuple.<A HREF="com/sleepycat/bind/tuple/TupleTupleKeyCreator.html" title="class in com.sleepycat.bind.tuple">TupleTupleKeyCreator</A>
<DD>Creates a tuple-tuple key creator.
<DT><A HREF="com/sleepycat/bind/tuple/TupleTupleMarshalledBinding.html" title="class in com.sleepycat.bind.tuple"><B>TupleTupleMarshalledBinding</B></A> - class com.sleepycat.bind.tuple.<A HREF="com/sleepycat/bind/tuple/TupleTupleMarshalledBinding.html" title="class in com.sleepycat.bind.tuple">TupleTupleMarshalledBinding</A>.<DD>A concrete <code>TupleTupleBinding</code> that delegates to the
 <code>MarshalledTupleEntry</code> and
 <code>MarshalledTupleKeyEntity</code> interfaces of the entity class.<DT><A HREF="com/sleepycat/bind/tuple/TupleTupleMarshalledBinding.html#TupleTupleMarshalledBinding(java.lang.Class)"><B>TupleTupleMarshalledBinding(Class)</B></A> - 
Constructor for class com.sleepycat.bind.tuple.<A HREF="com/sleepycat/bind/tuple/TupleTupleMarshalledBinding.html" title="class in com.sleepycat.bind.tuple">TupleTupleMarshalledBinding</A>
<DD>Creates a tuple-tuple marshalled binding object.
<DT><A HREF="com/sleepycat/bind/tuple/TupleTupleMarshalledKeyCreator.html" title="class in com.sleepycat.bind.tuple"><B>TupleTupleMarshalledKeyCreator</B></A> - class com.sleepycat.bind.tuple.<A HREF="com/sleepycat/bind/tuple/TupleTupleMarshalledKeyCreator.html" title="class in com.sleepycat.bind.tuple">TupleTupleMarshalledKeyCreator</A>.<DD>A concrete key creator that works in conjunction with a <A HREF="com/sleepycat/bind/tuple/TupleTupleMarshalledBinding.html" title="class in com.sleepycat.bind.tuple"><CODE>TupleTupleMarshalledBinding</CODE></A>.<DT><A HREF="com/sleepycat/bind/tuple/TupleTupleMarshalledKeyCreator.html#TupleTupleMarshalledKeyCreator(com.sleepycat.bind.tuple.TupleTupleMarshalledBinding, java.lang.String)"><B>TupleTupleMarshalledKeyCreator(TupleTupleMarshalledBinding, String)</B></A> - 
Constructor for class com.sleepycat.bind.tuple.<A HREF="com/sleepycat/bind/tuple/TupleTupleMarshalledKeyCreator.html" title="class in com.sleepycat.bind.tuple">TupleTupleMarshalledKeyCreator</A>
<DD>Creates a tuple-tuple marshalled key creator.
<DT><A HREF="com/sleepycat/collections/StoredSortedMap.html#tailMap(java.lang.Object)"><B>tailMap(Object)</B></A> - 
Method in class com.sleepycat.collections.<A HREF="com/sleepycat/collections/StoredSortedMap.html" title="class in com.sleepycat.collections">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/collections/StoredSortedMap.html#tailMap(java.lang.Object, boolean)"><B>tailMap(Object, boolean)</B></A> - 
Method in class com.sleepycat.collections.<A HREF="com/sleepycat/collections/StoredSortedMap.html" title="class in com.sleepycat.collections">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/collections/StoredSortedEntrySet.html#tailSet(java.lang.Object)"><B>tailSet(Object)</B></A> - 
Method in class com.sleepycat.collections.<A HREF="com/sleepycat/collections/StoredSortedEntrySet.html" title="class in com.sleepycat.collections">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/collections/StoredSortedEntrySet.html#tailSet(java.lang.Object, boolean)"><B>tailSet(Object, boolean)</B></A> - 
Method in class com.sleepycat.collections.<A HREF="com/sleepycat/collections/StoredSortedEntrySet.html" title="class in com.sleepycat.collections">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/collections/StoredSortedKeySet.html#tailSet(java.lang.Object)"><B>tailSet(Object)</B></A> - 
Method in class com.sleepycat.collections.<A HREF="com/sleepycat/collections/StoredSortedKeySet.html" title="class in com.sleepycat.collections">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/collections/StoredSortedKeySet.html#tailSet(java.lang.Object, boolean)"><B>tailSet(Object, boolean)</B></A> - 
Method in class com.sleepycat.collections.<A HREF="com/sleepycat/collections/StoredSortedKeySet.html" title="class in com.sleepycat.collections">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/collections/StoredSortedValueSet.html#tailSet(java.lang.Object)"><B>tailSet(Object)</B></A> - 
Method in class com.sleepycat.collections.<A HREF="com/sleepycat/collections/StoredSortedValueSet.html" title="class in com.sleepycat.collections">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/collections/StoredSortedValueSet.html#tailSet(java.lang.Object, boolean)"><B>tailSet(Object, boolean)</B></A> - 
Method in class com.sleepycat.collections.<A HREF="com/sleepycat/collections/StoredSortedValueSet.html" title="class in com.sleepycat.collections">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/collections/StoredCollection.html#toArray()"><B>toArray()</B></A> - 
Method in class com.sleepycat.collections.<A HREF="com/sleepycat/collections/StoredCollection.html" title="class in com.sleepycat.collections">StoredCollection</A>
<DD>Returns an array of all the elements in this collection.
<DT><A HREF="com/sleepycat/collections/StoredCollection.html#toArray(java.lang.Object[])"><B>toArray(Object[])</B></A> - 
Method in class com.sleepycat.collections.<A HREF="com/sleepycat/collections/StoredCollection.html" title="class in com.sleepycat.collections">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/util/FastOutputStream.html#toByteArray()"><B>toByteArray()</B></A> - 
Method in class com.sleepycat.util.<A HREF="com/sleepycat/util/FastOutputStream.html" title="class in com.sleepycat.util">FastOutputStream</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/util/FastOutputStream.html#toByteArray(byte[], int)"><B>toByteArray(byte[], int)</B></A> - 
Method in class com.sleepycat.util.<A HREF="com/sleepycat/util/FastOutputStream.html" title="class in com.sleepycat.util">FastOutputStream</A>
<DD>Copy the buffered data to the given array.
<DT><A HREF="com/sleepycat/collections/StoredCollection.html#toList()"><B>toList()</B></A> - 
Method in class com.sleepycat.collections.<A HREF="com/sleepycat/collections/StoredCollection.html" title="class in com.sleepycat.collections">StoredCollection</A>
<DD>Returns a copy of this collection as an ArrayList.
<DT><A HREF="com/sleepycat/collections/MapEntryParameter.html#toString()"><B>toString()</B></A> - 
Method in class com.sleepycat.collections.<A HREF="com/sleepycat/collections/MapEntryParameter.html" title="class in com.sleepycat.collections">MapEntryParameter</A>
<DD>Converts the entry to a string representation for debugging.
<DT><A HREF="com/sleepycat/collections/StoredCollection.html#toString()"><B>toString()</B></A> - 
Method in class com.sleepycat.collections.<A HREF="com/sleepycat/collections/StoredCollection.html" title="class in com.sleepycat.collections">StoredCollection</A>
<DD>Converts the collection to a string representation for debugging.
<DT><A HREF="com/sleepycat/collections/StoredEntrySet.html#toString()"><B>toString()</B></A> - 
Method in class com.sleepycat.collections.<A HREF="com/sleepycat/collections/StoredEntrySet.html" title="class in com.sleepycat.collections">StoredEntrySet</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/collections/StoredMap.html#toString()"><B>toString()</B></A> - 
Method in class com.sleepycat.collections.<A HREF="com/sleepycat/collections/StoredMap.html" title="class in com.sleepycat.collections">StoredMap</A>
<DD>Converts the map to a string representation for debugging.
<DT><A HREF="com/sleepycat/db/BtreeStats.html#toString()"><B>toString()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/BtreeStats.html" title="class in com.sleepycat.db">BtreeStats</A>
<DD>For convenience, the BtreeStats class has a toString method
    that lists all the data fields.
<DT><A HREF="com/sleepycat/db/CacheFileStats.html#toString()"><B>toString()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/CacheFileStats.html" title="class in com.sleepycat.db">CacheFileStats</A>
<DD>For convenience, the CacheFileStats class has a toString method
    that lists all the data fields.
<DT><A HREF="com/sleepycat/db/CacheStats.html#toString()"><B>toString()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/CacheStats.html" title="class in com.sleepycat.db">CacheStats</A>
<DD>For convenience, the CacheStats class has a toString method that
    lists all the data fields.
<DT><A HREF="com/sleepycat/db/HashStats.html#toString()"><B>toString()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/HashStats.html" title="class in com.sleepycat.db">HashStats</A>
<DD>For convenience, the HashStats class has a toString method
    that lists all the data fields.
<DT><A HREF="com/sleepycat/db/LockStats.html#toString()"><B>toString()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/LockStats.html" title="class in com.sleepycat.db">LockStats</A>
<DD>For convenience, the LockStats class has a toString method
    that lists all the data fields.
<DT><A HREF="com/sleepycat/db/LogStats.html#toString()"><B>toString()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/LogStats.html" title="class in com.sleepycat.db">LogStats</A>
<DD>For convenience, the LogStats class has a toString method that lists
    all the data fields.
<DT><A HREF="com/sleepycat/db/QueueStats.html#toString()"><B>toString()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/QueueStats.html" title="class in com.sleepycat.db">QueueStats</A>
<DD>For convenience, the QueueStats class has a toString method
    that lists all the data fields.
<DT><A HREF="com/sleepycat/db/ReplicationStats.html#toString()"><B>toString()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/ReplicationStats.html" title="class in com.sleepycat.db">ReplicationStats</A>
<DD>For convenience, the ReplicationStats class has a toString method
    that lists all the data fields.
<DT><A HREF="com/sleepycat/db/TransactionStats.html#toString()"><B>toString()</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/TransactionStats.html" title="class in com.sleepycat.db">TransactionStats</A>
<DD>For convenience, the TransactionStats class has a toString method
    that lists all the data fields.
<DT><A HREF="com/sleepycat/util/FastOutputStream.html#toString()"><B>toString()</B></A> - 
Method in class com.sleepycat.util.<A HREF="com/sleepycat/util/FastOutputStream.html" title="class in com.sleepycat.util">FastOutputStream</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/util/FastOutputStream.html#toString(java.lang.String)"><B>toString(String)</B></A> - 
Method in class com.sleepycat.util.<A HREF="com/sleepycat/util/FastOutputStream.html" title="class in com.sleepycat.util">FastOutputStream</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/db/Environment.html#trickleCacheWrite(int)"><B>trickleCacheWrite(int)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Environment.html" title="class in com.sleepycat.db">Environment</A>
<DD>Ensure 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/Database.html#truncate(com.sleepycat.db.Transaction, boolean)"><B>truncate(Transaction, boolean)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Database.html" title="class in com.sleepycat.db">Database</A>
<DD>Empty the database, discarding all records it contains.
</DL>
<HR>
<A NAME="_U_"><!-- --></A><H2>
<B>U</B></H2>
<DL>
<DT><A HREF="com/sleepycat/db/DatabaseType.html#UNKNOWN"><B>UNKNOWN</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/DatabaseType.html" title="class in com.sleepycat.db">DatabaseType</A>
<DD>The database type is unknown.
<DT><A HREF="com/sleepycat/util/UtfOps.html" title="class in com.sleepycat.util"><B>UtfOps</B></A> - class com.sleepycat.util.<A HREF="com/sleepycat/util/UtfOps.html" title="class in com.sleepycat.util">UtfOps</A>.<DD>UTF operations with more flexibility than is provided by DataInput and
 DataOutput.<DT><A HREF="com/sleepycat/util/UtfOps.html#UtfOps()"><B>UtfOps()</B></A> - 
Constructor for class com.sleepycat.util.<A HREF="com/sleepycat/util/UtfOps.html" title="class in com.sleepycat.util">UtfOps</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bind/tuple/MarshalledTupleEntry.html#unmarshalEntry(com.sleepycat.bind.tuple.TupleInput)"><B>unmarshalEntry(TupleInput)</B></A> - 
Method in interface com.sleepycat.bind.tuple.<A HREF="com/sleepycat/bind/tuple/MarshalledTupleEntry.html" title="interface in com.sleepycat.bind.tuple">MarshalledTupleEntry</A>
<DD>Construct the key or data object from the key or data tuple entry.
<DT><A HREF="com/sleepycat/bind/tuple/MarshalledTupleKeyEntity.html#unmarshalPrimaryKey(com.sleepycat.bind.tuple.TupleInput)"><B>unmarshalPrimaryKey(TupleInput)</B></A> - 
Method in interface com.sleepycat.bind.tuple.<A HREF="com/sleepycat/bind/tuple/MarshalledTupleKeyEntity.html" title="interface in com.sleepycat.bind.tuple">MarshalledTupleKeyEntity</A>
<DD>Completes construction of the entity by setting its primary key from the
 stored primary key.
<DT><A HREF="com/sleepycat/util/ExceptionUnwrapper.html#unwrap(java.lang.Exception)"><B>unwrap(Exception)</B></A> - 
Static method in class com.sleepycat.util.<A HREF="com/sleepycat/util/ExceptionUnwrapper.html" title="class in com.sleepycat.util">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/util/ExceptionUnwrapper.html#unwrapAny(java.lang.Throwable)"><B>unwrapAny(Throwable)</B></A> - 
Static method in class com.sleepycat.util.<A HREF="com/sleepycat/util/ExceptionUnwrapper.html" title="class in com.sleepycat.util">ExceptionUnwrapper</A>
<DD>Unwraps an Exception and returns the underlying Throwable.
<DT><A HREF="com/sleepycat/db/Database.html#upgrade(java.lang.String, com.sleepycat.db.DatabaseConfig)"><B>upgrade(String, DatabaseConfig)</B></A> - 
Static method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Database.html" title="class in com.sleepycat.db">Database</A>
<DD>Upgrade all of the databases included in the specified file.
<DT><A HREF="com/sleepycat/db/FeedbackHandler.html#upgradeFeedback(com.sleepycat.db.Database, int)"><B>upgradeFeedback(Database, int)</B></A> - 
Method in interface com.sleepycat.db.<A HREF="com/sleepycat/db/FeedbackHandler.html" title="interface in com.sleepycat.db">FeedbackHandler</A>
<DD>A function called with progress information when the database is being upgraded.
</DL>
<HR>
<A NAME="_V_"><!-- --></A><H2>
<B>V</B></H2>
<DL>
<DT><A HREF="com/sleepycat/db/CacheFilePriority.html#VERY_HIGH"><B>VERY_HIGH</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/CacheFilePriority.html" title="class in com.sleepycat.db">CacheFilePriority</A>
<DD>The highest priority: pages are the least likely to be discarded.
<DT><A HREF="com/sleepycat/db/CacheFilePriority.html#VERY_LOW"><B>VERY_LOW</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/CacheFilePriority.html" title="class in com.sleepycat.db">CacheFilePriority</A>
<DD>The lowest priority: pages are the most likely to be discarded.
<DT><A HREF="com/sleepycat/db/VerifyConfig.html" title="class in com.sleepycat.db"><B>VerifyConfig</B></A> - class com.sleepycat.db.<A HREF="com/sleepycat/db/VerifyConfig.html" title="class in com.sleepycat.db">VerifyConfig</A>.<DD>Specifies the attributes of a verification operation.<DT><A HREF="com/sleepycat/db/VerifyConfig.html#VerifyConfig()"><B>VerifyConfig()</B></A> - 
Constructor for class com.sleepycat.db.<A HREF="com/sleepycat/db/VerifyConfig.html" title="class in com.sleepycat.db">VerifyConfig</A>
<DD>An instance created using the default constructor is initialized
    with the system's default settings.
<DT><A HREF="com/sleepycat/collections/StoredMap.html#values()"><B>values()</B></A> - 
Method in class com.sleepycat.collections.<A HREF="com/sleepycat/collections/StoredMap.html" title="class in com.sleepycat.collections">StoredMap</A>
<DD>Returns a collection view of the values contained in this map.
<DT><A HREF="com/sleepycat/db/Database.html#verify(java.lang.String, java.lang.String, java.io.PrintStream, com.sleepycat.db.VerifyConfig)"><B>verify(String, String, PrintStream, VerifyConfig)</B></A> - 
Method in class com.sleepycat.db.<A HREF="com/sleepycat/db/Database.html" title="class in com.sleepycat.db">Database</A>
<DD>Return if all of the databases in a file are uncorrupted.
<DT><A HREF="com/sleepycat/db/FeedbackHandler.html#verifyFeedback(com.sleepycat.db.Database, int)"><B>verifyFeedback(Database, int)</B></A> - 
Method in interface com.sleepycat.db.<A HREF="com/sleepycat/db/FeedbackHandler.html" title="interface in com.sleepycat.db">FeedbackHandler</A>
<DD>A function called with progress information when the database is being verified.
</DL>
<HR>
<A NAME="_W_"><!-- --></A><H2>
<B>W</B></H2>
<DL>
<DT><A HREF="com/sleepycat/db/LockRequestMode.html#WRITE"><B>WRITE</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/LockRequestMode.html" title="class in com.sleepycat.db">LockRequestMode</A>
<DD>Write (exclusive).
<DT><A HREF="com/sleepycat/db/CursorConfig.html#WRITECURSOR"><B>WRITECURSOR</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/CursorConfig.html" title="class in com.sleepycat.db">CursorConfig</A>
<DD>A convenience instance to specify the Concurrent Data Store environment
    cursor will be used to update the database.
<DT><A HREF="com/sleepycat/util/FastOutputStream.html#write(int)"><B>write(int)</B></A> - 
Method in class com.sleepycat.util.<A HREF="com/sleepycat/util/FastOutputStream.html" title="class in com.sleepycat.util">FastOutputStream</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/util/FastOutputStream.html#write(byte[])"><B>write(byte[])</B></A> - 
Method in class com.sleepycat.util.<A HREF="com/sleepycat/util/FastOutputStream.html" title="class in com.sleepycat.util">FastOutputStream</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/util/FastOutputStream.html#write(byte[], int, int)"><B>write(byte[], int, int)</B></A> - 
Method in class com.sleepycat.util.<A HREF="com/sleepycat/util/FastOutputStream.html" title="class in com.sleepycat.util">FastOutputStream</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bind/tuple/TupleOutput.html#writeBoolean(boolean)"><B>writeBoolean(boolean)</B></A> - 
Method in class com.sleepycat.bind.tuple.<A HREF="com/sleepycat/bind/tuple/TupleOutput.html" title="class in com.sleepycat.bind.tuple">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/bind/tuple/TupleOutput.html#writeByte(int)"><B>writeByte(int)</B></A> - 
Method in class com.sleepycat.bind.tuple.<A HREF="com/sleepycat/bind/tuple/TupleOutput.html" title="class in com.sleepycat.bind.tuple">TupleOutput</A>
<DD>Writes an signed byte (one byte) value to the buffer.
<DT><A HREF="com/sleepycat/bind/tuple/TupleOutput.html#writeBytes(java.lang.String)"><B>writeBytes(String)</B></A> - 
Method in class com.sleepycat.bind.tuple.<A HREF="com/sleepycat/bind/tuple/TupleOutput.html" title="class in com.sleepycat.bind.tuple">TupleOutput</A>
<DD>Writes the specified bytes to the buffer, converting each character to
 an unsigned byte value.
<DT><A HREF="com/sleepycat/bind/tuple/TupleOutput.html#writeBytes(char[])"><B>writeBytes(char[])</B></A> - 
Method in class com.sleepycat.bind.tuple.<A HREF="com/sleepycat/bind/tuple/TupleOutput.html" title="class in com.sleepycat.bind.tuple">TupleOutput</A>
<DD>Writes the specified bytes to the buffer, converting each character to
 an unsigned byte value.
<DT><A HREF="com/sleepycat/bind/tuple/TupleOutput.html#writeChar(int)"><B>writeChar(int)</B></A> - 
Method in class com.sleepycat.bind.tuple.<A HREF="com/sleepycat/bind/tuple/TupleOutput.html" title="class in com.sleepycat.bind.tuple">TupleOutput</A>
<DD>Writes a char (two byte) unsigned value to the buffer.
<DT><A HREF="com/sleepycat/bind/tuple/TupleOutput.html#writeChars(java.lang.String)"><B>writeChars(String)</B></A> - 
Method in class com.sleepycat.bind.tuple.<A HREF="com/sleepycat/bind/tuple/TupleOutput.html" title="class in com.sleepycat.bind.tuple">TupleOutput</A>
<DD>Writes the specified characters to the buffer, converting each character
 to a two byte unsigned value.
<DT><A HREF="com/sleepycat/bind/tuple/TupleOutput.html#writeChars(char[])"><B>writeChars(char[])</B></A> - 
Method in class com.sleepycat.bind.tuple.<A HREF="com/sleepycat/bind/tuple/TupleOutput.html" title="class in com.sleepycat.bind.tuple">TupleOutput</A>
<DD>Writes the specified characters to the buffer, converting each character
 to a two byte unsigned value.
<DT><A HREF="com/sleepycat/bind/tuple/TupleOutput.html#writeDouble(double)"><B>writeDouble(double)</B></A> - 
Method in class com.sleepycat.bind.tuple.<A HREF="com/sleepycat/bind/tuple/TupleOutput.html" title="class in com.sleepycat.bind.tuple">TupleOutput</A>
<DD>Writes an signed double (eight byte) value to the buffer.
<DT><A HREF="com/sleepycat/util/FastOutputStream.html#writeFast(int)"><B>writeFast(int)</B></A> - 
Method in class com.sleepycat.util.<A HREF="com/sleepycat/util/FastOutputStream.html" title="class in com.sleepycat.util">FastOutputStream</A>
<DD>Equivalent to <code>write(int)<code> but does not throw
 <code>IOException</code>.
<DT><A HREF="com/sleepycat/util/FastOutputStream.html#writeFast(byte[])"><B>writeFast(byte[])</B></A> - 
Method in class com.sleepycat.util.<A HREF="com/sleepycat/util/FastOutputStream.html" title="class in com.sleepycat.util">FastOutputStream</A>
<DD>Equivalent to <code>write(byte[])<code> but does not throw
 <code>IOException</code>.
<DT><A HREF="com/sleepycat/util/FastOutputStream.html#writeFast(byte[], int, int)"><B>writeFast(byte[], int, int)</B></A> - 
Method in class com.sleepycat.util.<A HREF="com/sleepycat/util/FastOutputStream.html" title="class in com.sleepycat.util">FastOutputStream</A>
<DD>Equivalent to <code>write(byte[],int,int)<code> but does not throw
 <code>IOException</code>.
<DT><A HREF="com/sleepycat/bind/tuple/TupleOutput.html#writeFloat(float)"><B>writeFloat(float)</B></A> - 
Method in class com.sleepycat.bind.tuple.<A HREF="com/sleepycat/bind/tuple/TupleOutput.html" title="class in com.sleepycat.bind.tuple">TupleOutput</A>
<DD>Writes an signed float (four byte) value to the buffer.
<DT><A HREF="com/sleepycat/bind/tuple/TupleOutput.html#writeInt(int)"><B>writeInt(int)</B></A> - 
Method in class com.sleepycat.bind.tuple.<A HREF="com/sleepycat/bind/tuple/TupleOutput.html" title="class in com.sleepycat.bind.tuple">TupleOutput</A>
<DD>Writes an signed int (four byte) value to the buffer.
<DT><A HREF="com/sleepycat/bind/tuple/TupleOutput.html#writeLong(long)"><B>writeLong(long)</B></A> - 
Method in class com.sleepycat.bind.tuple.<A HREF="com/sleepycat/bind/tuple/TupleOutput.html" title="class in com.sleepycat.bind.tuple">TupleOutput</A>
<DD>Writes an signed long (eight byte) value to the buffer.
<DT><A HREF="com/sleepycat/bind/tuple/TupleOutput.html#writeShort(int)"><B>writeShort(int)</B></A> - 
Method in class com.sleepycat.bind.tuple.<A HREF="com/sleepycat/bind/tuple/TupleOutput.html" title="class in com.sleepycat.bind.tuple">TupleOutput</A>
<DD>Writes an signed short (two byte) value to the buffer.
<DT><A HREF="com/sleepycat/bind/tuple/TupleOutput.html#writeString(java.lang.String)"><B>writeString(String)</B></A> - 
Method in class com.sleepycat.bind.tuple.<A HREF="com/sleepycat/bind/tuple/TupleOutput.html" title="class in com.sleepycat.bind.tuple">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/bind/tuple/TupleOutput.html#writeString(char[])"><B>writeString(char[])</B></A> - 
Method in class com.sleepycat.bind.tuple.<A HREF="com/sleepycat/bind/tuple/TupleOutput.html" title="class in com.sleepycat.bind.tuple">TupleOutput</A>
<DD>Writes the specified characters to the buffer, converting each character
 to UTF format.
<DT><A HREF="com/sleepycat/util/FastOutputStream.html#writeTo(java.io.OutputStream)"><B>writeTo(OutputStream)</B></A> - 
Method in class com.sleepycat.util.<A HREF="com/sleepycat/util/FastOutputStream.html" title="class in com.sleepycat.util">FastOutputStream</A>
<DD>&nbsp;
<DT><A HREF="com/sleepycat/bind/tuple/TupleOutput.html#writeUnsignedByte(int)"><B>writeUnsignedByte(int)</B></A> - 
Method in class com.sleepycat.bind.tuple.<A HREF="com/sleepycat/bind/tuple/TupleOutput.html" title="class in com.sleepycat.bind.tuple">TupleOutput</A>
<DD>Writes an unsigned byte (one byte) value to the buffer.
<DT><A HREF="com/sleepycat/bind/tuple/TupleOutput.html#writeUnsignedInt(long)"><B>writeUnsignedInt(long)</B></A> - 
Method in class com.sleepycat.bind.tuple.<A HREF="com/sleepycat/bind/tuple/TupleOutput.html" title="class in com.sleepycat.bind.tuple">TupleOutput</A>
<DD>Writes an unsigned int (four byte) value to the buffer.
<DT><A HREF="com/sleepycat/bind/tuple/TupleOutput.html#writeUnsignedShort(int)"><B>writeUnsignedShort(int)</B></A> - 
Method in class com.sleepycat.bind.tuple.<A HREF="com/sleepycat/bind/tuple/TupleOutput.html" title="class in com.sleepycat.bind.tuple">TupleOutput</A>
<DD>Writes an unsigned short (two byte) value to the buffer.
</DL>
<HR>
<A NAME="_Y_"><!-- --></A><H2>
<B>Y</B></H2>
<DL>
<DT><A HREF="com/sleepycat/db/LockDetectMode.html#YOUNGEST"><B>YOUNGEST</B></A> - 
Static variable in class com.sleepycat.db.<A HREF="com/sleepycat/db/LockDetectMode.html" title="class in com.sleepycat.db">LockDetectMode</A>
<DD>Reject the lock request for the locker ID with the youngest lock.
</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="#_Y_">Y</A> 

<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  <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.3.21</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 type="text/javascript">
  <!--
  if(window==top) {
    document.writeln('<A HREF="allclasses-noframe.html"><B>All Classes</B></A>');
  }
  //-->
</SCRIPT>
<NOSCRIPT>
  <A HREF="allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>

</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->

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