Adaptive Framework
0.9.0
|
Functions | |
const afw_value_t * | afw_lmdb_function_execute_reader_check (afw_function_execute_t *x) |
Adaptive Function reader_check More... | |
const afw_value_t * | afw_lmdb_function_execute_reader_list (afw_function_execute_t *x) |
Adaptive Function reader_list More... | |
lmdb adaptive functions.
const afw_value_t* afw_lmdb_function_execute_reader_check | ( | afw_function_execute_t * | x | ) |
Adaptive Function reader_check
x | function execute parameter. |
Check for stale entries in the reader lock table.
This function is not pure, so it may return a different result given exactly the same parameters.
Declaration:
Parameters:
adaptorId - (string) Adaptor Id.
Returns:
(integer) Number of stale slots that were cleared.
Definition at line 48 of file afw_lmdb_function_lmdb.c.
const afw_value_t* afw_lmdb_function_execute_reader_list | ( | afw_function_execute_t * | x | ) |
Adaptive Function reader_list
x | function execute parameter. |
Dump the entries in the reader lock table.
This function is not pure, so it may return a different result given exactly the same parameters.
Declaration:
Parameters:
adaptorId - (string) Adaptor Id.
Returns:
(string) Reader entries.
Definition at line 101 of file afw_lmdb_function_lmdb.c.