Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
testGetProcedure
Method · 0.45
load
Method · 0.45
executeWork
Method · 0.45
loadProfile
Method · 0.45
run
Method · 0.45
executeWork
Method · 0.45
contention1Transaction
Method · 0.45
contention2Transaction
Method · 0.45
io1Transaction
Method · 0.45
io2Transaction
Method · 0.45
cpu1Transaction
Method · 0.45
cpu2Transaction
Method · 0.45
Calls
1
get
Method · 0.45
Tested by
1
testGetProcedure
Method · 0.36