The various attributes that can be associated with the the server are
displayed in the following table.
Attribute Name | Attribute Description |
url |
the url string pointing to the jobmanager. |
universe |
the VDS universe that is associated with this job. |
---|
LRC.java | Class | This is a data class that is used to store information about a
local replica catalog, that is associated with a site in the pool configuration
catalog. |
LRCResult.java | Class | A class that stores the results
of querying an LRC. |
NameValue.java | Class | The object of this class holds the name value pair.
At present to be used for environment variables. |
PCRelation.java | Class | Captures the parent child relationship between the jobs in the ADAG. |
PegasusBag.java | Class | A bag of objects that needs to be passed to various refiners. |
PegasusFile.java | Class | The logical file object that contains the logical filename which is got from
the DAX, and the associated set of flags specifying the transient
characteristics. |
PlannerMetrics.java | Class | A Data class containing the metrics about the planning instance. |
PlannerOptions.java | Class | Holds the information about thevarious options which user specifies to
the Concrete Planner at runtime. |
PoolConfig.java | Class | A data class to store information about the various remote sites. |
PoolConfigCloseBrace.java | Class | Class to convey a closed brace, no token value necessary. |
PoolConfigCloseParanthesis.java | Class | |
PoolConfigException.java | Class | This class is used to signal errors while scanning or parsing. |
PoolConfigIdentifier.java | Class | Class to capture reserved words. |
PoolConfigOpenBrace.java | Class | Class to convey a opened brace, no token value necessary. |
PoolConfigOpenParanthesis.java | Class | |
PoolConfigParser2.java | Class | Parses the input stream and generates site configuration map as
output. |
PoolConfigQuotedString.java | Class | Class to capture the content within a quoted string. |
PoolConfigReservedWord.java | Class | Class to capture reserved words. |
PoolConfigScanner.java | Class | Implements the scanner for reserved words and other tokens that are
generated from the input stream. |
PoolConfigToken.java | Interface | Base class for the tokens passed from the scanner to the parser. |
Profile.java | Class | |
ReplicaLocation.java | Class | A Data Class that associates a LFN with the PFN's. |
ReplicaStore.java | Class | A Replica Store that allows us to store the entries from a replica catalog. |
SiteInfo.java | Class | This is a data class that is used to store information about a single
remote site (pool). |
SubInfo.java | Class | The object of this class holds the information to generate a submit file about
one particular job making the Dag. |
TCMap.java | Class | This is a data class to store the TCMAP for a particular dag. |
TransferJob.java | Class | This is a data class that stores the contents of the transfer job that
transfers the data. |
WorkDir.java | Class | This is a data class that is used to store information about the scratch
work directory or the execution mount point on the remote pool. |
WorkflowMetrics.java | Class | A Workflow metrics class that stores the metrics about the workflow. |