Plasma GitLab Archive
Projects Blog Knowledge

sig
  module Make'Mapred_task :
    functor (U'C : Rpc_client.USE_CLIENT->
      sig
        module V1 :
          sig
            type t = U'C.t
            val _program : Rpc_program.t
            val null :
              U'C.t ->
              Mapred_rpc_aux.t_Mapred_task'V1'null'arg ->
              Mapred_rpc_aux.t_Mapred_task'V1'null'res
            val null'async :
              U'C.t ->
              Mapred_rpc_aux.t_Mapred_task'V1'null'arg ->
              ((unit -> Mapred_rpc_aux.t_Mapred_task'V1'null'res) -> unit) ->
              unit
            val exec :
              U'C.t ->
              Mapred_rpc_aux.t_Mapred_task'V1'exec'arg ->
              Mapred_rpc_aux.t_Mapred_task'V1'exec'res
            val exec'async :
              U'C.t ->
              Mapred_rpc_aux.t_Mapred_task'V1'exec'arg ->
              ((unit -> Mapred_rpc_aux.t_Mapred_task'V1'exec'res) -> unit) ->
              unit
            val kill :
              U'C.t ->
              Mapred_rpc_aux.t_Mapred_task'V1'kill'arg ->
              Mapred_rpc_aux.t_Mapred_task'V1'kill'res
            val kill'async :
              U'C.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 :
              U'C.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 :
              U'C.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 :
              U'C.t ->
              Mapred_rpc_aux.t_Mapred_task'V1'configure'arg ->
              Mapred_rpc_aux.t_Mapred_task'V1'configure'res
            val configure'async :
              U'C.t ->
              Mapred_rpc_aux.t_Mapred_task'V1'configure'arg ->
              ((unit -> Mapred_rpc_aux.t_Mapred_task'V1'configure'res) ->
               unit) ->
              unit
            val check_version :
              U'C.t ->
              Mapred_rpc_aux.t_Mapred_task'V1'check_version'arg ->
              Mapred_rpc_aux.t_Mapred_task'V1'check_version'res
            val check_version'async :
              U'C.t ->
              Mapred_rpc_aux.t_Mapred_task'V1'check_version'arg ->
              ((unit -> Mapred_rpc_aux.t_Mapred_task'V1'check_version'res) ->
               unit) ->
              unit
          end
      end
  module Mapred_task :
    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
          val check_version :
            Rpc_client.t ->
            Mapred_rpc_aux.t_Mapred_task'V1'check_version'arg ->
            Mapred_rpc_aux.t_Mapred_task'V1'check_version'res
          val check_version'async :
            Rpc_client.t ->
            Mapred_rpc_aux.t_Mapred_task'V1'check_version'arg ->
            ((unit -> Mapred_rpc_aux.t_Mapred_task'V1'check_version'res) ->
             unit) ->
            unit
        end
    end
end
This web site is published by Informatikbüro Gerd Stolpmann
Powered by Caml