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_user_defined_checksum(...)
get_user_defined_checksum( (TransferParameters)arg1) -> tuple :...
  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__ = 48                                                                    

Method Details

__init__(...)
(Constructor)

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

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_check

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

create_parent

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

dst_spacetoken

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

event_callback

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

monitor_callback

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

nbstreams

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

overwrite

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

src_spacetoken

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

strict_copy

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

tcp_buffersize

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

timeout

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

Class Variable Details

__instance_size__

Type:
int
Value:
48                                                                    

Generated by Epydoc 2.1 on Fri Jul 3 12:56:19 2015 http://epydoc.sf.net