MCPcopy
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

initMethod · 0.45
initClientsMethod · 0.45
setupTableMethod · 0.45
initMethod · 0.45
initMethod · 0.45
initMethod · 0.45
initMethod · 0.45
initMethod · 0.45
initMethod · 0.45
initMethod · 0.45
initMethod · 0.45
initMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected