| 
    JULEA
    
   | 
 
Data Structures | |
| struct | JConfiguration | 
Typedefs | |
| typedef struct JConfiguration | JConfiguration | 
Functions | |
| JConfiguration * | j_configuration (void) | 
| JConfiguration * | j_configuration_new (void) | 
| JConfiguration * | j_configuration_new_for_data (GKeyFile *key_file) | 
| JConfiguration * | j_configuration_ref (JConfiguration *configuration) | 
| void | j_configuration_unref (JConfiguration *configuration) | 
| gchar const * | j_configuration_get_server (JConfiguration *, JBackendType, guint32) | 
| guint32 | j_configuration_get_server_count (JConfiguration *, JBackendType) | 
| gchar const * | j_configuration_get_backend (JConfiguration *, JBackendType) | 
| gchar const * | j_configuration_get_backend_path (JConfiguration *, JBackendType) | 
| guint64 | j_configuration_get_max_operation_size (JConfiguration *) | 
| guint64 | j_configuration_get_max_inject_size (JConfiguration *) | 
| guint16 | j_configuration_get_port (JConfiguration *) | 
| guint32 | j_configuration_get_max_connections (JConfiguration *) | 
| guint64 | j_configuration_get_stripe_size (JConfiguration *) | 
| gchar const * | j_configuration_get_checksum (JConfiguration *) | 
| typedef struct JConfiguration JConfiguration | 
| JConfiguration * j_configuration | ( | void | ) | 
Returns the configuration.
| gchar const * j_configuration_get_backend | ( | JConfiguration * | configuration, | 
| JBackendType | backend | ||
| ) | 
| gchar const * j_configuration_get_backend_path | ( | JConfiguration * | configuration, | 
| JBackendType | backend | ||
| ) | 
| gchar const * j_configuration_get_checksum | ( | JConfiguration * | configuration | ) | 
| guint32 j_configuration_get_max_connections | ( | JConfiguration * | configuration | ) | 
| guint64 j_configuration_get_max_inject_size | ( | JConfiguration * | configuration | ) | 
| guint64 j_configuration_get_max_operation_size | ( | JConfiguration * | configuration | ) | 
| guint16 j_configuration_get_port | ( | JConfiguration * | configuration | ) | 
| gchar const * j_configuration_get_server | ( | JConfiguration * | configuration, | 
| JBackendType | backend, | ||
| guint32 | index | ||
| ) | 
| guint32 j_configuration_get_server_count | ( | JConfiguration * | configuration, | 
| JBackendType | backend | ||
| ) | 
| guint64 j_configuration_get_stripe_size | ( | JConfiguration * | configuration | ) | 
| JConfiguration * j_configuration_new | ( | void | ) | 
Creates a new configuration.
| JConfiguration * j_configuration_new_for_data | ( | GKeyFile * | key_file | ) | 
Creates a new configuration for the given configuration data.
| key_file | The configuration data. | 
| JConfiguration * j_configuration_ref | ( | JConfiguration * | configuration | ) | 
Increases a configuration's reference count.
| configuration | A configuration. | 
configuration. | void j_configuration_unref | ( | JConfiguration * | configuration | ) | 
Decreases a configuration's reference count. When the reference count reaches zero, frees the memory allocated for the configuration.
| configuration | A configuration. |