|
__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 :... |
|
|
|
add_client_info(...)
add_client_info( (Gfal2Context)arg1, (str)arg2, (str)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 :... |
|
|
|
change_object_qos(...)
change_object_qos( (Gfal2Context)arg1, (str)arg2, (str)arg3) -> int :... |
|
|
|
|
|
check_file_qos(...)
check_file_qos( (Gfal2Context)arg1, (str)arg2) -> str :... |
|
|
|
check_target_qos(...)
check_target_qos( (Gfal2Context)arg1, (str)arg2) -> str :... |
|
|
|
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 :... |
|
|
|
|
|
cred_clean(...)
cred_clean( (Gfal2Context)arg1) -> int :... |
|
|
|
cred_del(...)
cred_del( (Gfal2Context)arg1, (str)arg2, (str)arg3) -> int :... |
|
|
|
cred_get(...)
cred_get( (Gfal2Context)arg1, (str)arg2, (str)arg3) -> tuple :... |
|
|
|
cred_set(...)
cred_set( (Gfal2Context)arg1, (str)arg2, (Credential)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) |
|
|
|
free(...)
free( (Gfal2Context)arg1) -> None :
Release internal resources used by the context. |
|
|
|
|
|
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 :... |
|
|
|
qos_check_classes(...)
qos_check_classes( (Gfal2Context)arg1, (str)arg2, (str)arg3) -> list :... |
|
|
|
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 |
|
|
|
|
|
remove_opt(...)
remove_opt( (Gfal2Context)arg1, (str)arg2, (str)arg3) -> bool :... |
|
|
|
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 :... |
|
|
|
set_user_agent(...)
set_user_agent( (Gfal2Context)arg1, (str)arg2, (str)arg3) -> 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 :... |
|
|
|
token_retrieve(...)
token_retrieve( (Gfal2Context)arg1, (str)arg2, (str)arg3, (int)arg4, (bool)arg5) -> str :
Retrieve SE-issued token for given resource (uses predefined activities based on read/write access flag) |
|
|
|
unlink(...)
unlink( (Gfal2Context)arg1, (str)arg2) -> int :
Removes a file |
|
|
Inherited from unreachable.instance :
__new__
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|