Class TSElement


  • public class TSElement
    extends java.lang.Object
    TSElement compatibility stub for Valkey GLIDE wrapper.
    • Constructor Summary

      Constructors 
      Constructor Description
      TSElement​(long timestamp, double value)  
    • Constructor Detail

      • TSElement

        public TSElement​(long timestamp,
                         double value)
    • Method Detail

      • getTimestamp

        public long getTimestamp()
      • getValue

        public double getValue()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object