public class DeltaMovingAverageTask extends MovingAverageTask
average, DEFAULT_WEIGHT, log, name, nsamples, sampleTask, w
Constructor and Description |
---|
DeltaMovingAverageTask(String name,
Callable<? extends Number> sampleTask) |
DeltaMovingAverageTask(String name,
Callable<? extends Number> sampleTask,
double w) |
Modifier and Type | Method and Description |
---|---|
void |
run()
Note: don't throw anything from here or it will cause the task to no
longer be run!
|
getMovingAverage, getMovingAverage, getSampleCount, getWeight
public DeltaMovingAverageTask(String name, Callable<? extends Number> sampleTask)
name
- sampleTask
- public void run()
run
in interface Runnable
run
in class MovingAverageTask
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.