|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ace.moab.api.node.NodesSummary
public class NodesSummary
This class represents a summary of the nodes reported by Moab's queue.
Constructor Summary | |
---|---|
NodesSummary()
|
Method Summary | |
---|---|
int |
getLocalActiveNodes()
Returns the number of nodes that are active on the local cluster. |
int |
getLocalAllocProcs()
Returns the number of processors that are allocated to jobs on the local cluster. |
int |
getLocalConfigNodes()
Returns the number of nodes that are configured on the local cluster. |
int |
getLocalDownNodes()
Returns the number of nodes that are down on the local cluster. |
int |
getLocalIdleNodes()
Returns the number of nodes that are idle on the local cluster. |
int |
getLocalIdleProcs()
Returns the number of processors that are idle on the local cluster. |
int |
getLocalUpNodes()
Returns the number of nodes that are up and reporting on the local cluster. |
int |
getLocalUpProcs()
Returns the number of processors that are up and reporting on the local cluster. |
int |
getRemoteActiveNodes()
Returns the number of nodes that are active on the remote clusters. |
int |
getRemoteAllocProcs()
Returns the number of processors that are allocated to jobs on the remote clusters. |
int |
getRemoteConfigNodes()
Returns the number of nodes that are configured on the remote clusters. |
int |
getRemoteDownNodes()
Returns the number of nodes that are down on all remote clusters. |
int |
getRemoteIdleNodes()
Returns the number of nodes that are idle on the remote clusters. |
int |
getRemoteIdleProcs()
Returns the number of processors that are idle on the remote clusters. |
int |
getRemoteUpNodes()
Returns the number of nodes that are up and reporting on the remote clusters. |
int |
getRemoteUpProcs()
Returns the number of processors that are up and reporting on the remote clusters. |
int |
getTotalActiveNodes()
Returns the number of nodes that are active on all clusters. |
int |
getTotalConfigNodes()
Returns the number of nodes that are configured on all clusters. |
int |
getTotalDownNodes()
Returns the number of nodes that are down on all clusters. |
int |
getTotalIdleNodes()
Returns the number of nodes that are idle on all clusters. |
int |
getTotalUpNodes()
Returns the number of nodes that are up on all clusters. |
void |
setLocalActiveNodes(int localActiveNodes)
Sets the number of nodes that are active on the local cluster. |
void |
setLocalAllocProcs(int localAllocProcs)
Sets the number of processors that are allocated to jobs on the local cluster. |
void |
setLocalConfigNodes(int localConfigNodes)
Sets the number of nodes that are configured on the local cluster. |
void |
setLocalIdleNodes(int localIdleNodes)
Sets the number of nodes that are idle on the local cluster. |
void |
setLocalIdleProcs(int localIdleProcs)
Sets the number of processors that are idle on the local cluster. |
void |
setLocalUpNodes(int localUpNodes)
Sets the number of nodes that are up and reporting on the local cluster. |
void |
setLocalUpProcs(int localUpProcs)
Sets the number of processors that are up and reporting on the local cluster. |
void |
setRemoteActiveNodes(int remoteActiveNodes)
Sets the number of nodes that are active on the remote clusters. |
void |
setRemoteAllocProcs(int remoteAllocProcs)
Sets the number of processors that are allocated to jobs on the remote clusters. |
void |
setRemoteConfigNodes(int remoteConfigNodes)
Sets the number of nodes that are configured on the remote clusters. |
void |
setRemoteIdleNodes(int remoteIdleNodes)
Sets the number of nodes that are idle on the remote clusters. |
void |
setRemoteIdleProcs(int remoteIdleProcs)
Sets the number of processors that are idle on the remote clusters. |
void |
setRemoteUpNodes(int remoteUpNodes)
Sets the number of nodes that are up and reporting on the remote clusters. |
void |
setRemoteUpProcs(int remoteUpProcs)
Sets the number of processors that are up and reporting on the remote clusters. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NodesSummary()
Method Detail |
---|
public int getLocalActiveNodes()
public int getLocalAllocProcs()
public int getLocalConfigNodes()
public int getLocalDownNodes()
public int getLocalIdleNodes()
public int getLocalIdleProcs()
public int getLocalUpNodes()
public int getLocalUpProcs()
public int getRemoteActiveNodes()
public int getRemoteAllocProcs()
public int getRemoteConfigNodes()
public int getRemoteDownNodes()
public int getRemoteIdleNodes()
public int getRemoteIdleProcs()
public int getRemoteUpNodes()
public int getRemoteUpProcs()
public int getTotalActiveNodes()
public int getTotalConfigNodes()
public int getTotalDownNodes()
public int getTotalIdleNodes()
public int getTotalUpNodes()
public void setLocalActiveNodes(int localActiveNodes)
localActiveNodes
- the number of nodes that are active on the local cluster.public void setLocalAllocProcs(int localAllocProcs)
localAllocProcs
- the number of processors that are allocated to jobs on the
local cluster.public void setLocalConfigNodes(int localConfigNodes)
localConfigNodes
- the number of nodes that are configured on the local cluster.public void setLocalIdleNodes(int localIdleNodes)
localIdleNodes
- the number of nodes that are idle on the local cluster.public void setLocalIdleProcs(int localIdleProcs)
localIdleProcs
- the number of processors that are idle on the local cluster.public void setLocalUpNodes(int localUpNodes)
localUpNodes
- the number of nodes that are up and reporting on the local
cluster.public void setLocalUpProcs(int localUpProcs)
localUpProcs
- the number of processors that are up and reporting on the
local cluster.public void setRemoteActiveNodes(int remoteActiveNodes)
remoteActiveNodes
- the number of nodes that are active on the remote clusters.public void setRemoteAllocProcs(int remoteAllocProcs)
remoteAllocProcs
- the number of processors that are allocated to jobs on the
remote clusters.public void setRemoteConfigNodes(int remoteConfigNodes)
remoteConfigNodes
- the number of nodes that are configured on the remote
clusters.public void setRemoteIdleNodes(int remoteIdleNodes)
remoteIdleNodes
- the number of nodes that are idle on the remote clusters.public void setRemoteIdleProcs(int remoteIdleProcs)
remoteIdleProcs
- the number of processors that are idle on the remote clusters.public void setRemoteUpNodes(int remoteUpNodes)
remoteUpNodes
- the number of nodes that are up and reporting on the remote
clusters.public void setRemoteUpProcs(int remoteUpProcs)
remoteUpProcs
- the number of processors that are up and reporting on the
remote clusters.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |