Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/brianfrankcooper/YCSB
/ getProperties
Method
getProperties
core/src/main/java/site/ycsb/DB.java:62–64 ·
view source on GitHub ↗
Get the set of properties for this DB.
()
Source
from the content-addressed store, hash-verified
60
* Get the set of properties
for
this DB.
61
*/
62
public
Properties getProperties() {
63
return
properties;
64
}
65
66
/**
67
* Initialize any state
for
this DB.
Callers
15
init
Method · 0.45
initClients
Method · 0.45
setupTable
Method · 0.45
init
Method · 0.45
init
Method · 0.45
init
Method · 0.45
init
Method · 0.45
init
Method · 0.45
init
Method · 0.45
init
Method · 0.45
init
Method · 0.45
init
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected