|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gwe.drivers.resManagers.ResourceManagerDriver
org.gwe.drivers.resManagers.CommandLineResourceManagerDriver
org.gwe.drivers.resManagers.CondorDriver
public class CondorDriver
Field Summary | |
---|---|
static java.lang.String |
CONDOR_SUBMIT_FILE
|
Fields inherited from class org.gwe.drivers.resManagers.CommandLineResourceManagerDriver |
---|
discoveryCommand, submissionCommand, template |
Fields inherited from class org.gwe.drivers.resManagers.ResourceManagerDriver |
---|
agentScriptPreffix, configuration, id |
Constructor Summary | |
---|---|
CondorDriver()
|
Method Summary | |
---|---|
AllocationPhase |
checkAllocation(AllocationInfo alloc)
|
protected java.lang.String |
extractIdFromSubmissionOutput(java.lang.String[] results)
|
AllocationPhase |
killAllocation(AllocationInfo alloc)
|
Methods inherited from class org.gwe.drivers.resManagers.CommandLineResourceManagerDriver |
---|
getSubmitContent, isSupportedJobManagerAvailable, queueAllocationRequest, writeSubmitFile |
Methods inherited from class org.gwe.drivers.resManagers.ResourceManagerDriver |
---|
allocateComputeResource, getAllocWorkspace, getId, runQueueCommand, setConfiguration, setId, writeAllocationFile |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String CONDOR_SUBMIT_FILE
Constructor Detail |
---|
public CondorDriver()
Method Detail |
---|
protected java.lang.String extractIdFromSubmissionOutput(java.lang.String[] results)
extractIdFromSubmissionOutput
in class CommandLineResourceManagerDriver
public AllocationPhase killAllocation(AllocationInfo alloc) throws ResourceAllocationException
killAllocation
in class ResourceManagerDriver
ResourceAllocationException
public AllocationPhase checkAllocation(AllocationInfo alloc) throws ResourceAllocationException
checkAllocation
in class ResourceManagerDriver
ResourceAllocationException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |