MCPcopy Create free account
hub / github.com/cschanck/single-file-java / poll

Method poll

src/main/java/org/sfj/LittleCASPaxos.java:274–274  ·  view source on GitHub ↗

Poll for a value. (use under lock for this key) @param key key @return null if not existent, or the kv value in storage

(String key)

Source from the content-addressed store, hash-verified

272 * @return null if not existent, or the kv value in storage
273 */
274 KV poll(String key);
275
276 /**
277 * Get the value. (use under lock for this key)

Callers 4

testMapMethod · 0.65
processAcceptanceMethod · 0.65
makeRunsMethod · 0.65
mergePassMethod · 0.65

Implementers 1

MapStoragesrc/test/java/org/sfj/LittleCASPaxosTe

Calls

no outgoing calls

Tested by 1

testMapMethod · 0.52