org.apache.mesos.state
Class Variable

java.lang.Object
  extended by 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.
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Variable

protected Variable()
Method Detail

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.