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

Method fetch

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

Returns an immutable "variable" representing the current value from the state associated with the specified name. @param name The name of the variable. @return A future of the variable. @see Variable

(String name)

Source from the content-addressed store, hash-verified

59 * @see Variable
60 */
61 Future<Variable> fetch(String name);
62
63 /**
64 * Returns an immutable "variable" representing the current value in

Callers 15

fetchMethod · 0.65
TEST_FFunction · 0.65
TEST_FFunction · 0.65
TEST_FFunction · 0.65
fetchMethod · 0.65
fetchMethod · 0.65
fetchMethod · 0.65
_fetchImageMethod · 0.65
_pullMethod · 0.65
foreachFunction · 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 5

TEST_FFunction · 0.52
TEST_FFunction · 0.52
TEST_FFunction · 0.52