Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
testPutValues
Method · 0.95
FlightIterable
Method · 0.95
runRateLimitedMultiPhase
Method · 0.80
Worker
Method · 0.80
load
Method · 0.80
loadHistograms
Method · 0.80
FrequentFlyerIterable
Method · 0.80
copy
Method · 0.80
Calls
1
_put
Method · 0.95
Tested by
1
testPutValues
Method · 0.76