summaryrefslogtreecommitdiff
path: root/docs/api_reference/C/dbget_partition_keys.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/C/dbget_partition_keys.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/C/dbget_partition_keys.html')
-rw-r--r--docs/api_reference/C/dbget_partition_keys.html43
1 files changed, 23 insertions, 20 deletions
diff --git a/docs/api_reference/C/dbget_partition_keys.html b/docs/api_reference/C/dbget_partition_keys.html
index 8051794b..9c9cde92 100644
--- a/docs/api_reference/C/dbget_partition_keys.html
+++ b/docs/api_reference/C/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-&gt;get_partition_keys(DB *db, u_int32_t *partsp, DBT *keysp); </pre>
<p>
- The <code class="methodname">DB-&gt;get_partition_keys()</code> method returns the partitioning information as
- set by the <a class="xref" href="dbset_partition.html" title="DB-&gt;set_partition()">DB-&gt;set_partition()</a> method.
+ The <code class="methodname">DB-&gt;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-&gt;set_partition()">DB-&gt;set_partition()</a>
+ method.
</p>
<p>
- The <code class="methodname">DB-&gt;get_partition_keys()</code> method may be called at any time during the life
- of the application.
+ The <code class="methodname">DB-&gt;get_partition_keys()</code> method may
+ be called at any time during the life of the application.
</p>
<p>
The <code class="methodname">DB-&gt;get_partition_keys()</code> <span>
@@ -62,7 +65,7 @@ DB-&gt;get_partition_keys(DB *db, u_int32_t *partsp, DBT *keysp); </pre>
<div class="titlepage">
<div>
<div>
- <h3 class="title"><a id="idp57721392"></a>Parameters</h3>
+ <h3 class="title"><a id="idm5275600"></a>Parameters</h3>
</div>
</div>
</div>
@@ -70,28 +73,28 @@ DB-&gt;get_partition_keys(DB *db, u_int32_t *partsp, DBT *keysp); </pre>
<div class="titlepage">
<div>
<div>
- <h4 class="title"><a id="idp57728896"></a>partsp</h4>
+ <h4 class="title"><a id="idm2472256"></a>partsp</h4>
</div>
</div>
</div>
<p>
- The
- <code class="methodname">DB-&gt;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="idp57738968"></a>keysp</h4>
+ <h4 class="title"><a id="idm1697552"></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>
@@ -99,7 +102,7 @@ DB-&gt;get_partition_keys(DB *db, u_int32_t *partsp, DBT *keysp); </pre>
<div class="titlepage">
<div>
<div>
- <h3 class="title"><a id="idp57733144"></a>Class</h3>
+ <h3 class="title"><a id="idm4391760"></a>Class</h3>
</div>
</div>
</div>
@@ -111,14 +114,14 @@ DB-&gt;get_partition_keys(DB *db, u_int32_t *partsp, DBT *keysp); </pre>
<div class="titlepage">
<div>
<div>
- <h3 class="title"><a id="idp57723392"></a>See Also</h3>
+ <h3 class="title"><a id="idm3117152"></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-&gt;set_partition()">DB-&gt;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-&gt;set_partition()">DB-&gt;set_partition()</a>
+ </p>
</div>
</div>
<div class="navfooter">