Up

Module Cluster = Import.Cluster

Signature

type t = {
master_machine
: string ;
worker_machines
: string list ;
}
val bin_size_t : t -> int
val __bin_read_t__ : 'a -> pos_ref:Core.Std.Bin_prot.Common.pos Core.Std.ref -> 'b -> 'c
val bin_read_t : Bin_prot.Common.buf -> pos_ref:Bin_prot.Common.pos_ref -> t
val t_of_sexp : Sexplib.Sexp.t -> t
val sexp_of_t : t -> Sexplib.Sexp.t