FieldsMethodsMember Objects1. Fields
max_connection_threads
| Function name |
Function signature |
| rpop_max_connection_threads_get |
int rpop_max_connection_threads_get (object:rpop obj) |
|
This function returns the maximum number of threads involved in I/O for this service
|
| rpop_max_connection_threads_set |
int rpop_max_connection_threads_set (object:rpop obj, int value) |
|
This function sets the maximum number of threads involved in I/O for this service
|
log_host
| Function name |
Function signature |
| rpop_log_host_get |
string rpop_log_host_get (object:rpop obj) |
|
This function returns the host which handles the logging (if the log type is not local)
|
| rpop_log_host_set |
int rpop_log_host_set (object:rpop obj, string value) |
|
This function sets the address of the host that offers log services for Axigen
|
log_level
| Function name |
Function signature |
| rpop_log_level_get |
int rpop_log_level_get (object:rpop obj) |
|
This function returns the log level for this service. For more information of service log level, read the Axigen documentation
|
| rpop_log_level_set |
int rpop_log_level_set (object:rpop obj, int val) |
|
This function sets the log level for this service. For more information of service log level, read the Axigen documentation
|
min_connection_threads
| Function name |
Function signature |
| rpop_min_connection_threads_get |
int rpop_min_connection_threads_get (object:rpop obj) |
|
This function returns the minimum number of threads involved in I/O for this service
|
| rpop_min_connection_threads_set |
int rpop_min_connection_threads_set (object:rpop obj, int value) |
|
This function sets the minimum number of threads involved in I/O for this service
|
log_type
| Function name |
Function signature |
| rpop_log_type_get |
string rpop_log_type_get (object:rpop obj) |
|
This function returns the log the for this service. Expected values are: "internal", "system" or "remote"
|
| rpop_log_type_set |
int rpop_log_type_set (object:rpop obj, string value) |
|
This function sets the log type for this service. Valid values for the 'value' parameter are: "internal"(used at logging in a local file), "system"(used at logging in system log) or "remote"(used at logging on a dedicated logging machine)
|
2. Methods
| Function name |
Function signature |
| rpop_save |
int rpop_save (object:rpop serv, object:session session) |
|
This function saves the rpop configuration back to Axigen
|
| rpop_destroy |
int rpop_destroy (object:rpop rpop) |
|
This function destroys a rpop object
|
| rpop_reset |
int rpop_reset (object:rpop rpop, object:session session) |
|
This function resets the changes made but not yet saved
|
| rpop_load |
object:rpop rpop_load (object:session session, object:context_list context) |
3. Member Objects
connection_data
Functions that apply to member object:
| Function name |
Function signature |
| proxy_connection_data_get |
object:connection_data proxy_connection_data_get (object:proxy proxy, object:session s) |
|
This function returns the connection data for the proxy. The connection data is used at setting various connections for the proxy connections
|
listeners
Functions that apply to member object:
| Function name |
Function signature |
| proxy_listeners_get |
object:listeners proxy_listeners_get (object:proxy proxy, object:session s) |
|
This function returns the listeners list for this proxy
|
mapping_data
Functions that apply to member object:
| Function name |
Function signature |
| proxy_mapping_data_get |
object:mapping_data proxy_mapping_data_get (object:proxy proxy, object:session s) |
|
This function returns the mapping data for the proxy. The mapping data is used for configuring Axigen clustering. Please read the Axigen documentation for more information.
|