Plasma GitLab Archive
Projects Blog Knowledge

sig
  class type nn_node_config =
    object
      method dn_blocksize : int
      method dn_max_errors : int
      method dn_multicast_addr : Unix.inet_addr
      method dn_multicast_period : float
      method dn_multicast_ttl : int
      method dn_node_timeout : float
      method dn_port : int
      method dn_security_level : Pfs_auth.level
      method nn_clustername : string
      method nn_elect_timeout : float
      method nn_hostname : string
      method nn_inodecaches : string list
      method nn_lock_timeout : float
      method nn_node_alive_min : int
      method nn_node_alive_min_startup : int
      method nn_node_timeout : float
      method nn_nodes : string list
      method nn_pool_size : int
      method nn_rank : string
      method nn_replication : int
    end
  class type nn_min_config =
    object
      method nn_clustername : string
      method nn_node_timeout : float
      method nn_nodes : string list
    end
  val extract_node_config :
    Netplex_types.config_file -> Nn_config.nn_node_config
  val extract_min_config :
    Netplex_types.config_file -> Nn_config.nn_min_config
  val bmaprowsize : int
end
This web site is published by Informatikbüro Gerd Stolpmann
Powered by Caml