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

Method update

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

Update 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, overwriting any existing values with the same field name. @param table The name of the table @param key The record key of the record to write. @param

(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