1GEARMAN_CLIENT_SET_NAMESPACE(3)    Gearmand    GEARMAN_CLIENT_SET_NAMESPACE(3)
2
3
4

NAME

6       gearman_client_set_namespace  -  Gearmand  Documentation,  http://gear
7       man.info/
8

SYNOPSIS

10       #include <libgearman/gearman.h>
11
12       void    gearman_client_set_namespace(gearman_client_st *self,     const
13       char *namespace_key, size_t namespace_key_size)
14
15       void     gearman_worker_set_namespace(gearman_worker_st *self,    const
16       char *namespace_key, size_t namespace_key_size)
17
18       Compile and link with -lgearman
19

DESCRIPTION

21       gearman_client_set_namespace() and gearman_worker_set_namespace() set a
22       "namespace"  for  a  given  set  of functions. Only clients and workers
23       sharing a namespace_key can see one anothers workloads and functions.
24
25       By setting namespace_key to NULL you can disable the namespace.
26

RETURN

28       None
29

HOME

31       To find out more information please check: http://gearman.info/
32

SEE ALSO

34       gearmand(8) libgearman(3)
35

AUTHOR

37       Data Differential http://www.datadifferential.com/
38
40       2011-2014, Data Differential, http://www.datadifferential.com/
41
42
43
44
451.1.19.1                         Feb 18, 2020  GEARMAN_CLIENT_SET_NAMESPACE(3)
Impressum