public interface JobInfoAggregate
| Modifier and Type | Method and Description |
|---|---|
long |
getNumberOfActiveJobs()
Get the number of jobs in any of the active states on this host.
|
long |
getTotalMemoryAllocated()
Get the total amount of memory (in MB) that was allocated by jobs on this host.
|
long |
getTotalMemoryUsed()
Get the total amount of memory (in MB) that is actively in use by jobs on this host.
|
long getTotalMemoryAllocated()
long getTotalMemoryUsed()
long getNumberOfActiveJobs()