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

Method read

ycsb-t/core/src/main/java/com/yahoo/ycsb/DB.java:114–114  ·  view source on GitHub ↗

Read a record from the database. Each field/value pair from the result will be stored in a HashMap. @param table The name of the table @param key The record key of the record to read. @param fields The list of fields to read, or null for all of them @param result A HashMap of field/value pairs for

(String table, String key, Set<String> fields, HashMap<String,ByteIterator> result)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 12

mainMethod · 0.95
nextByteMethod · 0.45
doTransactionReadMethod · 0.45
validateMethod · 0.45
doTransactionReadMethod · 0.45
extractResourceMethod · 0.45
readCharMethod · 0.45
runMethod · 0.45
createJarMethod · 0.45
buildMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected