module Dn_config:The clusternamesig
..end
class type dn_config =object
..end
val extract_dn_config : Netplex_types.config_file -> dn_config
Dn_config.dn_config
for explanations):
netplex {
...
datanode {
clustername = "<name>";
directory = "<data_dir>";
blocksize = <blocksize>; (* int *)
io_processes = <p>; (* int *)
shm_queue_length = <q>; (* int *)
sync_period = <s>; (* float *)
};
...
}