org.apache.mesos.state
Class Variable
java.lang.Object
org.apache.mesos.state.Variable
public class Variable
- extends Object
|
Constructor Summary |
protected |
Variable()
|
|
Method Summary |
protected void |
finalize()
|
Variable |
mutate(byte[] value)
Updates the current value of this variable. |
byte[] |
value()
Returns the current value of this variable. |
Variable
protected Variable()
value
public byte[] value()
- Returns the current value of this variable.
mutate
public Variable mutate(byte[] value)
- Updates the current value of this variable.
finalize
protected void finalize()
- Overrides:
finalize in class Object
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.