org.jppf.server.node
Class NodeExecutionInfo
java.lang.Object
org.jppf.server.node.NodeExecutionInfo
- All Implemented Interfaces:
- Serializable
public class NodeExecutionInfo
- extends Object
- implements Serializable
Instances of this class hold statistics about the execution of a tasks bundle.
- Author:
- Laurent Cohen
- See Also:
- Serialized Form
|
Field Summary |
long |
cpuTime
Total cpu time used by the tasks. |
long |
userTime
Total user time used by the tasks. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
cpuTime
public long cpuTime
- Total cpu time used by the tasks.
userTime
public long userTime
- Total user time used by the tasks.
NodeExecutionInfo
public NodeExecutionInfo()
Copyright © 2005-2010 JPPF Team.