| Home | Trees | Indices | Help |
|
|---|
|
|
PilotDataDescription (PDD).
Dictionary based description containing reference to resource for Pilot Data.
Example:
{
'service_url': "ssh://localhost/tmp/pilotstore/",
'size':100,
# Affinity
'affinity_datacenter_label', # pilot stores sharing the same label are located in the same data center
'affinity_machine_label', # pilot stores sharing the same label are located on the same machine
}
Alternatively, a regular Python dictionary can be used.
| Instance Methods | |||
new empty dictionary |
|
||
|
|||
|
|||
|
Inherited from Inherited from |
|||
| Class Variables | |
|
Inherited from |
| Properties | |
|
Inherited from |
| Method Details |
x.__init__(...) initializes x; see help(type(x)) for signature
|
x.__setattr__('name', value) <==> x.name = value
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Sat Jan 26 22:29:05 2013 | http://epydoc.sourceforge.net |