Go to the source code of this file.
◆ MIN_CAPACITY_BYTES
| #define MIN_CAPACITY_BYTES (1024*1024) |
◆ disk_queue_options_capacity_bytes_set()
| void disk_queue_options_capacity_bytes_set |
( |
DiskQueueOptions * |
self, |
|
|
gint64 |
capacity_bytes |
|
) |
| |
◆ disk_queue_options_check_plugin_settings()
◆ disk_queue_options_compaction_set()
| void disk_queue_options_compaction_set |
( |
DiskQueueOptions * |
self, |
|
|
gboolean |
compaction |
|
) |
| |
◆ disk_queue_options_destroy()
◆ disk_queue_options_flow_control_window_bytes_set()
| void disk_queue_options_flow_control_window_bytes_set |
( |
DiskQueueOptions * |
self, |
|
|
gint |
flow_control_window_bytes |
|
) |
| |
◆ disk_queue_options_flow_control_window_size_set()
| void disk_queue_options_flow_control_window_size_set |
( |
DiskQueueOptions * |
self, |
|
|
gint |
flow_control_window_size |
|
) |
| |
◆ disk_queue_options_front_cache_size_set()
| void disk_queue_options_front_cache_size_set |
( |
DiskQueueOptions * |
self, |
|
|
gint |
front_cache_size |
|
) |
| |
◆ disk_queue_options_reliable_set()
| void disk_queue_options_reliable_set |
( |
DiskQueueOptions * |
self, |
|
|
gboolean |
reliable |
|
) |
| |
◆ disk_queue_options_set_default_options()
◆ disk_queue_options_set_dir()
◆ disk_queue_options_set_prealloc()
| void disk_queue_options_set_prealloc |
( |
DiskQueueOptions * |
self, |
|
|
gboolean |
prealloc |
|
) |
| |
◆ disk_queue_options_set_truncate_size_ratio()
| void disk_queue_options_set_truncate_size_ratio |
( |
DiskQueueOptions * |
self, |
|
|
gdouble |
truncate_size_ratio |
|
) |
| |