Scroll to navigation

GEARMAN_RESULT_STORE_INTEGER(3) Gearmand GEARMAN_RESULT_STORE_INTEGER(3)

NAME

gearman_result_store_integer - Gearmand Documentation, http://gearman.info/

SYNOPSIS

#include <libgearman/gearman.h>












Compile and link with -lgearman

DESCRIPTION

The gearman_result_st type represents a result set. gearman_aggregator_fn <#c.gearman_aggregator_fn> is passed on these types which it uses to create a final result that is returned to the client.

gearman_task_result() returns gearman_result_st from a gearman_task_st <#c.gearman_task_st>.

A gearman_result_st can return the resulting value as either a char pointer, boolean, gearman_string_t <#c.gearman_string_t>, or int64_t.

SEE ALSO

gearmand(8) libgearman(3) gearman_client_error() or gearman_worker_error()

Author

Data Differential http://www.datadifferential.com/

Copyright

2011-2014, Data Differential, http://www.datadifferential.com/

January 16, 2026 1.1.21+ds