|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface HostInfo
Objects of this interface holds the monitoring information about a cluster host.
| Method Summary | |
|---|---|
java.lang.String |
getArch()
Get the architecture of the host |
java.util.Set<java.lang.String> |
getDominanceSet()
Get the set of available domincances |
java.lang.String |
getHostname()
Get the hostname |
java.lang.Object |
getHostValue(java.lang.String name)
Get a host value |
int |
getHostValueCount()
Get the number of host values |
java.util.Set<java.lang.String> |
getHostValueKeys()
Get the set of host value names |
int |
getJobCount()
Get the number of entries in the job list |
java.util.List<JobInfo> |
getJobList()
Get the list of jobs which are running on the host |
java.lang.String |
getLoadAvg()
Get the load average of the host |
java.lang.String |
getMemTotal()
Get the total memory of the host |
java.lang.String |
getMemUsed()
Get the used memory of the host |
java.lang.String |
getNumberOfProcessors()
Get the number of processors of the host |
int |
getQueueCount()
Get the number of entries in the queue list |
java.util.List<QueueInfo> |
getQueueList()
Get the list of queues which are available on the host |
java.lang.Object |
getResourceValue(java.lang.String dominance,
java.lang.String name)
Get a resource value of the host |
java.util.Set<java.lang.String> |
getResourceValueNames(java.lang.String dominance)
Get the set of resource names for a dominance |
java.lang.String |
getSwapTotal()
Get the size of the swap of the host |
java.lang.String |
getSwapUsed()
Get the size of used swap space |
| Method Detail |
|---|
java.lang.Object getHostValue(java.lang.String name)
name - name of the host value
nulljava.lang.String getArch()
java.lang.String getNumberOfProcessors()
java.lang.String getLoadAvg()
java.lang.String getMemTotal()
java.lang.String getMemUsed()
java.lang.String getSwapTotal()
java.lang.String getSwapUsed()
int getHostValueCount()
java.util.Set<java.lang.String> getHostValueKeys()
java.lang.Object getResourceValue(java.lang.String dominance,
java.lang.String name)
dominance - dominace of the resource valuename - name of the resource
java.util.Set<java.lang.String> getDominanceSet()
java.util.Set<java.lang.String> getResourceValueNames(java.lang.String dominance)
dominance - the dominance
java.lang.String getHostname()
java.util.List<JobInfo> getJobList()
Note: The job list is only set if the
QHostOptions.includeJobs flag is set.
JobInfo)com.sun.grid.jgdi.JGDI#execQHostint getJobCount()
java.util.List<QueueInfo> getQueueList()
Note: The queue list is only set if the
QHostOptions.includeQueue flag is set.
QueueInfo)com.sun.grid.jgdi.JGDI#execQHostint getQueueCount()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||