MCPcopy Create free account
hub / github.com/UWSysLab/tapir / insert

Method insert

ycsb-t/core/src/main/java/com/yahoo/ycsb/BasicDB.java:196–215  ·  view source on GitHub ↗

Insert a record in the database. Any field/value pairs in the specified values HashMap will be written into the record with the specified record key. @param table The name of the table @param key The record key of the record to insert. @param values A HashMap of field/value pairs to insert in the r

(String table, String key, HashMap<String,ByteIterator> values)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 2

delayMethod · 0.95
getMethod · 0.45

Tested by

no test coverage detected