MCPcopy Index your code
hub / github.com/OpenTSDB/opentsdb / getOverflow

Method getOverflow

src/core/SimpleHistogram.java:281–283  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

279 }
280
281 public Long getOverflow() {
282 return overflow;
283 }
284
285 public void setOverflow(Long overflow) {
286 this.overflow = overflow;

Callers 7

verifyE2EKryoMethod · 0.95
histogramMethod · 0.95
writeMethod · 0.95
aggregateMethod · 0.95

Calls

no outgoing calls

Tested by 3

verifyE2EKryoMethod · 0.76