Class TSKeyValue<V>

  • All Implemented Interfaces:
    java.io.Serializable, java.util.Map.Entry<java.lang.String,​V>
    Direct Known Subclasses:
    TSKeyedElements

    public class TSKeyValue<V>
    extends KeyValue<java.lang.String,​V>
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      TSKeyValue​(java.lang.String key, java.util.Map<java.lang.String,​java.lang.String> labels, V value)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Map<java.lang.String,​java.lang.String> getLabels()  
      • Methods inherited from class redis.clients.jedis.util.KeyValue

        of
      • Methods inherited from class java.util.AbstractMap.SimpleImmutableEntry

        equals, getKey, getValue, hashCode, setValue, toString
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • TSKeyValue

        public TSKeyValue​(java.lang.String key,
                          java.util.Map<java.lang.String,​java.lang.String> labels,
                          V value)
    • Method Detail

      • getLabels

        public java.util.Map<java.lang.String,​java.lang.String> getLabels()