Plasma GitLab Archive
Projects Blog Knowledge

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 :
        Plasma_client.plasma_cluster -> string list -> unit
    end
  val scp_taskfile_manager :
    Mapred_config.mapred_config ->
    Mapred_def.mapred_job_config -> Mapred_taskfiles.taskfile_manager
end
This web site is published by Informatikbüro Gerd Stolpmann
Powered by Caml