From 780b92ada9afcf1d58085a83a0b9e6bc982203d1 Mon Sep 17 00:00:00 2001 From: Lorry Tar Creator Date: Tue, 17 Feb 2015 17:25:57 +0000 Subject: Imported from /home/lorry/working-area/delta_berkeleydb/db-6.1.23.tar.gz. --- .../C/repmgrget_incoming_queue_max.html | 156 +++++++++++++++++++++ 1 file changed, 156 insertions(+) create mode 100644 docs/api_reference/C/repmgrget_incoming_queue_max.html (limited to 'docs/api_reference/C/repmgrget_incoming_queue_max.html') diff --git a/docs/api_reference/C/repmgrget_incoming_queue_max.html b/docs/api_reference/C/repmgrget_incoming_queue_max.html new file mode 100644 index 00000000..bab37f00 --- /dev/null +++ b/docs/api_reference/C/repmgrget_incoming_queue_max.html @@ -0,0 +1,156 @@ + + + + + + DB_ENV->repmgr_get_incoming_queue_max() + + + + + + + + + +
+
+
+
+

+ DB_ENV->repmgr_get_incoming_queue_max() +

+
+
+
+
#include <db.h>
+
+int
+DB_ENV->repmgr_get_incoming_queue_max(DB_ENV *env, u_int32_t *gbytesp,
+u_int32_t *bytesp); 
+

+ The DB_ENV->repmgr_get_incoming_queue_max() method returns the + byte-count limit on the amount of dynamic memory used by the Replication Manager + incoming queue. This value is configurable using the + + DB_ENV->repmgr_set_incoming_queue_max() + + method. +

+

+ The DB_ENV->repmgr_get_incoming_queue_max() method may be called + at any time during the life of the application. +

+

+ The DB_ENV->repmgr_get_incoming_queue_max() + + method returns a non-zero error value on failure and 0 on success. + + + +

+
+
+
+
+

Parameters

+
+
+
+
+
+
+
+

gbytesp

+
+
+
+

+ The gbytesp parameter references + memory into which the gigabytes component of the Replication Manager + incoming queue limit is copied. +

+
+
+
+
+
+

bytesp

+
+
+
+

+ The bytesp parameter references + memory into which the bytes component of the Replication Manager + incoming queue is copied. +

+
+
+
+
+
+
+

Class

+
+
+
+

+ DB_ENV +

+
+ +
+ + + -- cgit v1.2.1