Package jline.lang
Class FiniteCapacityRegion
java.lang.Object
jline.lang.FiniteCapacityRegion
Collection of stations with constraints on the number of admitted jobs
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
int
getNodes()
void
setGlobalMaxJobs
(int njobs) void
setGlobalMaxMemory
(int memlim)
-
Field Details
-
UNBOUNDED
public static final int UNBOUNDED- See Also:
-
nodes
-
classes
-
classMaxJobs
-
classMaxMemory
-
dropRule
-
classSize
-
-
Constructor Details
-
FiniteCapacityRegion
-
-
Method Details
-
getNodes
-
getGlobalMaxJobs
public int getGlobalMaxJobs() -
setGlobalMaxJobs
public void setGlobalMaxJobs(int njobs) -
getGlobalMaxMemory
public int getGlobalMaxMemory() -
setGlobalMaxMemory
public void setGlobalMaxMemory(int memlim)
-