Plasma GitLab Archive
Projects Blog Knowledge

Plasma Project:
Home 
Manual 
FAQ 
Slides 
Perf 
Releases 
sig
  class type taskfile_manager =
    object
      method copy_to_local_directory : string list -> unit
      method delete_local_directory : unit -> unit
      method local_directory : string
      method log_directory : string
      method task_delete_log_directory : unit -> unit
      method task_files_log_directory : unit -> string list
      method task_save_log_directory :
        Mapred_fs.filesystem -> string list -> unit
    end
  val scp_taskfile_manager :
    Mapred_config.mapred_config ->
    Mapred_def.mapred_job_config -> Mapred_taskfiles.taskfile_manager
  val ssh_cmd : string -> string -> string
  val scp_to_cmd : string list -> string -> string -> string
end
This web site is published by Informatikbüro Gerd Stolpmann
Powered by Caml