Home | Trees | Indices | Help |
|
---|
|
object --+ | ??.instance --+ | Gfal2Context.TransferParameters
filecopy parameters
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
|
|||
__instance_size__ = 48
|
|
|||
checksum_check Perform checksum validation |
|||
create_parent If the destination parent directory does not exist, create it |
|||
dst_spacetoken Destination spacetoken (for protocols that support it) |
|||
event_callback Callback for event handling |
|||
monitor_callback Callback for performance monitoring (i.e. |
|||
nbstreams Number of streams |
|||
overwrite If the destination file exists, overwrite it |
|||
src_spacetoken Source spacetoken (for protocols that support it) |
|||
strict_copy If set to True, do only copy, and ignore checksum, parent creation, overwrite... |
|||
tcp_buffersize TCP Buffersize |
|||
timeout Operation timeout |
|||
Inherited from |
|
__init__( (object)arg1) -> None
|
helper for pickle
|
get_checksum( (TransferParameters)arg1) -> tuple : Get the user specified checksum mode, type and value |
get_user_defined_checksum( (TransferParameters)arg1) -> tuple : Get the user specified checksum |
set_checksum( (TransferParameters)arg1, (checksum_mode)arg2, (str)arg3, (str)arg4) -> None : Specify the checksum mode, type and value |
set_user_defined_checksum( (TransferParameters)arg1, (str)arg2, (str)arg3) -> None : Specify manually the checksum type and value (optional) |
|
checksum_checkPerform checksum validation
|
create_parentIf the destination parent directory does not exist, create it
|
dst_spacetokenDestination spacetoken (for protocols that support it)
|
event_callbackCallback for event handling
|
monitor_callbackCallback for performance monitoring (i.e. throughput)
|
nbstreamsNumber of streams
|
overwriteIf the destination file exists, overwrite it
|
src_spacetokenSource spacetoken (for protocols that support it)
|
strict_copyIf set to True, do only copy, and ignore checksum, parent creation, overwrite...
|
tcp_buffersizeTCP Buffersize
|
timeoutOperation timeout
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Oct 25 09:16:27 2018 | http://epydoc.sourceforge.net |