| Home | Trees | Index | Help |
|
|---|
| Module gfal2 :: Class TransferParameters |
|
object--+ |instance--+ | TransferParameters
| Method Summary | |
|---|---|
__init__( (object)arg1) -> None | |
__reduce__(...)
| |
copy( (TransferParameters)arg1) -> TransferParameters | |
get_user_defined_checksum( (TransferParameters)arg1) -> tuple :... | |
set_user_defined_checksum( (TransferParameters)arg1, (str)arg2, (str)arg3) -> None :... | |
| Inherited from instance | |
T.__new__(S, ...) -> a new object with type S, a subtype of T | |
| Inherited from object | |
x.__delattr__('name') <==> del x.name | |
x.__getattribute__('name') <==> x.name | |
x.__hash__() <==> hash(x) | |
helper for pickle | |
x.__repr__() <==> repr(x) | |
x.__setattr__('name', value) <==> x.name = value | |
x.__str__() <==> str(x) | |
| Property Summary | |
|---|---|
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 | |
| Class Variable Summary | |
|---|---|
int |
__instance_size__ = 24 |
| Method Details |
|---|
__init__(...)
__init__( (object)arg1) -> None
|
copy(...)copy( (TransferParameters)arg1) -> TransferParameters |
get_user_defined_checksum(...)
get_user_defined_checksum( (TransferParameters)arg1) -> tuple :
Gets the user specified checksum
|
set_user_defined_checksum(...)
set_user_defined_checksum( (TransferParameters)arg1, (str)arg2, (str)arg3) -> None :
Specify manually the checksum type and value (optional)
|
| Property Details |
|---|
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)
|
tcp_buffersizeTCP Buffersize
|
timeoutOperation timeout
|
| Class Variable Details |
|---|
__instance_size__
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Wed Jan 18 14:14:52 2017 | http://epydoc.sf.net |