diff options
| author | Lorry Tar Creator <lorry-tar-importer@baserock.org> | 2015-02-17 17:25:57 +0000 |
|---|---|---|
| committer | <> | 2015-03-17 16:26:24 +0000 |
| commit | 780b92ada9afcf1d58085a83a0b9e6bc982203d1 (patch) | |
| tree | 598f8b9fa431b228d29897e798de4ac0c1d3d970 /docs/api_reference/C/dbset_partition_dirs.html | |
| parent | 7a2660ba9cc2dc03a69ddfcfd95369395cc87444 (diff) | |
| download | berkeleydb-master.tar.gz | |
Diffstat (limited to 'docs/api_reference/C/dbset_partition_dirs.html')
| -rw-r--r-- | docs/api_reference/C/dbset_partition_dirs.html | 53 |
1 files changed, 29 insertions, 24 deletions
diff --git a/docs/api_reference/C/dbset_partition_dirs.html b/docs/api_reference/C/dbset_partition_dirs.html index c0e0e79d..991a96ae 100644 --- a/docs/api_reference/C/dbset_partition_dirs.html +++ b/docs/api_reference/C/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(DB *db, 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 returns a non-zero error value on failure and 0 on success. </span> @@ -63,7 +65,7 @@ DB->set_partition_dirs(DB *db, const char **dirs); </pre> <div class="titlepage"> <div> <div> - <h3 class="title"><a id="idp58497368"></a>Parameters</h3> + <h3 class="title"><a id="idm7509328"></a>Parameters</h3> </div> </div> </div> @@ -71,40 +73,43 @@ DB->set_partition_dirs(DB *db, const char **dirs); </pre> <div class="titlepage"> <div> <div> - <h4 class="title"><a id="idp58502128"></a>dirs</h4> + <h4 class="title"><a id="idp135968"></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="DB_ENV->add_data_dir()">DB_ENV->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="DB_ENV->add_data_dir()">DB_ENV->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="idp58481824"></a>Errors</h3> + <h3 class="title"><a id="idm7907144"></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 return one 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="idp58482944"></a>EINVAL</h4> + <h4 class="title"><a id="idm6344968"></a>EINVAL</h4> </div> </div> </div> @@ -117,25 +122,25 @@ DB->set_partition_dirs(DB *db, const char **dirs); </pre> <div class="titlepage"> <div> <div> - <h3 class="title"><a id="idp58482560"></a>Class</h3> + <h3 class="title"><a id="idp136336"></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="idp58501696"></a>See Also</h3> + <h3 class="title"><a id="idm6071832"></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"> |
