Package | Description |
---|---|
edu.isi.pegasus.planner.code.generator.condor | |
edu.isi.pegasus.planner.code.generator.condor.style |
Modifier and Type | Method and 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,
String className)
This method loads the appropriate Condor Style using reflection.
|
Modifier and Type | Class and 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 |
GLite
This implementation enables a job to be submitted via gLite to a
grid sites.
|
Copyright © 2011 The University of Southern California. All Rights Reserved.