- See also
- Interface Attributes
- globalScope> Global LCB_CNTL_CONFDELAY_THRESH
- globalScope> Global LCB_CNTL_CONFERRTHRESH
- globalScope> Global LCB_CNTL_CONFIG_CACHE_LOADED
- globalScope> Global LCB_CNTL_CONFIG_TRANSPORT
- globalScope> Global LCB_CNTL_CONFIGCACHE
- See also
- LCB_CNTL_CONFIG_CACHE_LOADED
- globalScope> Global LCB_CNTL_CONLOGGER_FP
- globalScope> Global LCB_CNTL_FORCE_SASL_MECH
- globalScope> Global LCB_CNTL_HANDLETYPE
- globalScope> Global LCB_CNTL_IOPS
- globalScope> Global LCB_CNTL_IP6POLICY
- globalScope> Global LCB_CNTL_LOGGER
- globalScope> Global LCB_CNTL_MAX_REDIRECTS
- globalScope> Global LCB_CNTL_RESET_TIMEOUT_ON_WAIT
- This setting determines if calls to lcb_wait() and lcb_wait3() will reset the timeout of pending operations to the time that lcb_wait() was called, rather than having the operation maintain the time of the call which scheduled it. If the time between lcb_store3() and family and the lcb_wait() functions is long, it is recommended to disable this setting in order to avoid prematurely having operations time out.
- globalScope> Global LCB_CNTL_RETRY_BACKOFF
- globalScope> Global LCB_CNTL_RETRY_INTERVAL
- globalScope> Global LCB_CNTL_VBCONFIG
- globalScope> Global lcb_create_io_ops (lcb_io_opt_t *op, const struct lcb_create_io_ops_st *options)
- globalScope> Global lcb_destroy_io_ops (lcb_io_opt_t op)
- globalScope> Global lcb_logging_callback )(struct lcb_logprocs_st *procs, unsigned int iid, const char *subsys, int severity, const char *srcfile, int srcline, const char *fmt, va_list ap)
- Class lcb_logprocs
- globalScope> Global lcb_pktfwd3 (lcb_t instance, const void *cookie, const lcb_CMDPKTFWD *cmd)
- globalScope> Global lcb_refresh_config (lcb_t instance)
- globalScope> Global lcb_sched_enter (lcb_t instance)
- globalScope> Global lcb_sched_fail (lcb_t instance)
- globalScope> Global lcb_sched_leave (lcb_t instance)
- globalScope> Global lcb_set_errmap_callback (lcb_t, lcb_errmap_callback)
- globalScope> Global lcb_set_pktflushed_callback (lcb_t instance, lcb_pktflushed_callback callback)
- globalScope> Global lcb_set_pktfwd_callback (lcb_t instance, lcb_pktfwd_callback callback)
- globalScope> Global lcbvb_create (void)
- globalScope> Global lcbvb_nmv_remap (lcbvb_CONFIG *cfg, int vbid, int bad)
- globalScope> Global lcbvb_parse_json (const char *data)
- Parse the configuration string in
data
and return a new config object - Parameters
-
- Returns
- A new config object, or NULL on error.