Package Ganga :: Package Lib :: Package LCG :: Module GridSandboxCache :: Class GridFileIndex
[hide private]
[frames] | no frames]

Class GridFileIndex

source code

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

Data object for indexing a file on the grid.


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
 
__eq__(self, other) source code

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), {'id': SimpleItem(defvalue= ''...
  _category = 'GridFileIndex'
  _name = 'GridFileIndex'
  logger = getLogger()

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)

__eq__(self, other)
(Equality operator)

source code 
Overrides: GPIDev.Base.Objects.Node.__eq__

Class Variable Details [hide private]

_schema

Value:
Schema(Version(1, 0), {'id': SimpleItem(defvalue= '', doc= 'the main i\
dentity of the file'), 'name': SimpleItem(defvalue= '', doc= 'the name\
 of the file'), 'md5sum': SimpleItem(defvalue= '', doc= 'the md5sum of\
 the file'), 'attributes': SimpleItem(defvalue= {}, doc= 'a key:value \
pairs of file metadata')})