Package com.redislabs.redistimeseries
Class Value
- java.lang.Object
-
- com.redislabs.redistimeseries.Value
-
public class Value extends Object
-
-
Constructor Summary
Constructors Constructor Description Value(long time, double value)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)longgetTime()doublegetValue()inthashCode()protected static ValueparseValue(List<Object> tuple)StringtoString()
-