Plasma GitLab Archive
Projects Blog Knowledge

sig
  module V1 :
    sig
      type t = Rpc_client.t
      val create_client :
        ?esys:Unixqueue.event_system ->
        ?program_number:Rtypes.uint4 ->
        ?version_number:Rtypes.uint4 ->
        Rpc_client.connector -> Rpc.protocol -> Rpc_client.t
      val create_portmapped_client :
        ?esys:Unixqueue.event_system ->
        ?program_number:Rtypes.uint4 ->
        ?version_number:Rtypes.uint4 ->
        string -> Rpc.protocol -> Rpc_client.t
      val create_client2 :
        ?esys:Unixqueue.event_system ->
        ?program_number:Rtypes.uint4 ->
        ?version_number:Rtypes.uint4 -> Rpc_client.mode2 -> Rpc_client.t
      val _program : Rpc_program.t
      val null :
        Rpc_client.t ->
        Mapred_rpc_aux.t_Mapred_task'V1'null'arg ->
        Mapred_rpc_aux.t_Mapred_task'V1'null'res
      val null'async :
        Rpc_client.t ->
        Mapred_rpc_aux.t_Mapred_task'V1'null'arg ->
        ((unit -> Mapred_rpc_aux.t_Mapred_task'V1'null'res) -> unit) -> unit
      val exec :
        Rpc_client.t ->
        Mapred_rpc_aux.t_Mapred_task'V1'exec'arg ->
        Mapred_rpc_aux.t_Mapred_task'V1'exec'res
      val exec'async :
        Rpc_client.t ->
        Mapred_rpc_aux.t_Mapred_task'V1'exec'arg ->
        ((unit -> Mapred_rpc_aux.t_Mapred_task'V1'exec'res) -> unit) -> unit
      val kill :
        Rpc_client.t ->
        Mapred_rpc_aux.t_Mapred_task'V1'kill'arg ->
        Mapred_rpc_aux.t_Mapred_task'V1'kill'res
      val kill'async :
        Rpc_client.t ->
        Mapred_rpc_aux.t_Mapred_task'V1'kill'arg ->
        ((unit -> Mapred_rpc_aux.t_Mapred_task'V1'kill'res) -> unit) -> unit
      val kill_all :
        Rpc_client.t ->
        Mapred_rpc_aux.t_Mapred_task'V1'kill_all'arg ->
        Mapred_rpc_aux.t_Mapred_task'V1'kill_all'res
      val kill_all'async :
        Rpc_client.t ->
        Mapred_rpc_aux.t_Mapred_task'V1'kill_all'arg ->
        ((unit -> Mapred_rpc_aux.t_Mapred_task'V1'kill_all'res) -> unit) ->
        unit
      val configure :
        Rpc_client.t ->
        Mapred_rpc_aux.t_Mapred_task'V1'configure'arg ->
        Mapred_rpc_aux.t_Mapred_task'V1'configure'res
      val configure'async :
        Rpc_client.t ->
        Mapred_rpc_aux.t_Mapred_task'V1'configure'arg ->
        ((unit -> Mapred_rpc_aux.t_Mapred_task'V1'configure'res) -> unit) ->
        unit
    end
end
This web site is published by Informatikbüro Gerd Stolpmann
Powered by Caml