Module gfal2 :: Class TransferParameters
[show private | hide private]
[frames | no frames]

Type TransferParameters

object --+    
         |    
  instance --+
             |
            TransferParameters


filecopy parameters
Method Summary
  __init__(...)
__init__( (object)arg1) -> None
  __reduce__(...)
  copy(...)
copy( (TransferParameters)arg1) -> TransferParameters
  get_checksum(...)
get_checksum( (TransferParameters)arg1) -> tuple :...
  get_user_defined_checksum(...)
get_user_defined_checksum( (TransferParameters)arg1) -> tuple :...
  set_checksum(...)
set_checksum( (TransferParameters)arg1, (checksum_mode)arg2, (str)arg3, (str)arg4) -> None :...
  set_user_defined_checksum(...)
set_user_defined_checksum( (TransferParameters)arg1, (str)arg2, (str)arg3) -> None :...
    Inherited from instance
  __new__(T, S, ...)
T.__new__(S, ...) -> a new object with type S, a subtype of T
    Inherited from object
  __delattr__(...)
x.__delattr__('name') <==> del x.name
  __getattribute__(...)
x.__getattribute__('name') <==> x.name
  __hash__(x)
x.__hash__() <==> hash(x)
  __reduce_ex__(...)
helper for pickle
  __repr__(x)
x.__repr__() <==> repr(x)
  __setattr__(...)
x.__setattr__('name', value) <==> x.name = value
  __str__(x)
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__(...)
(Constructor)

__init__( (object)arg1) -> None
Overrides:
__builtin__.object.__init__

copy(...)

copy( (TransferParameters)arg1) -> TransferParameters

get_checksum(...)

get_checksum( (TransferParameters)arg1) -> tuple :
    Get the user specified checksum mode, type and value

get_user_defined_checksum(...)

get_user_defined_checksum( (TransferParameters)arg1) -> tuple :
    Get the user specified checksum

set_checksum(...)

set_checksum( (TransferParameters)arg1, (checksum_mode)arg2, (str)arg3, (str)arg4) -> None :
    Specify the checksum mode, type and value

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_check

Perform checksum validation
Get Method:
<Boost.Python.function object at 0x10850...
Set Method:
<Boost.Python.function object at 0x10850...

create_parent

If the destination parent directory does not exist, create it
Get Method:
<Boost.Python.function object at 0x10850...
Set Method:
<Boost.Python.function object at 0x10850...

dst_spacetoken

Destination spacetoken (for protocols that support it)
Get Method:
<Boost.Python.function object at 0x10850...
Set Method:
<Boost.Python.function object at 0x10850...

event_callback

Callback for event handling
Get Method:
<Boost.Python.function object at 0x10850...
Set Method:
<Boost.Python.function object at 0x10850...

monitor_callback

Callback for performance monitoring (i.e. throughput)
Get Method:
<Boost.Python.function object at 0x10850...
Set Method:
<Boost.Python.function object at 0x10850...

nbstreams

Number of streams
Get Method:
<Boost.Python.function object at 0x10850...
Set Method:
<Boost.Python.function object at 0x10850...

overwrite

If the destination file exists, overwrite it
Get Method:
<Boost.Python.function object at 0x10850...
Set Method:
<Boost.Python.function object at 0x10850...

src_spacetoken

Source spacetoken (for protocols that support it)
Get Method:
<Boost.Python.function object at 0x10850...
Set Method:
<Boost.Python.function object at 0x10850...

strict_copy

If set to True, do only copy, and ignore checksum, parent creation, overwrite...
Get Method:
<Boost.Python.function object at 0x10850...
Set Method:
<Boost.Python.function object at 0x10850...

tcp_buffersize

TCP Buffersize
Get Method:
<Boost.Python.function object at 0x10850...
Set Method:
<Boost.Python.function object at 0x10850...

timeout

Operation timeout
Get Method:
<Boost.Python.function object at 0x10850...
Set Method:
<Boost.Python.function object at 0x10850...

Class Variable Details

__instance_size__

Type:
int
Value:
24                                                                    

Generated by Epydoc 2.1 on Mon Feb 20 09:27:05 2017 http://epydoc.sf.net