Module gfal2 :: Class Gfal2Context
[hide private]
[frames] | no frames]

Class Gfal2Context

 object --+    
          |    
??.instance --+
              |
             Gfal2Context

Nested Classes [hide private]
  DirectoryType
  FileType
  _c_st_dirent
  _c_st_stat
  event_side
  gfalt_event
  transfer_parameters
Instance Methods [hide private]
 
__init__(...)
__init__( (object)arg1) -> None :
 
__reduce__(...)
helper for pickle
 
access(...)
access( (Gfal2Context)arg1, (str)arg2, (int)arg3) -> int :
 
bring_online(...)
bring_online( (Gfal2Context)arg1, (str)arg2, (int)arg3, (int)arg4, (bool)arg5) -> tuple :
 
bring_online_poll(...)
bring_online_poll( (Gfal2Context)arg1, (str)arg2, (str)arg3) -> int :
 
cancel(...)
cancel( (Gfal2Context)arg1) -> int :
 
checksum(...)
checksum( (Gfal2Context)arg1, (str)arg2, (str)arg3, (int)arg4, (int)arg5) -> str :
 
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 :
 
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) -> _c_st_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 :
 
release(...)
release( (Gfal2Context)arg1, (str)arg2, (str)arg3) -> int :
 
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) -> _c_st_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__

Class Variables [hide private]
  __instance_size__ = 40
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(...)
(Constructor)

 

__init__( (object)arg1) -> None :

    C++ signature :
        void __init__(_object*)

Overrides: object.__init__

__reduce__(...)

 

helper for pickle

Overrides: object.__reduce__
(inherited documentation)

access(...)

 

access( (Gfal2Context)arg1, (str)arg2, (int)arg3) -> int :

    C++ signature :
        int access(Gfal {lvalue},std::string,int)

bring_online(...)

 

bring_online( (Gfal2Context)arg1, (str)arg2, (int)arg3, (int)arg4, (bool)arg5) -> tuple :

    C++ signature :
        boost::python::tuple bring_online(Gfal {lvalue},std::string,long,long,bool)

bring_online_poll(...)

 

bring_online_poll( (Gfal2Context)arg1, (str)arg2, (str)arg3) -> int :

    C++ signature :
        int bring_online_poll(Gfal {lvalue},std::string,std::string)

cancel(...)

 

cancel( (Gfal2Context)arg1) -> int :

    C++ signature :
        int cancel(Gfal {lvalue})

checksum(...)

 

checksum( (Gfal2Context)arg1, (str)arg2, (str)arg3, (int)arg4, (int)arg5) -> str :

    C++ signature :
        std::string checksum(Gfal {lvalue},std::string,std::string,long,unsigned long)

checksum( (Gfal2Context)arg1, (str)arg2, (str)arg3) -> str :

    C++ signature :
        std::string checksum(Gfal {lvalue},std::string,std::string)

chmod(...)

 

chmod( (Gfal2Context)arg1, (str)arg2, (int)arg3) -> int :

    C++ signature :
        int chmod(Gfal {lvalue},std::string,unsigned int)

directory(...)

 

directory( (Gfal2Context)arg1, (str)arg2) -> DirectoryType :

    C++ signature :
        boost::shared_ptr<Gfal::GfalDirectory> directory(Gfal {lvalue},std::string)

file(...)

 

file( (Gfal2Context)arg1, (str)arg2, (str)arg3) -> FileType :

    C++ signature :
        boost::shared_ptr<Gfal::GfalFile> file(Gfal {lvalue},std::string,std::string)

filecopy(...)

 

filecopy( (Gfal2Context)arg1, (str)arg2, (str)arg3) -> int :

    C++ signature :
        int filecopy(Gfal {lvalue},std::string,std::string)

filecopy( (Gfal2Context)arg1, (transfer_parameters)arg2, (str)arg3, (str)arg4) -> int :

    C++ signature :
        int filecopy(Gfal {lvalue},Gfalt_params,std::string,std::string)

get_opt_boolean(...)

 

get_opt_boolean( (Gfal2Context)arg1, (str)arg2, (str)arg3) -> bool :

    C++ signature :
        bool get_opt_boolean(Gfal {lvalue},std::string,std::string)

get_opt_integer(...)

 

get_opt_integer( (Gfal2Context)arg1, (str)arg2, (str)arg3) -> int :

    C++ signature :
        int get_opt_integer(Gfal {lvalue},std::string,std::string)

get_opt_string(...)

 

get_opt_string( (Gfal2Context)arg1, (str)arg2, (str)arg3) -> str :

    C++ signature :
        std::string get_opt_string(Gfal {lvalue},std::string,std::string)

get_opt_string_list(...)

 

get_opt_string_list( (Gfal2Context)arg1, (str)arg2, (str)arg3) -> list :

    C++ signature :
        boost::python::list get_opt_string_list(Gfal {lvalue},std::string,std::string)

getxattr(...)

 

getxattr( (Gfal2Context)arg1, (str)arg2, (str)arg3) -> str :

    C++ signature :
        std::string getxattr(Gfal {lvalue},std::string,std::string)

listdir(...)

 

listdir( (Gfal2Context)arg1, (str)arg2) -> list :

    C++ signature :
        boost::python::list listdir(Gfal {lvalue},std::string)

listxattr(...)

 

listxattr( (Gfal2Context)arg1, (str)arg2) -> list :

    C++ signature :
        boost::python::list listxattr(Gfal {lvalue},std::string)

lstat(...)

 

lstat( (Gfal2Context)arg1, (str)arg2) -> _c_st_stat :

    C++ signature :
        Gfal::GStat lstat(Gfal {lvalue},std::string)

mkdir(...)

 

mkdir( (Gfal2Context)arg1, (str)arg2, (int)arg3) -> int :

    C++ signature :
        int mkdir(Gfal {lvalue},std::string,unsigned int)

mkdir_rec(...)

 

mkdir_rec( (Gfal2Context)arg1, (str)arg2, (int)arg3) -> int :

    C++ signature :
        int mkdir_rec(Gfal {lvalue},std::string,unsigned int)

open(...)

 

open( (Gfal2Context)arg1, (str)arg2, (str)arg3) -> FileType :

    C++ signature :
        boost::shared_ptr<Gfal::GfalFile> open(Gfal {lvalue},std::string,std::string)

opendir(...)

 

opendir( (Gfal2Context)arg1, (str)arg2) -> DirectoryType :

    C++ signature :
        boost::shared_ptr<Gfal::GfalDirectory> opendir(Gfal {lvalue},std::string)

readlink(...)

 

readlink( (Gfal2Context)arg1, (str)arg2) -> str :

    C++ signature :
        std::string readlink(Gfal {lvalue},std::string)

release(...)

 

release( (Gfal2Context)arg1, (str)arg2, (str)arg3) -> int :

    C++ signature :
        int release(Gfal {lvalue},std::string,std::string)

rename(...)

 

rename( (Gfal2Context)arg1, (str)arg2, (str)arg3) -> int :

    C++ signature :
        int rename(Gfal {lvalue},std::string,std::string)

rmdir(...)

 

rmdir( (Gfal2Context)arg1, (str)arg2) -> int :

    C++ signature :
        int rmdir(Gfal {lvalue},std::string)

set_opt_boolean(...)

 

set_opt_boolean( (Gfal2Context)arg1, (str)arg2, (str)arg3, (bool)arg4) -> int :

    C++ signature :
        int set_opt_boolean(Gfal {lvalue},std::string,std::string,bool)

set_opt_integer(...)

 

set_opt_integer( (Gfal2Context)arg1, (str)arg2, (str)arg3, (int)arg4) -> int :

    C++ signature :
        int set_opt_integer(Gfal {lvalue},std::string,std::string,int)

set_opt_string(...)

 

set_opt_string( (Gfal2Context)arg1, (str)arg2, (str)arg3, (str)arg4) -> int :

    C++ signature :
        int set_opt_string(Gfal {lvalue},std::string,std::string,std::string)

set_opt_string_list(...)

 

set_opt_string_list( (Gfal2Context)arg1, (str)arg2, (str)arg3, (list)arg4) -> int :

    C++ signature :
        int set_opt_string_list(Gfal {lvalue},std::string,std::string,boost::python::list)

setxattr(...)

 

setxattr( (Gfal2Context)arg1, (str)arg2, (str)arg3, (str)arg4, (int)arg5) -> int :

    C++ signature :
        int setxattr(Gfal {lvalue},std::string,std::string,std::string,int)

stat(...)

 

stat( (Gfal2Context)arg1, (str)arg2) -> _c_st_stat :

    C++ signature :
        Gfal::GStat stat(Gfal {lvalue},std::string)

symlink(...)

 

symlink( (Gfal2Context)arg1, (str)arg2, (str)arg3) -> int :

    C++ signature :
        int symlink(Gfal {lvalue},std::string,std::string)

unlink(...)

 

unlink( (Gfal2Context)arg1, (str)arg2) -> int :

    C++ signature :
        int unlink(Gfal {lvalue},std::string)