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

Method mutate

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

Updates the current value of this variable. @param value The new value. @return A variable representing the new value.

(byte[] value)

Source from the content-addressed store, hash-verified

41 * @return A variable representing the new value.
42 */
43 public native Variable mutate(byte[] value);
44
45 protected native void finalize();
46

Callers 11

updateMethod · 0.45
FetchAndStoreAndFetchFunction · 0.45
NamesFunction · 0.45
TEST_FFunction · 0.45
updateMethod · 0.45

Calls

no outgoing calls

Tested by 8

FetchAndStoreAndFetchFunction · 0.36
NamesFunction · 0.36
TEST_FFunction · 0.36