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

Method get

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

Get the value. (use under lock for this key) @param key key @return return the value, if does not exist, return null valued, min balllot KV

(String key)

Source from the content-addressed store, hash-verified

281 * min balllot KV
282 */
283 KV get(String key);
284
285 /**
286 * Get the curent promise for this key

Callers 15

testParseColorsMethod · 0.65
expressionMethod · 0.65
doMathMethod · 0.65
termMethod · 0.65
testCalcMethod · 0.65
testSimpleJsonMethod · 0.65
pushLastMethod · 0.65
testDotsMethod · 0.65
testSimpleMethod · 0.65
testMapMethod · 0.65
testTimeoutMethod · 0.65

Implementers 1

MapStoragesrc/test/java/org/sfj/LittleCASPaxosTe

Calls

no outgoing calls

Tested by 15

testParseColorsMethod · 0.52
expressionMethod · 0.52
doMathMethod · 0.52
termMethod · 0.52
testCalcMethod · 0.52
testSimpleJsonMethod · 0.52
pushLastMethod · 0.52
testDotsMethod · 0.52
testSimpleMethod · 0.52
testMapMethod · 0.52
testTimeoutMethod · 0.52