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/CXX/dbget_partition_keys.html | |
| parent | 7a2660ba9cc2dc03a69ddfcfd95369395cc87444 (diff) | |
| download | berkeleydb-master.tar.gz | |
Diffstat (limited to 'docs/api_reference/CXX/dbget_partition_keys.html')
| -rw-r--r-- | docs/api_reference/CXX/dbget_partition_keys.html | 43 |
1 files changed, 23 insertions, 20 deletions
diff --git a/docs/api_reference/CXX/dbget_partition_keys.html b/docs/api_reference/CXX/dbget_partition_keys.html index c027fded..fe6f187b 100644 --- a/docs/api_reference/CXX/dbget_partition_keys.html +++ b/docs/api_reference/CXX/dbget_partition_keys.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,12 +43,15 @@ int Db::get_partition_keys(u_int32_t *partsp, DBT *keysp);</pre> <p> - The <code class="methodname">Db::get_partition_keys()</code> method returns the partitioning information as - set by the <a class="xref" href="dbset_partition.html" title="Db::set_partition()">Db::set_partition()</a> method. + The <code class="methodname">Db::get_partition_keys()</code> method + returns the range of keys used to specify the values placed in each + of a database's partitions. This information is set using the + <a class="xref" href="dbset_partition.html" title="Db::set_partition()">Db::set_partition()</a> + method. </p> <p> - The <code class="methodname">Db::get_partition_keys()</code> method may be called at any time during the life - of the application. + The <code class="methodname">Db::get_partition_keys()</code> method may + be called at any time during the life of the application. </p> <p> The <code class="methodname">Db::get_partition_keys()</code> <span> @@ -64,7 +67,7 @@ Db::get_partition_keys(u_int32_t *partsp, DBT *keysp);</pre> <div class="titlepage"> <div> <div> - <h3 class="title"><a id="idm4076344"></a>Parameters</h3> + <h3 class="title"><a id="idm934568"></a>Parameters</h3> </div> </div> </div> @@ -72,28 +75,28 @@ Db::get_partition_keys(u_int32_t *partsp, DBT *keysp);</pre> <div class="titlepage"> <div> <div> - <h4 class="title"><a id="idm5008088"></a>partsp</h4> + <h4 class="title"><a id="idm2225272"></a>partsp</h4> </div> </div> </div> <p> - The - <code class="methodname">Db::get_partition_keys()</code> - method returns number of partitions in the - <span class="bold"><strong>partsp</strong></span> - parameter. - </p> + The <span class="bold"><strong>partsp</strong></span> + parameter returns the number of partitions in the + database. + </p> </div> <div class="sect3" lang="en" xml:lang="en"> <div class="titlepage"> <div> <div> - <h4 class="title"><a id="idm6507880"></a>keysp</h4> + <h4 class="title"><a id="idm8016712"></a>keysp</h4> </div> </div> </div> <p> - The <span class="bold"><strong>keysp</strong></span> parameter will be set to the array of partitioning keys. + The <span class="bold"><strong>keysp</strong></span> parameter + returns the set of keys used to place values in the + database partitions. </p> </div> </div> @@ -101,7 +104,7 @@ Db::get_partition_keys(u_int32_t *partsp, DBT *keysp);</pre> <div class="titlepage"> <div> <div> - <h3 class="title"><a id="idm3235416"></a>Class</h3> + <h3 class="title"><a id="idm3721208"></a>Class</h3> </div> </div> </div> @@ -113,14 +116,14 @@ Db::get_partition_keys(u_int32_t *partsp, DBT *keysp);</pre> <div class="titlepage"> <div> <div> - <h3 class="title"><a id="idm2698600"></a>See Also</h3> + <h3 class="title"><a id="idm1434232"></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>, - <a class="xref" href="dbset_partition.html" title="Db::set_partition()">Db::set_partition()</a> - </p> + <a class="xref" href="db.html#dblist" title="Database and Related Methods">Database and Related Methods</a>, + <a class="xref" href="dbset_partition.html" title="Db::set_partition()">Db::set_partition()</a> + </p> </div> </div> <div class="navfooter"> |
