Class FutureValue

    • Constructor Summary

      Constructors 
      Constructor Description
      FutureValue​(Value value, long writeTime)
      Construct a new future value.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Value getValue()
      The future value.
      java.lang.Long getWriteTime()
      The write time.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FutureValue

        public FutureValue​(Value value,
                           long writeTime)
        Construct a new future value.
        Parameters:
        value - a value.
        writeTime - the write time in the future.
    • Method Detail

      • getValue

        public Value getValue()
        The future value.
        Returns:
        the value.
      • getWriteTime

        public java.lang.Long getWriteTime()
        The write time.
        Returns:
        the write time.