public class LatentProcessor extends FreshProcessor
| Constructor and Description |
|---|
LatentProcessor(double latency)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
double |
getLatency()
Get the latency
|
protected void |
postProcess()
Perform post processing
|
clear, post, terminatepublic LatentProcessor(double latency)
latency - Latency in seconds between successive processing of requests. The latency should be positive.public double getLatency()
protected void postProcess()
throws java.lang.Exception
postProcess in class FreshProcessorjava.lang.Exception