Package Ganga :: Package Lib :: Package LCG :: Module GridftpSandboxCache :: Class GridftpFileIndex
[hide private]
[frames] | no frames]

Class GridftpFileIndex

source code

                 object --+            
                          |            
   GPIDev.Base.Objects.Node --+        
                              |        
GPIDev.Base.Objects.GangaObject --+    
                                  |    
     GridSandboxCache.GridFileIndex --+
                                      |
                                     GridftpFileIndex

Data object containing Gridftp file index information.


Author: Hurng-Chun Lee

Contact: hurngchunlee@gmail.com

Nested Classes [hide private]

Inherited from GPIDev.Base.Objects.GangaObject: __metaclass__

Instance Methods [hide private]
 
__init__(self)
x.__init__(...) initializes x; see help(type(x)) for signature
source code

Inherited from GridSandboxCache.GridFileIndex: __eq__

Inherited from GPIDev.Base.Objects.GangaObject: __construct__, __deepcopy__, __getstate__, __setstate__, _attribute_filter__set__, _auto__init__, accept, getJobObject

Inherited from GPIDev.Base.Objects.Node: __copy__, __ne__, clone, copyFrom, printSummaryTree, printTree

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Methods [hide private]
Class Variables [hide private]
  _schema = Schema(Version(1, 0), gridftp_file_index_schema_data...
  _category = 'GridFileIndex'
  _name = 'GridftpFileIndex'

Inherited from GridSandboxCache.GridFileIndex: logger

Inherited from GPIDev.Base.Objects.Node (private): _index_cache, _parent

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)

Class Variable Details [hide private]

_schema

Value:
Schema(Version(1, 0), gridftp_file_index_schema_datadict)