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, toString
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
getNode, getVersion, set, setNode
public HistogramTrace getTrace()
public TypedIterable<Counter> getCounters()
getCounters
in interface Histogram
public void retrieve()
retrieve
in interface Histogram
retrieve
in class BaseDistribution
public void add(Histogram other)
add
in interface Modifiable
public void subtract(Histogram other)
subtract
in interface Modifiable
public HistogramObject getSnapshot(String operator)
getSnapshot
in interface Histogram
public void log()
log
in interface Distribution
public void log(String label)
log
in interface Distribution
public String getTypeLabel()
Copyright © 2013. All Rights Reserved.