Modifier and Type | Class and Description |
---|---|
class |
CollectionAd |
class |
DagAd
This class is not yet functional
|
class |
JobAd
Provides a representation of the job description in the JDL language
and the functions for building and manipulating it.
|
class |
JobState
This class stores the information related to a particular state of a checkpointable Job
|
class |
Node
Provide a representetion of a DagAd Node
|
class |
ParametricAd |
Modifier and Type | Method and Description |
---|---|
Ad |
Ad.getAd(String attrName)
Retrieve the Ad
|
static Ad |
AdParser.parseJdl(String jdl) |
Modifier and Type | Method and Description |
---|---|
void |
JobAd.addAttribute(String attrName,
Ad attrValue)
Allow adding a value to an already set attribute of the JobAd instance
(i.e.
|
void |
Ad.addAttribute(String attrName,
Ad attrValue)
ADD ATTRIBUTE METHODS
/**
Allow adding a value to an already set attribute of the JobAd instance
(i.e.
|
protected static void |
Ad.copy(condor.classad.RecordExpr re,
Ad target)
Copy all the attributes of the instance into a new Ad
|
void |
Ad.setAttribute(String attrName,
Ad attrValue)
Insert an attribute of Ad type
|
Copyright © 2016 EMI - European Middleware Initiative. All Rights Reserved.