public class HistogramObject extends BaseDistribution implements Histogram
| Constructor and Description |
|---|
HistogramObject() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(Histogram other) |
TypedIterable<Counter> |
getCounters() |
Throwable |
getOrigin() |
HistogramObject |
getSnapshot(String operator) |
HistogramTrace |
getTrace() |
String |
getTypeLabel() |
long |
getValue(Symbol symbol) |
long |
getWeight() |
boolean |
isEmpty() |
void |
log() |
void |
log(String label) |
void |
retrieve() |
void |
subtract(Histogram other) |
getLabel, getNode, getPersistent, getVersion, set, setLabel, setNode, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetNode, getVersion, set, setNodepublic HistogramTrace getTrace()
public TypedIterable<Counter> getCounters()
getCounters in interface Histogrampublic void retrieve()
retrieve in interface Histogramretrieve in class BaseDistributionpublic void add(Histogram other)
add in interface Modifiablepublic void subtract(Histogram other)
subtract in interface Modifiablepublic HistogramObject getSnapshot(String operator)
getSnapshot in interface Histogrampublic void log()
log in interface Distributionpublic void log(String label)
log in interface Distributionpublic String getTypeLabel()
Copyright © 2013. All Rights Reserved.