All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Data Fields
as_config_lua Struct Reference

Detailed Description

lua module config

Definition at line 76 of file as_config.h.

#include "as_config.h"

+ Collaboration diagram for as_config_lua:

Data Fields

bool cache_enabled
 
char system_path [AS_CONFIG_PATH_MAX_SIZE]
 
char user_path [AS_CONFIG_PATH_MAX_SIZE]
 

Field Documentation

bool as_config_lua::cache_enabled

Enable caching of UDF files in the client application.

Definition at line 82 of file as_config.h.

char as_config_lua::system_path[AS_CONFIG_PATH_MAX_SIZE]

The path to the system UDF files. These UDF files are installed with the aerospike client library. Default location is: /opt/aerospike/sys/udf/lua

Definition at line 89 of file as_config.h.

char as_config_lua::user_path[AS_CONFIG_PATH_MAX_SIZE]

The path to user's UDF files. Default location is: /opt/aerospike/usr/udf/lua

Definition at line 95 of file as_config.h.


The documentation for this struct was generated from the following file: