public class PerfomanceMetricQueue extends Object implements MetricQueue
| Modifier and Type | Method and Description |
|---|---|
static PerfomanceMetricQueue |
getInstance() |
void |
offer(Perfomance metric) |
List<Perfomance> |
poll(int number) |
List<Perfomance> |
pollAll() |
public static PerfomanceMetricQueue getInstance()
public void offer(Perfomance metric)
offer in interface MetricQueuepublic List<Perfomance> pollAll()
pollAll in interface MetricQueuepublic List<Perfomance> poll(int number)
poll in interface MetricQueueCopyright © 2018 Continuous Perf Test. All rights reserved.