MCPcopy Create free account
hub / github.com/cmu-db/benchbase / putAll

Method putAll

src/main/java/com/oltpbenchmark/util/Histogram.java:387–389  ·  view source on GitHub ↗

Increment all values in the histogram by one

()

Source from the content-addressed store, hash-verified

385
386 /** Increment all values in the histogram by one */
387 public void putAll() {
388 this.putAll(this.histogram.keySet(), 1);
389 }
390
391 /**
392 * Increment multiple values by one

Callers 8

testPutValuesMethod · 0.95
FlightIterableMethod · 0.95
WorkerMethod · 0.80
loadMethod · 0.80
loadHistogramsMethod · 0.80
FrequentFlyerIterableMethod · 0.80
copyMethod · 0.80

Calls 1

_putMethod · 0.95

Tested by 1

testPutValuesMethod · 0.76