BmnRoot
Loading...
Searching...
No Matches
function_set.py File Reference

Go to the source code of this file.

Classes

class  function_set.CustomFormatter
 
class  function_set.FileAccessException
 

Namespaces

namespace  function_set
 

Functions

 function_set.get_process_output (process_string)
 
 function_set.get_process_retcode (process_string)
 
 function_set.get_process_full (process_string)
 
 function_set.check_file_exists_ssh (file_path, ssh_data)
 GET FILE INFORMATION ### check whether file exists using SSH protocol.
 
 function_set.check_file_exists_xrd (file_path, xrootd_url)
 
 function_set.check_file_exists_eos (file_path, xrootd_url)
 
 function_set.get_file_sshsize (file_path, ssh_data)
 
 function_set.get_file_xrdsize (file_path, xrootd_url)
 
 function_set.get_file_eossize (file_path, xrootd_url)
 
 function_set.get_file_MD5c (file_path)
 
 function_set.get_file_MD5a (file_path)
 
 function_set.get_file_adler32c (file_path)
 
 function_set.get_file_adler32a (file_path)
 
 function_set.get_file_xrdsum (file_path, xrootd_url)
 
 function_set.get_file_info (file_path, storage_url, protocol_type, ssh_con, start_tmp_dir, match_checksum=0)
 
 function_set.ls_dir_xrd (file_path, xrootd_url)
 GET FILE LIST ### list XRootD directory.
 
 function_set.ls_dir_eos (file_path, xrootd_url)
 
 function_set.get_files_xrd (dir, xrootd_url)
 
 function_set.get_files_eos (dir, xrootd_url)
 
 function_set.cp_file_ssh (source_file_path, destination_file_path, source_ssh_prefix, destination_ssh_prefix)
 COPY FILE ### copy file via SCP (in case of ssh-key access).
 
 function_set.cp_file_ssh_protocol (source_file_path, destination_file_path, connection_ssh_prefix, transfer_protocol, copy_prefix, is_source_copy_prefix=False)
 
 function_set.cp_file_xrd (source_file_path, destination_file_path, source_storage_url, destination_storage_url)
 
 function_set.cp_file_eos (source_file_path, destination_file_path, source_storage_url, destination_storage_url)
 
 function_set.rm_file_xrd (file_path, xrootd_url)
 REMOVE FILE ### remove remote file via XRootD.
 

Variables

int function_set.CHECKSUM_BLOCKSIZE = 1024*1024*1024
 
list function_set.storage_dictionary = ['ddc','ncx', 'cicc']
 
 function_set.format
 
 function_set.datefmt
 
 function_set.handlers