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

Method values

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

Return all the values stored in the histogram @return

()

Source from the content-addressed store, hash-verified

302 * @return
303 */
304 public Collection<X> values() {
305 return (Collections.unmodifiableCollection(this.histogram.keySet()));
306 }
307
308 /** Reset the histogram's internal data */
309 public synchronized void clear() {

Callers 15

validateLoadMethod · 0.95
testPerClientMethod · 0.95
testCompareToMethod · 0.95
testPutValuesMethod · 0.95
testHistoryMethod · 0.95
testZipfianMethod · 0.95
FlightIterableMethod · 0.95
loadAirportFlightsMethod · 0.95
testGetSQLDialectPathMethod · 0.80
testLoadSQLDialectMethod · 0.80
testDumpSQLDialectMethod · 0.80
testSetSQLDialectMethod · 0.80

Calls

no outgoing calls

Tested by 13

validateLoadMethod · 0.76
testPerClientMethod · 0.76
testCompareToMethod · 0.76
testPutValuesMethod · 0.76
testHistoryMethod · 0.76
testZipfianMethod · 0.76
testGetSQLDialectPathMethod · 0.64
testLoadSQLDialectMethod · 0.64
testDumpSQLDialectMethod · 0.64
testSetSQLDialectMethod · 0.64
testClearValuesMethod · 0.64
testToJSONStringMethod · 0.64