public abstract class AbstractMeasurementAccumulator extends Object implements MeasurementAccumulator
Constructor and Description |
---|
AbstractMeasurementAccumulator() |
Modifier and Type | Method and Description |
---|---|
long |
getMaxTime() |
long |
getMinTime() |
void |
recordAt(long timestampMillis,
long measurement) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
aggregate, createClone, createLike, get, getCompositeData, getInfo, getThenReset, reset
record
public final void recordAt(long timestampMillis, long measurement)
recordAt
in interface MeasurementRecorder
public final long getMinTime()
public final long getMaxTime()
Copyright © 2018 SPF4J. All rights reserved.