org.rhq.enterprise.communications.command.server
Class CommandProcessorMetrics.Calltime
java.lang.Object
org.rhq.enterprise.communications.command.server.CommandProcessorMetrics.Calltime
- All Implemented Interfaces:
- java.io.Serializable
- Enclosing class:
- CommandProcessorMetrics
public class CommandProcessorMetrics.Calltime
- extends java.lang.Object
- implements java.io.Serializable
Used to store the minimum, maximum and average times (in milliseconds)
for invocations to a particular command. The count of the number
of times an invocation was executed is also kept. Note that the min/max/avg
times will only be for successful commands.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CommandProcessorMetrics.Calltime
public CommandProcessorMetrics.Calltime()
getCount
public long getCount()
getFailures
public long getFailures()
getDropped
public long getDropped()
getNotProcessed
public long getNotProcessed()
getSuccesses
public long getSuccesses()
getMinimum
public long getMinimum()
getMaximum
public long getMaximum()
getAverage
public long getAverage()
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
Copyright © 2008-2009 Red Hat, Inc.. All Rights Reserved.