Uses of Interface
edu.isi.pegasus.planner.code.generator.condor.CondorStyle
-
Packages that use CondorStyle Package Description edu.isi.pegasus.planner.code.generator.condor edu.isi.pegasus.planner.code.generator.condor.style -
-
Uses of CondorStyle in edu.isi.pegasus.planner.code.generator.condor
Methods in edu.isi.pegasus.planner.code.generator.condor that return CondorStyle Modifier and Type Method Description CondorStyle
CondorStyleFactory. loadInstance(Job job)
This method loads the appropriate implementing CondorStyle as specified by the user at runtime.private CondorStyle
CondorStyleFactory. loadInstance(PegasusBag bag, java.lang.String className)
This method loads the appropriate Condor Style using reflection. -
Uses of CondorStyle in edu.isi.pegasus.planner.code.generator.condor.style
Classes in edu.isi.pegasus.planner.code.generator.condor.style that implement CondorStyle Modifier and Type Class Description class
Abstract
An abstract implementation of the CondorStyle interface.class
Condor
Enables a job to be directly submitted to the condor pool of which the submit host is a part of.class
CondorC
Enables a job to be directly submitted to the condor pool of which the submit host is a part of.class
CondorG
This implementation enables a job to be submitted via CondorG to remote grid sites.class
CondorGlideIN
Enables a job to be submitted to nodes that are logically part of the local pool, but physically are not.class
CondorGlideinWMS
Jobs targeting glidinWMS pools.class
CreamCE
Enables a job to be directly submitted to a remote CREAM CE front end The CREAM CE support in Condor is documented at the following linkclass
GLite
This implementation enables a job to be submitted via gLite to a grid sites.class
SSH
Enables a job to be directly submitted to a remote PBS cluster using direct ssh submission available as part of BOSCO The CREAM CE support in Condor is documented at the following link
-