summaryrefslogtreecommitdiff
path: root/docs/api_reference/CXX/dbset_partition_dirs.html
diff options
context:
space:
mode:
authorLorry Tar Creator <lorry-tar-importer@baserock.org>2015-02-17 17:25:57 +0000
committer <>2015-03-17 16:26:24 +0000
commit780b92ada9afcf1d58085a83a0b9e6bc982203d1 (patch)
tree598f8b9fa431b228d29897e798de4ac0c1d3d970 /docs/api_reference/CXX/dbset_partition_dirs.html
parent7a2660ba9cc2dc03a69ddfcfd95369395cc87444 (diff)
downloadberkeleydb-master.tar.gz
Imported from /home/lorry/working-area/delta_berkeleydb/db-6.1.23.tar.gz.HEADdb-6.1.23master
Diffstat (limited to 'docs/api_reference/CXX/dbset_partition_dirs.html')
-rw-r--r--docs/api_reference/CXX/dbset_partition_dirs.html53
1 files changed, 29 insertions, 24 deletions
diff --git a/docs/api_reference/CXX/dbset_partition_dirs.html b/docs/api_reference/CXX/dbset_partition_dirs.html
index e7ce3b57..e9cb7cd6 100644
--- a/docs/api_reference/CXX/dbset_partition_dirs.html
+++ b/docs/api_reference/CXX/dbset_partition_dirs.html
@@ -14,7 +14,7 @@
<body>
<div xmlns="" class="navheader">
<div class="libver">
- <p>Library Version 11.2.5.3</p>
+ <p>Library Version 12.1.6.1</p>
</div>
<table width="100%" summary="Navigation header">
<tr>
@@ -43,16 +43,18 @@
int
Db::set_partition_dirs(const char **dirs); </pre>
<p>
- Specify which directories the database extents should be created in or looked for. If the number
- of directories is less than the number of partitions, the directories will be used in a round robin
- fashion.
+ Specify which directories will contain the database extents. If
+ the number of directories is less than the number of partitions,
+ the directories will be used in a round robin fashion.
</p>
<p>
- The <code class="methodname">Db::set_partition_dirs()</code> method may not be called after the
+ The <code class="methodname">Db::set_partition_dirs()</code> method
+ may not be called after the
<a class="xref" href="dbopen.html" title="Db::open()">Db::open()</a> method is called.
</p>
<p>
- The <code class="methodname">Db::set_partition_dirs()</code> <span>
+ The <code class="methodname">Db::set_partition_dirs()</code>
+ <span>
<span>
method either returns a non-zero error value or throws an
@@ -65,7 +67,7 @@ Db::set_partition_dirs(const char **dirs); </pre>
<div class="titlepage">
<div>
<div>
- <h3 class="title"><a id="idp422384"></a>Parameters</h3>
+ <h3 class="title"><a id="idp349736"></a>Parameters</h3>
</div>
</div>
</div>
@@ -73,29 +75,32 @@ Db::set_partition_dirs(const char **dirs); </pre>
<div class="titlepage">
<div>
<div>
- <h4 class="title"><a id="idp427408"></a>dirs</h4>
+ <h4 class="title"><a id="idp382560"></a>dirs</h4>
</div>
</div>
</div>
<p>
- The <span class="bold"><strong>dirs</strong></span> points to an array of directories that
- will be used to create or locate the
- database extent files specified in the <a class="xref" href="dbopen.html" title="Db::open()">Db::open()</a>
- method call. The directories must be included in the environment
- list specified by <a class="xref" href="envadd_data_dir.html" title="DbEnv::add_data_dir()">DbEnv::add_data_dir()</a>.
- </p>
+ The <span class="bold"><strong>dirs</strong></span> points to an
+ array of directories that will be used to create or
+ locate the database extent files specified to the
+ <a class="xref" href="dbopen.html" title="Db::open()">Db::open()</a>
+ method. The directories must be included in the
+ environment list specified by
+ <a class="xref" href="envadd_data_dir.html" title="DbEnv::add_data_dir()">DbEnv::add_data_dir()</a>.
+ </p>
</div>
</div>
<div class="sect2" lang="en" xml:lang="en">
<div class="titlepage">
<div>
<div>
- <h3 class="title"><a id="idp395568"></a>Errors</h3>
+ <h3 class="title"><a id="idp368520"></a>Errors</h3>
</div>
</div>
</div>
<p>
- The <code class="methodname">Db::set_partition_dirs()</code> <span>
+ The <code class="methodname">Db::set_partition_dirs()</code>
+ <span>
<span>
method may fail and throw a <a class="link" href="dbexception.html" title="Chapter 6. The DbException Class">DbException</a>
@@ -103,12 +108,12 @@ Db::set_partition_dirs(const char **dirs); </pre>
of the following non-zero errors:
</span>
</span>
- </p>
+ </p>
<div class="sect3" lang="en" xml:lang="en">
<div class="titlepage">
<div>
<div>
- <h4 class="title"><a id="idp411592"></a>EINVAL</h4>
+ <h4 class="title"><a id="idp366968"></a>EINVAL</h4>
</div>
</div>
</div>
@@ -121,25 +126,25 @@ Db::set_partition_dirs(const char **dirs); </pre>
<div class="titlepage">
<div>
<div>
- <h3 class="title"><a id="idp410296"></a>Class</h3>
+ <h3 class="title"><a id="idp340496"></a>Class</h3>
</div>
</div>
</div>
<p>
- <a class="link" href="db.html" title="Chapter 2.  The Db Handle">Db</a>
- </p>
+ <a class="link" href="db.html" title="Chapter 2.  The Db Handle">Db</a>
+ </p>
</div>
<div class="sect2" lang="en" xml:lang="en">
<div class="titlepage">
<div>
<div>
- <h3 class="title"><a id="idp431640"></a>See Also</h3>
+ <h3 class="title"><a id="idp387264"></a>See Also</h3>
</div>
</div>
</div>
<p>
- <a class="xref" href="db.html#dblist" title="Database and Related Methods">Database and Related Methods</a>
- </p>
+ <a class="xref" href="db.html#dblist" title="Database and Related Methods">Database and Related Methods</a>
+ </p>
</div>
</div>
<div class="navfooter">