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