diff options
Diffstat (limited to 'docs/api_reference/CXX/dbget_partition_callback.html')
| -rw-r--r-- | docs/api_reference/CXX/dbget_partition_callback.html | 41 |
1 files changed, 21 insertions, 20 deletions
diff --git a/docs/api_reference/CXX/dbget_partition_callback.html b/docs/api_reference/CXX/dbget_partition_callback.html index c91b47d9..12f8a82a 100644 --- a/docs/api_reference/CXX/dbget_partition_callback.html +++ b/docs/api_reference/CXX/dbget_partition_callback.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> @@ -44,12 +44,14 @@ int Db::get_partition_callback(u_int32_t *partsp, u_int32_t (**callback_fcn) (DB *dbp, DBT *key);</pre> <p> - The <code class="methodname">Db::get_partition_callback()</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_callback()</code> method + returns the database partitioning callback as set by 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_callback()</code> method may be called at any time during the life - of the application. + The <code class="methodname">Db::get_partition_callback()</code> method + may be called at any time during the life of the application. </p> <p> The <code class="methodname">Db::get_partition_callback()</code> <span> @@ -65,7 +67,7 @@ Db::get_partition_callback(u_int32_t *partsp, <div class="titlepage"> <div> <div> - <h3 class="title"><a id="idm4398768"></a>Parameters</h3> + <h3 class="title"><a id="idm2927312"></a>Parameters</h3> </div> </div> </div> @@ -73,28 +75,27 @@ Db::get_partition_callback(u_int32_t *partsp, <div class="titlepage"> <div> <div> - <h4 class="title"><a id="idm4785288"></a>partsp</h4> + <h4 class="title"><a id="idm8100536"></a>partsp</h4> </div> </div> </div> <p> - The - <code class="methodname">Db::get_partition_callback()</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 used by the + database. + </p> </div> <div class="sect3" lang="en" xml:lang="en"> <div class="titlepage"> <div> <div> - <h4 class="title"><a id="idm5777872"></a>callback_fcn</h4> + <h4 class="title"><a id="idm5436808"></a>callback_fcn</h4> </div> </div> </div> <p> - The <span class="bold"><strong>callback_fcn</strong></span> parameter will be set to the partitioning function. + The <span class="bold"><strong>callback_fcn</strong></span> + parameter returns the partitioning callback. </p> </div> </div> @@ -102,7 +103,7 @@ Db::get_partition_callback(u_int32_t *partsp, <div class="titlepage"> <div> <div> - <h3 class="title"><a id="idm1992104"></a>Class</h3> + <h3 class="title"><a id="idm3834712"></a>Class</h3> </div> </div> </div> @@ -114,14 +115,14 @@ Db::get_partition_callback(u_int32_t *partsp, <div class="titlepage"> <div> <div> - <h3 class="title"><a id="idm821912"></a>See Also</h3> + <h3 class="title"><a id="idm6868224"></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"> |
