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

Method addToTableCount

src/main/java/com/oltpbenchmark/api/Loader.java:69–71  ·  view source on GitHub ↗
(String tableName, int delta)

Source from the content-addressed store, hash-verified

67 public abstract List<LoaderThread> createLoaderThreads() throws SQLException;
68
69 public void addToTableCount(String tableName, int delta) {
70 this.tableSizes.put(tableName, delta);
71 }
72
73 public Histogram<String> getTableCounts() {
74 return (this.tableSizes);

Callers 9

loadDataMethod · 0.80
loadSessionsMethod · 0.80
loadObservationsMethod · 0.80
loadSourcesMethod · 0.80
loadTypesMethod · 0.80
loadUsersMethod · 0.80
loadPagesMethod · 0.80
loadWatchlistMethod · 0.80
loadRevisionMethod · 0.80

Calls 1

putMethod · 0.45

Tested by

no test coverage detected