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

Method getProcedure

src/main/java/com/oltpbenchmark/api/Worker.java:137–139  ·  view source on GitHub ↗
(TransactionType type)

Source from the content-addressed store, hash-verified

135 }
136
137 public final Procedure getProcedure(TransactionType type) {
138 return (this.procedures.get(type));
139 }
140
141 @Deprecated
142 public final Procedure getProcedure(String name) {

Callers 15

testGetProcedureMethod · 0.45
loadMethod · 0.45
executeWorkMethod · 0.45
loadProfileMethod · 0.45
runMethod · 0.45
executeWorkMethod · 0.45
io1TransactionMethod · 0.45
io2TransactionMethod · 0.45
cpu1TransactionMethod · 0.45
cpu2TransactionMethod · 0.45

Calls 1

getMethod · 0.45

Tested by 1

testGetProcedureMethod · 0.36