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

Method toString

src/main/java/com/oltpbenchmark/api/Worker.java:112–115  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

110 }
111
112 @Override
113 public String toString() {
114 return String.format("%s<%03d>", this.getClass().getSimpleName(), this.getId());
115 }
116
117 public final WorkloadConfiguration getWorkloadConfiguration() {
118 return (this.benchmark.getWorkloadConfiguration());

Callers 4

runMethod · 0.95
exportMethod · 0.45

Calls 3

getIdMethod · 0.95
formatMethod · 0.80
getClassMethod · 0.80

Tested by

no test coverage detected