diff options
Diffstat (limited to 'db/docs/ref/mp/intro.html')
-rw-r--r-- | db/docs/ref/mp/intro.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/db/docs/ref/mp/intro.html b/db/docs/ref/mp/intro.html index c9823fde2..73cff73d1 100644 --- a/db/docs/ref/mp/intro.html +++ b/db/docs/ref/mp/intro.html @@ -1,5 +1,5 @@ <!--$Id: intro.so,v 10.23 2002/08/30 20:02:01 bostic Exp $--> -<!--Copyright 1997-2004 by Sleepycat Software, Inc.--> +<!--Copyright 1997-2006 by Oracle Corporation--> <!--All rights reserved.--> <!--See the file LICENSE for redistribution information.--> <html> @@ -68,19 +68,19 @@ database systems, and which allows the memory pool to be flushed up to a specified log sequence number (<a href="../../api_c/lsn_class.html">DB_LSN</a>). <li>The entire pool may be discarded using the <a href="../../api_c/env_remove.html">DB_ENV->remove</a> method. </ul> -<!--$Id: m4.methods,v 1.7 2004/11/03 15:52:02 bostic Exp $--> +<!--$Id: m4.methods,v 1.9 2006/08/25 16:40:01 bostic Exp $--> <table border=1 align=center> <tr><th>Memory Pools and Related Methods</th><th>Description</th></tr> -<!--Db::mpf--><tr><td><a href="../../api_c/db_get_mpf.html">DB->mpf</a></td><td>Return the database's memory pool handle</td></tr> +<!--Db::mpf--><tr><td><a href="../../api_c/db_get_mpf.html">DB->get_mpf</a></td><td>Return <a href="../../api_c/db_class.html">DB</a>'s underlying <a href="../../api_c/mempfile_class.html">DB_MPOOLFILE</a> handle</td></tr> <!--DbEnv::memp_stat--><tr><td><a href="../../api_c/memp_stat.html">DB_ENV->memp_stat</a></td><td>Return memory pool statistics</td></tr> <!--DbEnv::memp_sync--><tr><td><a href="../../api_c/memp_sync.html">DB_ENV->memp_sync</a></td><td>Flush pages from a memory pool</td></tr> <!--DbEnv::memp_trickle--><tr><td><a href="../../api_c/memp_trickle.html">DB_ENV->memp_trickle</a></td><td>Trickle flush pages from a memory pool</td></tr> <!--DbMemoryException--> <tr><th>Memory Pool Configuration</th><th><br></th></tr> <!--DbEnv::memp_register--><tr><td><a href="../../api_c/memp_register.html">DB_ENV->memp_register</a></td><td>Register input/output functions for a file in a memory pool</td></tr> -<!--DbEnv::memp_set_max_openfd--><tr><td><a href="../../api_c/memp_openfd.html">DB_ENV->memp_set_max_openfd</a></td><td>Set the maximum number of open file descriptors</td></tr> -<!--DbEnv::memp_set_max_write--><tr><td><a href="../../api_c/memp_maxwrite.html">DB_ENV->memp_set_max_write</a></td><td>Set the maximum number of sequential disk writes</td></tr> <!--DbEnv::set_cachesize--><tr><td><a href="../../api_c/env_set_cachesize.html">DB_ENV->set_cachesize</a></td><td>Set the environment cache size</td></tr> +<!--DbEnv::set_mp_max_openfd--><tr><td><a href="../../api_c/memp_openfd.html">DB_ENV->set_mp_max_openfd</a></td><td>Set the maximum number of open file descriptors</td></tr> +<!--DbEnv::set_mp_max_write--><tr><td><a href="../../api_c/memp_maxwrite.html">DB_ENV->set_mp_max_write</a></td><td>Set the maximum number of sequential disk writes</td></tr> <!--DbEnv::set_mp_mmapsize--><tr><td><a href="../../api_c/env_set_mp_mmapsize.html">DB_ENV->set_mp_mmapsize</a></td><td>Set maximum mapped-in database file size</td></tr> <tr><th>Memory Pool Files</th><th><br></th></tr> <!--DbEnv::memp_fcreate--><tr><td><a href="../../api_c/memp_fcreate.html">DB_ENV->memp_fcreate</a></td><td>Create a memory pool file handle</td></tr> @@ -103,6 +103,6 @@ a specified log sequence number (<a href="../../api_c/lsn_class.html">DB_LSN</a> </table> <table width="100%"><tr><td><br></td><td align=right><a href="../log/limits.html"><img src="../../images/prev.gif" alt="Prev"></a><a href="../toc.html"><img src="../../images/ref.gif" alt="Ref"></a><a href="../mp/config.html"><img src="../../images/next.gif" alt="Next"></a> </td></tr></table> -<p><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> +<p><font size=1>Copyright (c) 1996-2006 Oracle Corporation - All rights reserved.</font> </body> </html> |