MCPcopy Create free account
hub / github.com/apache/mesos / store

Method store

src/java/src/org/apache/mesos/state/State.java:75–75  ·  view source on GitHub ↗

Returns an immutable "variable" representing the current value in the state if updating the specified variable in the state was successful, otherwise returns null. @param variable The variable to be stored. @return A future of a variable with the new value on success, or

(Variable variable)

Source from the content-addressed store, hash-verified

73 * @see Variable
74 */
75 Future<Variable> store(Variable variable);
76
77 /**
78 * Returns true if successfully expunged the variable from the state

Callers 15

prepareMethod · 0.65
instantiateMethod · 0.65
MpscLinkedQueueMethod · 0.65
enqueueMethod · 0.65
dequeueMethod · 0.65
decomissionMethod · 0.65
decomissionMethod · 0.65
synchronizedMethod · 0.65
synchronizedFunction · 0.65
reinitializeFunction · 0.65
initializeFunction · 0.65
finalizeMethod · 0.65

Implementers 3

AbstractStatesrc/java/src/org/apache/mesos/state/Ab
InMemoryStatesrc/java/src/org/apache/mesos/state/In
Stateinclude/mesos/state/protobuf.hpp

Calls

no outgoing calls

Tested by 15

TEST_FFunction · 0.52
afterDispatchMethod · 0.52
afterFunction · 0.52
inner2Function · 0.52
TESTFunction · 0.52
FetchAndStoreAndFetchFunction · 0.52
NamesFunction · 0.52