Plasma GitLab Archive
Projects Blog Knowledge

sig
  module Mapred_task :
    sig
      module V1 :
        sig
          val bind :
            ?program_number:Rtypes.uint4 ->
            ?version_number:Rtypes.uint4 ->
            proc_null:(Mapred_rpc_aux.t_Mapred_task'V1'null'arg ->
                       Mapred_rpc_aux.t_Mapred_task'V1'null'res) ->
            proc_exec:(Mapred_rpc_aux.t_Mapred_task'V1'exec'arg ->
                       Mapred_rpc_aux.t_Mapred_task'V1'exec'res) ->
            proc_kill:(Mapred_rpc_aux.t_Mapred_task'V1'kill'arg ->
                       Mapred_rpc_aux.t_Mapred_task'V1'kill'res) ->
            proc_kill_all:(Mapred_rpc_aux.t_Mapred_task'V1'kill_all'arg ->
                           Mapred_rpc_aux.t_Mapred_task'V1'kill_all'res) ->
            proc_configure:(Mapred_rpc_aux.t_Mapred_task'V1'configure'arg ->
                            Mapred_rpc_aux.t_Mapred_task'V1'configure'res) ->
            Rpc_server.t -> unit
          val bind_async :
            ?program_number:Rtypes.uint4 ->
            ?version_number:Rtypes.uint4 ->
            proc_null:(Rpc_server.session ->
                       Mapred_rpc_aux.t_Mapred_task'V1'null'arg ->
                       (Mapred_rpc_aux.t_Mapred_task'V1'null'res -> unit) ->
                       unit) ->
            proc_exec:(Rpc_server.session ->
                       Mapred_rpc_aux.t_Mapred_task'V1'exec'arg ->
                       (Mapred_rpc_aux.t_Mapred_task'V1'exec'res -> unit) ->
                       unit) ->
            proc_kill:(Rpc_server.session ->
                       Mapred_rpc_aux.t_Mapred_task'V1'kill'arg ->
                       (Mapred_rpc_aux.t_Mapred_task'V1'kill'res -> unit) ->
                       unit) ->
            proc_kill_all:(Rpc_server.session ->
                           Mapred_rpc_aux.t_Mapred_task'V1'kill_all'arg ->
                           (Mapred_rpc_aux.t_Mapred_task'V1'kill_all'res ->
                            unit) ->
                           unit) ->
            proc_configure:(Rpc_server.session ->
                            Mapred_rpc_aux.t_Mapred_task'V1'configure'arg ->
                            (Mapred_rpc_aux.t_Mapred_task'V1'configure'res ->
                             unit) ->
                            unit) ->
            Rpc_server.t -> unit
        end
    end
end
This web site is published by Informatikbüro Gerd Stolpmann
Powered by Caml