|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AllocationInfo | |
---|---|
org.gwe.app.daemon.domain | |
org.gwe.drivers.resManagers | |
org.gwe.persistence.model | |
org.gwe.persistence.model.live |
Uses of AllocationInfo in org.gwe.app.daemon.domain |
---|
Methods in org.gwe.app.daemon.domain that return types with arguments of type AllocationInfo | |
---|---|
java.util.List<AllocationInfo> |
InternalDomain.prepareMoreAllocations()
|
java.util.List<AllocationInfo> |
AgentDomain.prepareMoreAllocations()
|
Uses of AllocationInfo in org.gwe.drivers.resManagers |
---|
Methods in org.gwe.drivers.resManagers with parameters of type AllocationInfo | |
---|---|
void |
ResourceManagerDriver.allocateComputeResource(AllocationInfo alloc)
|
abstract AllocationPhase |
ResourceManagerDriver.checkAllocation(AllocationInfo alloc)
|
AllocationPhase |
QsubDriver.checkAllocation(AllocationInfo alloc)
|
AllocationPhase |
MultiThreadsDriver.checkAllocation(AllocationInfo alloc)
|
AllocationPhase |
MultiProcessesDriver.checkAllocation(AllocationInfo alloc)
|
AllocationPhase |
GWEResourceManagerDriver.checkAllocation(AllocationInfo alloc)
|
AllocationPhase |
CondorDriver.checkAllocation(AllocationInfo alloc)
|
AllocationPhase |
BsubDriver.checkAllocation(AllocationInfo alloc)
|
java.lang.String |
ResourceManagerDriver.getAllocWorkspace(AllocationInfo alloc)
|
protected java.lang.String |
CommandLineResourceManagerDriver.getSubmitContent(AllocationInfo alloc)
|
abstract AllocationPhase |
ResourceManagerDriver.killAllocation(AllocationInfo alloc)
|
AllocationPhase |
QsubDriver.killAllocation(AllocationInfo alloc)
|
AllocationPhase |
MultiThreadsDriver.killAllocation(AllocationInfo alloc)
|
AllocationPhase |
MultiProcessesDriver.killAllocation(AllocationInfo alloc)
|
AllocationPhase |
GWEResourceManagerDriver.killAllocation(AllocationInfo alloc)
|
AllocationPhase |
CondorDriver.killAllocation(AllocationInfo alloc)
|
AllocationPhase |
BsubDriver.killAllocation(AllocationInfo alloc)
|
abstract java.lang.String |
ResourceManagerDriver.queueAllocationRequest(AllocationInfo alloc)
|
java.lang.String |
MultiThreadsDriver.queueAllocationRequest(AllocationInfo alloc)
|
java.lang.String |
MultiProcessesDriver.queueAllocationRequest(AllocationInfo alloc)
|
java.lang.String |
GWEResourceManagerDriver.queueAllocationRequest(AllocationInfo alloc)
|
java.lang.String |
CommandLineResourceManagerDriver.queueAllocationRequest(AllocationInfo alloc)
|
protected java.lang.String[] |
ResourceManagerDriver.runQueueCommand(java.lang.String cmd,
AllocationInfo alloc)
|
protected java.lang.String |
ResourceManagerDriver.writeAllocationFile(java.lang.String fileName,
java.lang.String content,
AllocationInfo alloc)
|
protected java.lang.String |
CommandLineResourceManagerDriver.writeSubmitFile(AllocationInfo alloc)
|
Uses of AllocationInfo in org.gwe.persistence.model |
---|
Fields in org.gwe.persistence.model declared as AllocationInfo | |
---|---|
protected AllocationInfo |
JobExecutionInfo.allocation
|
Methods in org.gwe.persistence.model that return AllocationInfo | |
---|---|
AllocationInfo |
JobExecutionInfo.getAllocation()
|
Methods in org.gwe.persistence.model with parameters of type AllocationInfo | |
---|---|
void |
JobExecutionInfo.setAllocation(AllocationInfo alloc)
|
Constructors in org.gwe.persistence.model with parameters of type AllocationInfo | |
---|---|
AllocationLive(AllocationInfo alloc,
DaemonConfigDesc config)
|
Uses of AllocationInfo in org.gwe.persistence.model.live |
---|
Methods in org.gwe.persistence.model.live that return AllocationInfo | |
---|---|
AllocationInfo |
LiveAllocations.getAllocation(int allocId)
|
AllocationInfo |
LiveAllocations.getBusyAllocation(int allocId)
|
AllocationInfo |
LiveAllocations.removeAllocation(int allocId)
|
Methods in org.gwe.persistence.model.live with parameters of type AllocationInfo | |
---|---|
void |
LiveAllocations.flagAsReady(AllocationInfo alloc)
|
void |
LiveAllocations.saveLiveAllocation(AllocationInfo alloc)
|
Method parameters in org.gwe.persistence.model.live with type arguments of type AllocationInfo | |
---|---|
void |
LiveAllocations.saveLiveAllocations(java.util.List<AllocationInfo> allocList)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |