|
__init__(...)
__init__( (object)arg1) -> None |
|
|
|
|
|
abort_bring_online(...)
abort_bring_online( (Gfal2Context)arg1, (str)arg2, (str)arg3) -> int :
Aborts a bring online request |
|
|
|
access(...)
access( (Gfal2Context)arg1, (str)arg2, (int)arg3) -> int :... |
|
|
|
bring_online(...)
bring_online( (Gfal2Context)arg1, (str)arg2, (int)arg3, (int)arg4, (bool)arg5) -> tuple :
Performs a bring online operation (only for protocols that support this operation) |
|
|
|
bring_online_poll(...)
bring_online_poll( (Gfal2Context)arg1, (str)arg2, (str)arg3) -> int :
Polls the status for asynchronous bring_online operations |
|
|
|
cancel(...)
cancel( (Gfal2Context)arg1) -> int :... |
|
|
|
checksum(...)
checksum( (Gfal2Context)arg1, (str)arg2, (str)arg3, (long)arg4, (int)arg5) -> str :
Returns the checksum for the given part of a file. |
|
|
|
chmod(...)
chmod( (Gfal2Context)arg1, (str)arg2, (int)arg3) -> int :... |
|
|
|
directory(...)
directory( (Gfal2Context)arg1, (str)arg2) -> DirectoryType :... |
|
|
|
file(...)
file( (Gfal2Context)arg1, (str)arg2, (str)arg3) -> FileType :... |
|
|
|
filecopy(...)
filecopy( (Gfal2Context)arg1, (str)arg2, (str)arg3) -> int :
Shortcut for filecopy(gfal2.transfer_params(), src, dst) |
|
|
|
get_opt_boolean(...)
get_opt_boolean( (Gfal2Context)arg1, (str)arg2, (str)arg3) -> bool :... |
|
|
|
get_opt_integer(...)
get_opt_integer( (Gfal2Context)arg1, (str)arg2, (str)arg3) -> int :... |
|
|
|
get_opt_string(...)
get_opt_string( (Gfal2Context)arg1, (str)arg2, (str)arg3) -> str :... |
|
|
|
get_opt_string_list(...)
get_opt_string_list( (Gfal2Context)arg1, (str)arg2, (str)arg3) -> list :... |
|
|
|
|
|
getxattr(...)
getxattr( (Gfal2Context)arg1, (str)arg2, (str)arg3) -> str :... |
|
|
|
listdir(...)
listdir( (Gfal2Context)arg1, (str)arg2) -> list :... |
|
|
|
listxattr(...)
listxattr( (Gfal2Context)arg1, (str)arg2) -> list :... |
|
|
|
|
|
lstat(...)
lstat( (Gfal2Context)arg1, (str)arg2) -> Stat :... |
|
|
|
mkdir(...)
mkdir( (Gfal2Context)arg1, (str)arg2, (int)arg3) -> int :... |
|
|
|
mkdir_rec(...)
mkdir_rec( (Gfal2Context)arg1, (str)arg2, (int)arg3) -> int :... |
|
|
|
open(...)
open( (Gfal2Context)arg1, (str)arg2, (str)arg3) -> FileType :... |
|
|
|
opendir(...)
opendir( (Gfal2Context)arg1, (str)arg2) -> DirectoryType :... |
|
|
|
readlink(...)
readlink( (Gfal2Context)arg1, (str)arg2) -> str :
Returns a string representing the path to which the symbolic link points. |
|
|
|
release(...)
release( (Gfal2Context)arg1, (str)arg2, (str)arg3) -> int :
Releases a file pinned by a bring_online call |
|
|
|
rename(...)
rename( (Gfal2Context)arg1, (str)arg2, (str)arg3) -> int :... |
|
|
|
rmdir(...)
rmdir( (Gfal2Context)arg1, (str)arg2) -> int :... |
|
|
|
set_opt_boolean(...)
set_opt_boolean( (Gfal2Context)arg1, (str)arg2, (str)arg3, (bool)arg4) -> int :... |
|
|
|
set_opt_integer(...)
set_opt_integer( (Gfal2Context)arg1, (str)arg2, (str)arg3, (int)arg4) -> int :... |
|
|
|
set_opt_string(...)
set_opt_string( (Gfal2Context)arg1, (str)arg2, (str)arg3, (str)arg4) -> int :... |
|
|
|
set_opt_string_list(...)
set_opt_string_list( (Gfal2Context)arg1, (str)arg2, (str)arg3, (list)arg4) -> int :... |
|
|
|
setxattr(...)
setxattr( (Gfal2Context)arg1, (str)arg2, (str)arg3, (str)arg4, (int)arg5) -> int :... |
|
|
|
stat(...)
stat( (Gfal2Context)arg1, (str)arg2) -> Stat :... |
|
|
|
symlink(...)
symlink( (Gfal2Context)arg1, (str)arg2, (str)arg3) -> int :... |
|
|
|
unlink(...)
unlink( (Gfal2Context)arg1, (str)arg2) -> int :... |
|
|
Inherited from unreachable.instance :
__new__
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|