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

Method expunge

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

Returns true if successfully expunged the variable from the state or false if the variable did not exist or was no longer valid. @param variable The variable to be expunged. @return A future of true on success, false on failure. @see Variable

(Variable variable)

Source from the content-addressed store, hash-verified

85 * @see Variable
86 */
87 Future<Boolean> expunge(Variable variable);
88
89 /**
90 * Returns an iterator of variable names in the state.

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