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

Method put

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

Increments the number of occurrences of this particular value i @param value the value to be added to the histogram

(X value, int i)

Source from the content-addressed store, hash-verified

358 * @param value the value to be added to the histogram
359 */
360 public synchronized void put(X value, int i) {
361 this._put(value, i);
362 }
363
364 /**
365 * Set the number of occurrences of this particular value i

Callers 15

validateLoadMethod · 0.95
testPerClientMethod · 0.95
testCompareToMethod · 0.95
testIteratorMethod · 0.95
testMinMaxCountMethod · 0.95
testMinCountValuesMethod · 0.95
testPutValuesMethod · 0.95
testHistoryMethod · 0.95
testGaussianMethod · 0.95
testGaussianLongMethod · 0.95
testZipfianMethod · 0.95

Calls 1

_putMethod · 0.95

Tested by 14

validateLoadMethod · 0.76
testPerClientMethod · 0.76
testCompareToMethod · 0.76
testIteratorMethod · 0.76
testMinMaxCountMethod · 0.76
testMinCountValuesMethod · 0.76
testPutValuesMethod · 0.76
testHistoryMethod · 0.76
testGaussianMethod · 0.76
testGaussianLongMethod · 0.76
testZipfianMethod · 0.76