public class UnmodifiablePercentileCounterWrapper extends Object implements IPercentileCounter
| Constructor and Description |
|---|
UnmodifiablePercentileCounterWrapper(IPercentileCounter wrapped) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
equals(Object obj) |
int |
estimatePercentile(double percentile) |
String |
getTitle() |
int |
getTotal() |
protected IPercentileCounter |
getWrapped() |
int |
hashCode() |
void |
increment(int millis) |
void |
increment(long start) |
Iterator<Percentile> |
iterator() |
List<Percentile> |
toList() |
String |
toString() |
public UnmodifiablePercentileCounterWrapper(IPercentileCounter wrapped)
public void clear()
clear in interface IPercentileCounterpublic int estimatePercentile(double percentile)
estimatePercentile in interface IPercentileCounterpublic int getTotal()
getTotal in interface IPercentileCounterpublic void increment(long start)
increment in interface IPercentileCounterpublic void increment(int millis)
increment in interface IPercentileCounterpublic Iterator<Percentile> iterator()
iterator in interface Iterable<Percentile>public List<Percentile> toList()
toList in interface IPercentileCounterprotected IPercentileCounter getWrapped()
public String getTitle()
getTitle in interface IPercentileCounterCopyright © 2015 Molindo GmbH. All Rights Reserved.