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 not stored for this graph (policy: none)
no outgoing calls
no test coverage detected