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, getWeightpublic DeltaMovingAverageTask(String name, Callable<? extends Number> sampleTask)
name - sampleTask - public void run()
run in interface Runnablerun in class MovingAverageTaskCopyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.