public class TimedBuffer<T>
extends java.lang.Object
Constructor and Description |
---|
TimedBuffer(java.util.concurrent.TimeUnit binPrecision,
int numBins,
EntityAccess<T> accessor) |
Modifier and Type | Method and Description |
---|---|
T |
add(T entity) |
T |
getAggregateValue(long sinceEpochMillis) |
public TimedBuffer(java.util.concurrent.TimeUnit binPrecision, int numBins, EntityAccess<T> accessor)