org.eclipse.smila.management.performance
Class PerformanceSample
java.lang.Object
org.eclipse.smila.management.performance.PerformanceSample
public final class PerformanceSample
- extends java.lang.Object
Performance counter 'sample'.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PerformanceSample
public PerformanceSample()
- Constructs a PerformanceSample object.
getTimestamp
public long getTimestamp()
- Returns:
- the timestamp
setTimestamp
public void setTimestamp(long timestamp)
- Parameters:
timestamp - the timestamp to set
getBaseValue
public long getBaseValue()
- Returns:
- the baseValue
setBaseValue
public void setBaseValue(long baseValue)
- Parameters:
baseValue - the baseValue to set
getRawValue
public long getRawValue()
- Returns:
- the rawValue
setRawValue
public void setRawValue(long rawValue)
- Parameters:
rawValue - the rawValue to set
reset
public void reset()
- Resets a sample.